getting error “Xcode cannot find the software image to install this version” on deployment after updating ios and xcode

一笑奈何 提交于 2019-12-31 05:07:23

问题


I keep getting the error:

“Xcode cannot find the software image to install this version” on deployment?

I upgaded my iPhone to version 6.1.3 and also recently updated xcode to the lastest as well. Before doing this, I could deploy my apps to my phone, but now my apps won't deploy to my device.

Do I have to go and make another provisioning profile and all that stuff again? (I did it all a couple of months ago and got everything working when I was still on iOS 5).

Thx,


回答1:


You need to upgrade the version of your Xcode to 4.6 in order to use your iOS 6.1.3 device for testing & deployment purposes.

The latest version of Xcode is 4.6.1. You can update it using Appstore App.




回答2:


I had this issue. Eventually I found refreshing my provisioning profiles (in Organiser, select devices, in Library select Provisioning Profiles (top left) and click on refresh (bottom right). Then my devices accurately reflected my provisioning profiles and everything worked.




回答3:


The message "xcode cannot find the software image to install this version" seen in the organiser window... This is just a notification rather than a problematic error.

Source: https://stackoverflow.com/a/8537034/736384

So, if it is a update problem, Rajan's answer should solve it, if not:

That message has nothing to do with the problem that you can not compile. When you want to compile, didn't Xcode show any message error?

Anyway you could try restarting Xcode (quit iTunes first if it's running).



来源:https://stackoverflow.com/questions/15611973/getting-error-xcode-cannot-find-the-software-image-to-install-this-version-on

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