when i upload the ios app i got the error "ERROR ITMS-90086: 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. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code." how to solve it?
when i upload the ios app i got the error "ERROR ITMS-90086: 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. Beginning June 1, 2015 app updates will
Hey there Hephze,
A good place to start would be to go into your app's Valid Architectures and Architectures settings within the build settings for you app in Xcode. Following that you need to add arm64 to these and then building your app should support the 64 bit code as well as the 32 bit code.
I found that some time ago I exclude arm64 arc from build. Possible you have same problem with one of libraries. You can check all libraries in build settings. Or get your .ipa file and check all libraries with lipo -info LiquidTransition.framework/LiquidTransition
.