I creat a swift app ,and I want use SVGKit , I follow the steps from GitHub, But I can not
import SVGKit erro is "no such module SVGKit"
Adition: so I can not use the kit in my code, I am new in ios ,maybe something i miss ,please help me ,thanks
so sorry i can not put on my Screenshot, Kit is from https://github.com/SVGKit/SVGKit
when I type import SVGKit in my swift file I get the erro "no such module SVGKit"
Mainly; you need to download the SVGKit Project from github. After that you must follow the steps in "Build the static library (automatic)" part. The steps are building the svgkit project getting the release output and importing it to your own project, after that you need to make some configuration in own project. And you must import it in your code with
#import "SVGKit/SVGKit.h"