Xcode 配置:应用程序标识符不匹配,即使它们相同
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12909278/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode Provisioning: Application Identifier doesn't match even though they are the same
提问by Tim R.
Possible Duplicate:
Code Sign error: Application Identifier ‘com.reapptive.Floors2Go' which doesn't match the current setting ‘com.reapptive.Floors2Go'
可能重复:
代码签名错误:应用程序标识符“com.reapptive.Floors2Go”与当前设置“com.reapptive.Floors2Go”不匹配
Code Sign error: Provisioning profile 'Provisioning Profile Name' specifies the Application Identifier 'com.company.appname' which doesn't match the current setting 'com.company.appname'
Code Sign error: Provisioning profile 'Provisioning Profile Name' specifies the Application Identifier 'com.company.appname' which doesn't match the current setting 'com.company.appname'
--Note that the "Application Identifier" and "current setting" are character-for-character identical.
-- 请注意,“应用程序标识符”和“当前设置”是逐字符相同的。
I recently replaced an old provisioning profile in the Organizer with a newer version of the profile to add more devices. The previous profile worked fine, and I made sure to go into the Code Signing Identity section of the project settings and change it to use the new profile. What could cause this?
我最近用更新版本的配置文件替换了管理器中的旧配置文件,以添加更多设备。以前的配置文件运行良好,我确保进入项目设置的代码签名标识部分并将其更改为使用新的配置文件。什么可能导致这种情况?
回答by alloc_iNit
Check with your keychain listings.. There might be duplicate profiles as you have already installed new one over older one. In cas you found duplicate profiles, remove older one and remove your "DerivedData" (in case of xcode 4.3/ xcode 4.5) or "Build" folder and then set profile settings for your target and try to rebuild.
检查您的钥匙串列表。可能会有重复的配置文件,因为您已经安装了新的而不是旧的。在 cas 中,您发现重复的配置文件,删除旧配置文件并删除“DerivedData”(在 xcode 4.3/xcode 4.5 的情况下)或“Build”文件夹,然后为目标设置配置文件并尝试重建。
Duplication of same profile might be creating causing while you are selecting profile.
在您选择配置文件时,可能会造成相同配置文件的重复。