参考:
http://stackoverflow.com/questions/33122484/use-bundle-identifier-instead-of-product-bundle-identifier-with-xcode-7
http://stackoverflow.com/questions/32862253/xcode-7-changing-product-bundle-identifier
http://www.ithao123.cn/content-7074736.html
http://blog.163.com/dance_2014/blog/static/23383119520145164935189/
http://www.cocoachina.com/bbs/read.php?tid-456426-page-2.html 12楼
问题:
TARGETS->General->Identity->Bundle Idenrifier 显示灰色无法删除和更改,只能在它的基础上增加
原因:
可能是别人在他的电脑上用其它APP ID 编译过了程序,你在把项目复制到你的电脑上,会出现这个问题
根本原因:
在TARGETS->Info->Custom iOS Target Properties ->Bundle identifiter 中设置中写入的是动态参数$(PRODUCT_BUNDLE_IDENTIFIER)
解决该问题,分两种情况:
1、修改Product Bundle Identifiter
在TARGETS->Build Settings ->Packaging ->Product Bundle Identifiter 中修改为自己需要的APP ID。
Product Bundle Identifiter 可以修改动态参数$(PRODUCT_BUNDLE_IDENTIFIER)对应的值,这个为空,可能会报错:
error: coule not read XXXX from Info.plist(null)
2、没有Product Bundle Identifiter 这个选项
修改Bundle Identifiter 为固定App ID,两种方法:
在TARGETS->Info->Custom iOS Target Properties ->Bundle identifiter 设置中,写入自己的需要的App ID
打开工程目录中 XXXX.plist文件,修改Bundle identifiter 为自己的需要的App ID