No Xcode support for iOS 12.3

偶尔善良 提交于 2019-12-08 14:34:07

问题


My phone has updated to iOS 12.3 beta, the latest Xcode 10.2 beta only supports up to iOS 12.2.

Is there a beta version of xcode anywhere that is compatible with iOS 12.3?

I guess the options are to wait for apple to release a new version of xcode or to roll back. unless anyone knows otherwise?


回答1:


I find a solution to fix this problem.

You should make a folder named 12.3 (... what is written in your error message) in Program/Xcode-beta/Contents/Developer/Platforms/iPhoneOS.platforms/DeviceSupport/ and copy the files from 12.2 in there.

Now you can run your apps on iPhones with iOS 12.3.




回答2:


Any update on The IOS 12.3 Beta Developer Disk Image? The official Debugging File for iOS 12.3 is not available. You can try the following method to let Xcode support debugging iOS 12.3 devices.
1. Go to the folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
2. Create a folder named "12.3".
3. Copy the "12.2" file to the "12.3" folder.




回答3:


How I fixed a similar issue with iOS 12.4

Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport and create folder called 12.4 (16G77) and copy the files from one of the previous folders f.e 12.3

Go to Xcode and click on the "Set active scheme menu" and click on Download Simulators at the bottom:

Xcode will automatically start updating and re-creating the supporting files for 12.4:

Hope this will help someone.




回答4:


Actually, Xcode 10.2.1 could debug with real devices running iOS 12.3

Try it by yourself.




回答5:


worked for me: 1. cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 2. cp 12.0 12.2 3. cp 12.0 12.3 4. downloaded Apple configurator and identified the connected devices 5. in xCode targeted the connected device 6. build worked



来源:https://stackoverflow.com/questions/55471745/no-xcode-support-for-ios-12-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!