WatchKit App Rejected for “Failing to Install”

落爺英雄遲暮 提交于 2019-11-30 12:53:50

Have you ever opened the project in Xcode 6.3? If so, it likely set your deployment target to iOS 8.3, which will cause this error.

The problem is that if you opened your project in Xcode 6.3 at some point, it updates your deployment target to iOS 8.3. This however isn't reflected in the project's UI, you have to right click your project file and show contents, then open up your project.pbxroj and search for deployment target and change it to 8.2

I had exactly the same error. Went to the Apple developer portal website and to the devices section. Then I had to go through the 'device reset' procedure.

The reason being that I had entered a new developer programme year. It seems that it had refused to provision the device until I went through that reset - not that it told me!

Once I had done this, I popped into the Window->Devices (from xCode) and I would see the watch.

From that point on it worked fine. (I checked back in the device list on the developer Portal and there it was).

Also, if it does not turn on automatically, that Window->Devices shows the UDID that you can use to manually add your device.

Hope that might be of some help :)

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