MaddTheSane / SVGKit

A Cocoa framework for rendering SVG files as Core Animation layers
http://mattrajca.com
Other
47 stars 19 forks source link

#import "SVGKExporterNSData.h" cannot be found #19

Open stefankendall opened 8 years ago

stefankendall commented 8 years ago

I'm using the latest commit on a new swift project, and the build fails on this line.

import "SVGKExporterNSData.h" in SVGKit.h causes the problem.

MaddTheSane commented 8 years ago

Are you trying to build for OS X or iOS?