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

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

Open
vinaygiri opened this issue May 17, 2017 · 0 comments
Open

Comments

@vinaygiri
Copy link

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)

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

1 participant