0

as you know after WWDC all of the apple Developer has lots of problems because we have to submit 64 bit application - I am using swift 3 and Xcode 8.3.2 But my app version is iOS 9.3 and I can test this application on iphone4s so how can I change this app to 64 bit and another question I have iPhone 4s so this application that I am building will not have permission to run in my iPhone ? and should I sell this phone or I can download 32 bit app in this phone after 2018 ?

Saeed Rahmatolahi
  • 1,317
  • 2
  • 27
  • 60
  • https://developer.apple.com/library/content/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppto64-Bit/ConvertingYourAppto64-Bit.html#//apple_ref/doc/uid/TP40013501-CH3-SW1 – Teja Nandamuri Jun 07 '17 at 18:40

1 Answers1

2

To change to 64 bit you should:

  1. Select your project
  2. Select your target
  3. Select Build Settings
  4. Look for Valid Architectures
  5. Set only arm64 as the Valid Architecture
Matias Jurfest
  • 1,378
  • 16
  • 25