xcode7真机调试identifier not avaliable错误

Error: An App ID with identifier "*****" is not avaliable. Please enter a different string.

错误原因是这个bundle ID已经被别人提前占用了.这种错误一般发生在你运行别人的项目.

xcode7真机调试identifier not avaliable错误_第1张图片


解决办法当然是修改你的bundle ID 了,修改bundle ID 会遇到一大堆问题,具体可参看这篇文章: http://blog.csdn.net/soindy/article/details/47184933

你可能感兴趣的:(xcode7真机调试identifier not avaliable错误)