简体   繁体   中英

How to run/install app in iOS 13 device from the Xcode 10.2.1 using device supported file

I have recently updated iPhone to iOS 13 after the update my existing code (which was working fine in iOS 12.3) stopped working. Getting below error.

在此处输入图片说明

so as a workaround I added device supported file for the iOS 13 in below location

⁨Applications⁩ ▸ ⁨Xcode⁩ ▸ ⁨Contents⁩ ▸ ⁨Developer⁩ ▸ ⁨Platforms⁩ ▸ ⁨iPhoneOS.platform⁩ ▸ ⁨DeviceSupport⁩

在此处输入图片说明

even after adding the device support file getting error could not locate the device support files.

确保您命名文件夹以匹配确切版本,即13.0 (17A5508m)

I downloaded the Developer disk image for iOS 13.0 from here and added support file in Xcode Version 10.3 (10G8).

https://github.com/iGhibli/iOS-DeviceSupport/blob/master/DeviceSupport/13.0.zip

All other devices support list.

https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport

Follow These steps.

Unzip downloaded file. Right click on Xcode and click on Show Package Content. Then paste your file on path.

Applications -> Xcode.app -> Contents -> Developer -> Platforms -> iPhoneOS.platforms -> DeviceSupport

Then at last restart your Xcode.

It works for me.

PS:拖放设备支持文件夹后不要忘记重新启动Xcode。

Download xcode11 Beta and take Disk Image for iOS 13 from xcode 11 Beta device support. It will work for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM