Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How use as non framework #23

Open
ghost opened this issue Jun 7, 2017 · 2 comments
Open

How use as non framework #23

ghost opened this issue Jun 7, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 7, 2017

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

@adamwulf
Copy link
Owner

adamwulf commented Jun 7, 2017

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.

@ghost
Copy link
Author

ghost commented Jun 8, 2017

Thanks a lot. Can I comment out all dispatch_release(); ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant