I hope this is the correct place to post this:
I am playing with the SAP BI Mobile SDK for iOS and have hit a problem with regards to the 64bit support Apple introduced on Feb 1st 2015.
When I try and submit the app up to iTunes Connect I get the following error:
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 added Standard Architecture in the Xcode settings. Here is a screenshot of my Architectures
But still get the error. If I add arm64 in the Valid Architectures I get 2 errors in compiling the project.
Any ideas?
Thanks
Rich