Community
Topic: iOS SDK
Errors when publishing IOS release app
Hello,
I have been trying to publish an app with the Pikkart framework and was unsuccessful.
This app we're trying to publish is a test app with your augmented video example code.
Running the app in debug mode is successful, but releasing it as an archive is not.
I get an error of :
Apple Mach-O Linker Error
Linker command failed with exit code 1 symbols for architecture armv7
As advised by online suggestions, I've looked at all of the libraries and frameworks paths under "build phase" and they seem to be properly linked.
I'm attaching the full error log to this message.
Please advise.
Thanks in advance - Guy
Hi,
starting from 3.5 SDK version, on iOS platform we support only arm64 architecture.
We suggest to check, on Xcode Build Settings, that the Valid Architectures setting hasarm64 value.
Kind Regards