Xcode 7.3.1 with iOS 10 Support

Xcode 7.3.1 with iOS 10 support

I have that uploaded on Dropbox

iOS 10.0
here

iOS 10.1
here

iOS 10.2
here

iOS 10.3
here

iOS 11.0
here

iOS 11.1
here

iOS 11.2
here

iOS 11.3
here

iOS 11.4
here

iOS 12.0
here

iOS 12.1
here

iOS 12.2
here

iOS 13.0
here

iOS 13.1
here

iOS 13.5
here

iOS 13.6
here

NOTE: Swift 2.3 support is not available from Xcode 8.3 + versions

Go to your Applications -> Xcode 7.x version.

Right Click it and click on Show Package Contents and navigate to the path below :-

/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

And paste the unzipped folder (iOS 10.0) at the path mentioned above. It will look like this.

Sample Image

In the Device Support Folder for Xcode 7.3.1 version you currently will be having folders upto 9.3 only. Simply paste this iOS 10 folder there.

Finally, Quit and Restart your Xcode and plug in your iOS 10 Device.

running app in ios 10 using xcode 7.3.1

You can follow with this question: here

  1. Download this imageFile iOS 10.2 here:
  2. Copy this iOS 10.2 image file to: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  3. Restart Xcode.

can I built app (xcode 7.3.1 objective C) on iOS 10 ? or any other solotion?

There are couple of option for your application to run in iOS 10.

1) you can build ipa and upload on any third party service (e.g https://www.diawi.com/)

2) Create AdHoc/AppStore Build

3) Download Xcode8 and migrate your app to new Xcode. This will be better as you can debug your application code if you choose this option.

Note : For Download Xcode8 you need to upgrade your OSX to 10.11.4

For Option 1 & 2 you can not debug your application code.

Hope this will be helpful !!!

Use Xcode 7.3.1 with iOS 10.1 (14B67) device

iOS 10.1 requires Xcode 8.1. So you need to get 8.1 installed then you can add the soft link.

Will Xcode 7.3.1 work on macOS 10.12?

You can absolutely install Xcode 7.3.1 on macOS Sierra alongside the beta version of Xcode 8.

If you are having issues running Xcode 7.3.x or running the simulator:

  1. Reinstall Xcode 7.3.x from https://developer.apple.com/downloads/.

  2. Manually attach the debugger to your process as outlined in this Stack Overflow answer.

Use Xcode 7 with iOS 10

You need use DeveloperDiskImage from Xcode 8 Beta.
For this extract Xcode 8 Beta app and copy DeveloperDiskImage for iOS 10 to your Xcode folder.

Suppose you extract Xcode to Downloads/Xcode-beta.app

cp -r /Users/fanruten/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A345\) /Applications/Xcode_7.2.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

After copy DeveloperDiskImage you should start Xcode and connect iOS device to your mac.

Edit:

With a standard Xcode install one can create a soft link:

sudo ln -s \
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A5309d\) \
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0


Related Topics



Leave a reply



Submit