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

Getting Error on iOS - _OBJC_CLASS_$_ASIdentifierManager" #151

Open
TheMrugraj opened this issue Apr 12, 2017 · 1 comment
Open

Getting Error on iOS - _OBJC_CLASS_$_ASIdentifierManager" #151

TheMrugraj opened this issue Apr 12, 2017 · 1 comment

Comments

@TheMrugraj
Copy link

I just successfully setup web app on my local environment. but, I am not able to integrate iOS SDK in my project. Getting error

"_OBJC_CLASS_$_ASIdentifierManager", referenced from:
Linker Command  failed  with exit code  1(use -v to see invocation)

I received same error in provided example project too.

@likanglvz
Copy link

You should add this following Library:
SystemConfiguration.framework
MobileCoreServices.framework
QuartzCore.framework
CFNetwork.framework
Security.framework
AdSupport.framework
CoreTelephony.framework
CoreGraphics.framework
UIKit.framework
Foundation.framework
libz.1.2.5.tbd
libicucore.tbd
libsqlite3.tbd

And then set "Other Linker Flags".our project use "Automatic Reference Counting" to solve the problem of memory management.If your project does't use "ARC", please add"–all_load"or"ObjC".As a result of the addition of -all_load, resulting in other third-party libraries compile error,you can try to use"force_load".

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