Xcode 7.3.1 with iOS 10 support

前端 未结 3 1081
小蘑菇
小蘑菇 2020-11-30 08:11

Now I have an app based on Xcode 7.3.1 which runs fine. But one problem happened when I want to install the app to an iOS 10 device. It is said \"Could not find Developer Di

相关标签:
3条回答
  • 2020-11-30 08:38

    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.

    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.

    0 讨论(0)
  • 2020-11-30 08:41

    Open Finder and from its Top menu click on "Go" and then click on "Go to Folder..."

    You'll see one prompt and there paste this below line there,

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
    
    • You'll be redirected to "DeviceSupport" folder.
    • Now, Download folder from below link and unzipped it

    https://drive.google.com/file/d/0B_9nnatiB3jRaElIeDQzWXNzeEU/view?usp=sharing

    • Copy and Paste that folder in "DeviceSupport" folder.
    • Restart XCode and enjoy :)
    0 讨论(0)
  • 2020-11-30 09:02

    You can download iOS 11 official developer disk image from here

    Unzip & Paste it in

    Applications > Right Click on Xcode > Show Package Contents and follow the below directories and restart your XCode.

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

    0 讨论(0)
提交回复
热议问题