alunny / ChildBrowser

cross-platform ChildBrowser plugin for PhoneGap/Cordova
104 stars 134 forks source link

ld: symbol(s) not found for architecture arm64 cordova ios xcode 8.2 #42

Open vinaygiri opened 7 years ago

vinaygiri commented 7 years ago

Hi

I got 64-bit error when i tried to submit app to appstore

"iTunes Store operation failed. Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."

then i added the arm64 to valid Architecture, after that i m getting below error and not able to solve

please help regarding this

Undefined symbols for architecture arm64: "OBJC_CLASS$_CDVPluginResult", referenced from: objc-class-ref in socialShare.o "OBJC_CLASS$_ZBarReaderViewController", referenced from: objc-class-ref in ChildBrowserCommand.o "OBJC_CLASS$_CDVViewController", referenced from: OBJC_CLASS$_MainViewController in MainViewController.o "OBJC_CLASS$_GAI", referenced from: objc-class-ref in GoogleAnalyticsPlugin.o "OBJC_CLASS$_CDVPlugin", referenced from: OBJC_CLASS$_GoogleAnalyticsPlugin in GoogleAnalyticsPlugin.o OBJC_CLASS$_ChildBrowserCommand in ChildBrowserCommand.o OBJC_CLASS$_socialShare in socialShare.o "_ZBarReaderControllerResults", referenced from: -[ChildBrowserCommand imagePickerController:didFinishPickingMediaWithInfo:] in ChildBrowserCommand.o "OBJC_METACLASS$_CDVViewController", referenced from: OBJC_METACLASS$_MainViewController in MainViewController.o "OBJC_METACLASS$_CDVPlugin", referenced from: OBJC_METACLASS$_GoogleAnalyticsPlugin in GoogleAnalyticsPlugin.o OBJC_METACLASS$_ChildBrowserCommand in ChildBrowserCommand.o OBJC_METACLASS$_socialShare in socialShare.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)