cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution

Home Page:http://www.cobub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Error on iOS - _OBJC_CLASS_$_ASIdentifierManager"

TheMrugraj opened this issue · comments

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.

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".