iOS Question Error loading SVG file.

Nicolás Cieri

Active Member
Licensed User
Hi, I'm testing my app on an iPad.. and i get this error:

Error loading SVG file.

*** Assertion failure in +[SVGLength pixelsPerInchForCurrentDevice], /Users/b4j/Downloads/SVGKit-2.x/Source/DOM classes/SVG-DOM/SVGLength.m:197


Some idea?

In my iPhone, this app work great!.
 

Nicolás Cieri

Active Member
Licensed User
Solved:

For some strange reason, it always gives an error when initializing the SVG library for the first time.

It is put inside a Try, it is re-initialized and everything works fine.
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
If you use local builder, you can try latest SVGKit. You need to select another library and to replace object's name to SVG3, all other is the same.

 
Upvote 0
Top