IOS 11.2 Beta Released, but Not Corresponding Beta for Xcode

I just installed the beta version of iOS 11.2 and downloaded the latest Xcode (which is 9.1 - beta 2. 9B46).

But when I try to run the application on the device, it says that it does not have the necessary support files.

So, how should I develop with 11.2 beta if there is no corresponding Xcode?

+6
source share
7 answers

You now have several options:

  • Develop the use of simulators, waiting for the beta version of Xcode

  • Go back to the non-beta version of iOS (back up your phone!) And use previous versions of Xcode

- Xcode , , . Im .

+3

Xcode beta 9.2b2 Xcode.

sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.2\ \(15C5097c\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.2\ \(15C5097c\)

Xcode

+2

Xcode 9.1 Xcode 9.2 beta https://developer.apple.com/download/

0

You need to download the latest version Xcode-beta.appand use the bash shell script https://gist.github.com/hintoz/e8d60a04890bd864b5a39574c0ee0729 to avoid creating links manually

0
source

All Articles