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

arm64 support #16

Open
joeljesudossu opened this issue Apr 22, 2015 · 0 comments
Open

arm64 support #16

joeljesudossu opened this issue Apr 22, 2015 · 0 comments

Comments

@joeljesudossu
Copy link

Hi hazemhagrass

The App is working great without arm64 support, however I am facing errors while building the App with arm64 support.
Kindly add support for arm64, as Apple has made it mandatory and without am64 Apple is blocking my App from being submitted to App Store.

Here is the dump of the errors: (I am using 2 plugins, ContactPicker and PhoneDialer)

Undefined symbols for architecture arm64:
"OBJC_METACLASS$_CDVCommandDelegateImpl", referenced from:
OBJC_METACLASS$_MainCommandDelegate in MainViewController.o
"OBJC_CLASS$_CDVCommandQueue", referenced from:
OBJC_CLASS$_MainCommandQueue in MainViewController.o
"OBJC_METACLASS$_CDVViewController", referenced from:
OBJC_METACLASS$_MainViewController in MainViewController.o
"OBJC_CLASS$_CDVViewController", referenced from:
OBJC_CLASS$_MainViewController in MainViewController.o
"OBJC_METACLASS$_CDVCommandQueue", referenced from:
OBJC_METACLASS$_MainCommandQueue in MainViewController.o
"_CDVPluginHandleOpenURLNotification", referenced from:
-[AppDelegate application:handleOpenURL:] in AppDelegate.o
"OBJC_CLASS$_CDVCommandDelegateImpl", referenced from:
OBJC_CLASS$_MainCommandDelegate in MainViewController.o
"OBJC_CLASS$_CDVPluginResult", referenced from:
objc-class-ref in ContactPicker.o
objc-class-ref in PhoneDialer.o
"_CDVLocalNotification", referenced from:
-[AppDelegate application:didReceiveLocalNotification:] in AppDelegate.o
"OBJC_CLASS$_CDVPlugin", referenced from:
OBJC_CLASS$_ContactPicker in ContactPicker.o
OBJC_CLASS$_PhoneDialer in PhoneDialer.o
"OBJC_METACLASS$_CDVPlugin", referenced from:
OBJC_METACLASS$_ContactPicker in ContactPicker.o
OBJC_METACLASS$_PhoneDialer in PhoneDialer.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