简体   繁体   English

Xcode 4.6构建设置中的问题

[英]Issue in Xcode 4.6 build settings

In my application i have changed provision profile and changed inside build settings-->Code sign identity where any SDK and any ios SDK. 在我的应用程序中,我更改了配置文件,并更改了内部构建设置->任何SDK和ios SDK的代码符号标识。 Where release and distribution it's updated But it's not updated in Debug and SDK. 它在何处发布和分发,但在Debug和SDK中未更新。 So build is always failed. 因此构建总是失败的。 Please help me. 请帮我。

下图给出了一些想法

You should not use Distribution provisioning profiles for your Debug and Release modes. 您不应在“调试”和“发布”模式下使用分发配置文件。 That's designed to upload to the App Store. 旨在上传到App Store。 Instead, download a Developer provisioning profile from the same place you got the Distribution profile. 而是从获得分发配置文件的同一位置下载开发者配置文件。 Use both of them. 同时使用它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM