Any way to install app to iPhone 4 with Xcode 8 beta?

前端 未结 2 1760
南笙
南笙 2020-12-08 01:24

When trying to run app on my iPhone 4, Xcode 8 beta shows me this message:

This iPhone 4 is running iOS 7.1.2 (11D257), which may not be supported by this vers

相关标签:
2条回答
  • 2020-12-08 01:50

    Actually, there is a way. You just need to copy DeviceSupport folder for iOS 7.1 from Xcode 7 to the new one. It's located in:

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.1

    I've tried it and it works.

    EDIT: If you don't have the 7.1 files anymore, you can find them here.

    0 讨论(0)
  • 2020-12-08 02:06

    If you do not need to debug but only build and put the app on device then you could also use product -> archive to create .ipa file with an adhoc version and then put in on iphone 4 using window -> devices. This works on xcode 8 without any additional files.

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