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

JSONKit Installation error in X-code 7.3.1 iOS 9.3 #195

Open
Sheik786 opened this issue Jun 21, 2017 · 1 comment
Open

JSONKit Installation error in X-code 7.3.1 iOS 9.3 #195

Sheik786 opened this issue Jun 21, 2017 · 1 comment

Comments

@Sheik786
Copy link

After importing JSONkit.h and JSONkit.m into xcode..getting error like this #error JSONKit does not support Objective-C Automatic Reference Counting (ARC)

@ryantan
Copy link

ryantan commented Sep 9, 2019

Go to the build phase configuration related to JSONKit (e.g. the JSONKit target under the Pod project if using cocoapods), find "JSONKit.m" under "Compile sources" phase, and add "-fno-objc-arc" in the compiler flags column.

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

2 participants