1

I am using xcode version 6.0.1 and uploaded the build on app store test-flight. When I checked its binary details it was showing this

enter image description here

After this I uploaded this build to App Store and since it was an update of an existing app it was successfully released but as it shows is was not having arm64 architecture and I got mail from apple --> apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK.

So after adding arm64 by following this answer on stackoverflow link here my app binary details looks like this enter image description here

When I compared it to earlier one this time in supported Architecture armv7s is not showing but arm64 is added. I just wanted to confirm is this right and will this binary be supporting both 32bit and 64bit so that I can go ahead and publish this on App Store.

Adding My Xcode 6.01 build settings tab screenshot after adding arm64. enter image description here

Thanks

Community
  • 1
  • 1
Rishi
  • 3,499
  • 8
  • 35
  • 54

1 Answers1

2

If your architecture is similar to below architecture.Then all is well Architecture Settings

Build informations on itunes connect should be as below Build informations

Muhammad Adnan
  • 2,668
  • 15
  • 27
  • Adnan I have same thing but I have only two schemes Debug and Release not Ad-Hoc and Distribution shown in your screenshot. – Rishi Mar 13 '15 at 13:12
  • Ok Thanks. Adnan can you check your itunes binary details and tell me did you see same thing as I have posted image on my binary details.(Just need to confirm did u see armv7s in it or not). – Rishi Mar 13 '15 at 13:26
  • itunesconnect is not accessible .Cannot confirm – Muhammad Adnan Mar 13 '15 at 15:15
  • Thanks adnan for the confirmation and giving your valuable time. – Rishi Mar 16 '15 at 09:59