I am trying to implement the Vungle Ad network to my app. I followed the documentation here. When I build and run, it fails with this:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SKStoreProductViewController", referenced from:
objc-class-ref in libvunglepub.a(UIViewController+VGAppStoreViewController.o)
"_SKStoreProductParameterITunesItemIdentifier", referenced from:
-[UIViewController(VGAppStoreViewController) prepareStoreViewController:] in libvunglepub.a(UIViewController+VGAppStoreViewController.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help will be highly appreciated
Related
I am trying to build my react native project for release and i am getting the error:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_RCTRootView", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
can some one help here please i cant figure it out.
As i followed tutorial from: http://http:/https://www.sinch.com/tutorials/minichat-ios-messaging-app/#project%20setup and updated Xcode to 6.3.1, i run into linker error which i having a difficult time in fixing it.
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SINOutgoingMessage", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_Sinch", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
i used cocoapods to install the Sinch and uses armv7, armv7s as architecture.
Your review and suggestion greatly appreciated.
When integrating the Localytics iOS SDK via Cocoapods, I get the following errors:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_Localytics", referenced from:
objc-class-ref in AppDelegate.o
objc-class-ref in CrashReporter.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code
1 (use -v to see invocation)
So I have an app that I have been developing over the past 2 years. This app uses restkit. All of a sudden it stopped compiling. Here is what I am getting.
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_RKConnectionTestExpectation", referenced from:
objc-class-ref in libRestKit.a(RKMappingTest.o)
"_OBJC_CLASS_$_RKPropertyMappingTestExpectation", referenced from:
objc-class-ref in libRestKit.a(RKMappingTest.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I fixed this by removing the submodule and using cocoapods then recompiled and it worked.
I get the following link error:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_CIFilter", referenced from:
objc-class-ref in CameraViewController.o
"_OBJC_CLASS_$_CIImage", referenced from:
objc-class-ref in CameraViewController.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I already have included the QuartzCore.framework.
You need Library/Frameworks/CoreImage.framework
http://developer.apple.com/library/ios/#DOCUMENTATION/GraphicsImaging/Reference/QuartzCoreFramework/Classes/CIImage_Class/Reference/Reference.html