This iPhone is running iOS 12.0 (16A366), which may not be supported by this version of Xcode

只愿长相守 提交于 2020-01-15 10:35:09

问题


I am using Xcode (Version 9.0 (9A235)), and when I tried to run my app on my iPhone, I am getting this error.

This iPhone is running iOS 12.0 (16A366), which may not be supported by this version of Xcode.

I can't update my Xcode due to an incompatible version of macOS. Any other solution?


回答1:


You need to use xcode 10 for ios version 12.0.




回答2:


Download files based in your iPhone Model IN HERE

1 - Open directory: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

3 - Create new folder "12.0 (16A366)" depends on what exactly are you missing

4 - Paste the OTA Files Uncompressed

6 - Restart Xcode




回答3:


iOS 12 is only supported by the beta of Xcode 10 or higher. If you want to use your iPhone 8 with this iOS version (NOT RECOMMENDED) with your Xcode 9.4 you can try to download the last beta of Xcode 10 and after connecting the iPhone to the mac go to this folder:


/Applications/Xcode10.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

You can see the iOS version folder of the iPhone, copy and past it to the same location in your Xcode 9.4 folder. After this you should be able to deploy to your iPhone 8.




回答4:


Download (16A366) file from this link and paste at /Applications/Xcode10.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport


Link to Download file (16A366)



来源:https://stackoverflow.com/questions/52575751/this-iphone-is-running-ios-12-0-16a366-which-may-not-be-supported-by-this-ver

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