I was trying to submit my app via application loader, and this error came out :
To process your delivery, the following issues must be corrected: Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK
I have updated Valid Architectures and Architectures section of Build Settings in target to include "arm64". Set Build Active Architecture Only - NO. Did clean and build, and then these errors came out:
Apple mach-o linker error - Undefined symbols for architecture arm64 in EGCryptoProvider
EGCryptoProvider is a library I'm using to handle ecryption/decryption of sign certificates. I assume this error means this library doesn't support arm64 architecture. My question is, is there a workaround to this error, or is it possible to not include a support for arm64 architecture in my project in order to submit it to AppStore?