iOS 12.1.2 Xcode Version 10.0 (10A255) can't load build into iPhone six

放肆的年华 提交于 2020-03-24 05:04:04

问题


Xcode : Version 10.0 (10A255) iPhone6: iOS 12.1.2

My Xcode was running smoothly but after coming back from Christmas holiday I get the following error.

I searched around and try to rename the following file 12.0 (16A366) to 12.1 but it is still not working. I have also tried to reset the networking on iPhone and reboot the Mac and still it is not working.


回答1:


Xcode 10.0 does not support iOS 12.1. Update to Xcode 10.1 to be able to run your project on an iOS device running 12.1. Refer to the following article for more detailed information:

Xcode and New iOS Versions




回答2:


You have two choices:

  1. update the xCode to lates version
  2. download desired version's DeveloperDiskImage file(s)

for last one you can download lates files from https://github.com/filsv/iPhoneOSDeviceSupport.

In your case, I had your problem too and because 12.1 (16B91) version was not available(in the Git link),I download 12.1 (16B91).zip and copy to DeviceSupport dir and the problem was solved.



来源:https://stackoverflow.com/questions/53927290/ios-12-1-2-xcode-version-10-0-10a255-cant-load-build-into-iphone-six

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