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
How to use JotUI just dragging files to existing project and not as a framework? I get a lot of error, for autoreleases and that a struct cannot have ARC forbids Objective-C objects in struct
The text was updated successfully, but these errors were encountered:
The JotStrokeManager.m needs to have its compiler flags set to -fno-objc-arc. To do that, go to project settings, Build Phases, and add that flag to the JotStrokeManager.m in the source list. I believe that'll be all you'll need to do, but I could be wrong.
How to use JotUI just dragging files to existing project and not as a framework? I get a lot of error, for autoreleases and that a struct cannot have ARC forbids Objective-C objects in struct
The text was updated successfully, but these errors were encountered: