Can not get Xcode 6.4 to install ios9 Beta 2

I can not get the latest xCode to deploy on an iOS9 Beta 2 iPhone6Plus. I could with previous XCode, however can't now with 6.4 Says ineligible device. Even if I do the "product->destination trick", it still will not deploy.


Thoughts?

To use iOS 9 you must be using XCode 7 I beleive

I have run into this in the past, and what has worked for me is to deploy any app (even just an unmodified new app) from the Xcode beta (7 beta 2 in this case) once. Then go back to the Xcode release (6.4 in this case) and it will be able to deploy to the device. YMMV, I've only ever done this on iPads.

(As per another post)::


Ad hoc distribution is the supported mechanism to use if you want to build using an old version of Xcode and load the application onto a device too new for that version of Xcode.


There are hackish work arounds involving swapping between Xcode 6 and Xcode 7, but that's likely to cause handshaking problems with the device.

Hi dkardell,


I found a good trick, Download xcode 7 DO NOT OPEN IT !


When opening the DMG hit show package contents then go to content/developer/platform/IPHONEOS.platform/device support. in here you will see all IOS VERSIONS. in xcode 6.4 you see the exact same but without 9.0 So copy that folder from xcode 7 and paste it in xcode 6 (same directory).


This will fix your problem 😀

Worked great.


I copied the Xcode 7 beta folder named 9.0 (13A4325c) to same location in Xcode 6.4 and all was good!


/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/9.0 (13A4325c)


Now I can load apps built with Xcode Version 6.4 (6E35b) on to my iOS 9 development device without risk of messing up my main development system by installing Xcode 7 beta.


Excellent! Thank you!


-Ed

Can not get Xcode 6.4 to install ios9 Beta 2
 
 
Q