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
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".
I just successfully setup web app on my local environment. but, I am not able to integrate iOS SDK in my project. Getting error
I received same error in provided example project too.
The text was updated successfully, but these errors were encountered: