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
After importing JSONkit.h and JSONkit.m into xcode..getting error like this #error JSONKit does not support Objective-C Automatic Reference Counting (ARC)
The text was updated successfully, but these errors were encountered:
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.
After importing JSONkit.h and JSONkit.m into xcode..getting error like this #error JSONKit does not support Objective-C Automatic Reference Counting (ARC)
The text was updated successfully, but these errors were encountered: