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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: