You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have any idea how to get this module working with tishadow?
There is some sort of path issue where running the app does not find the svg file.
Error is: [ERROR] [iphone, 8.3, 192.168.0.3] Error: Invalid parameter not satisfying: newSource != nil
Runs fine with straightforward ti compile, but not with ti shadow.
The text was updated successfully, but these errors were encountered:
And just to add to this, I can't see a way to trap errors such as calling createView with an non-existent SVG file (i.e. wrong filename or path). Even try/catch doesn't seem to work:
Do you have any idea how to get this module working with tishadow?
There is some sort of path issue where running the app does not find the svg file.
Error is: [ERROR] [iphone, 8.3, 192.168.0.3] Error: Invalid parameter not satisfying: newSource != nil
Runs fine with straightforward ti compile, but not with ti shadow.
The text was updated successfully, but these errors were encountered: