在Xcode中找不到匹配的配置文件

在Xcode中找不到匹配的配置文件,xcode,provisioning-profile,Xcode,Provisioning Profile,我得到以下错误: 生成设置使用UUID指定设置配置文件 XXX-XXX-XX…,但是,未找到此类配置文件 我allredy试图从Xcode中删除我的配置文件并重新下载它们,但没有帮助。当我转到~/Library/MobileDevice/provisioningprofiles/时,我实际上可以看到Xcode告诉我不存在的配置文件。我还尝试重新启动Xcode,但也没用。根据苹果技术支持部门的建议,解决这个问题的最佳方法是: 1) (not advised by apple as you shou

我得到以下错误:

生成设置使用UUID指定设置配置文件 XXX-XXX-XX…,但是,未找到此类配置文件


我allredy试图从Xcode中删除我的配置文件并重新下载它们,但没有帮助。当我转到~/Library/MobileDevice/provisioningprofiles/时,我实际上可以看到Xcode告诉我不存在的配置文件。我还尝试重新启动Xcode,但也没用。

根据苹果技术支持部门的建议,解决这个问题的最佳方法是:

1) (not advised by apple as you should have an ID). But Ensure that your DeveloperID is added to Xcode. (If it's an ID that hasn't got Agent or Admin access) then you need to make sure the you've created the correct provisioning profiles and installed them. If it is an Admin/Agent account, all's good

2) Open the project in question and:
    i) Click on the target which you're having problems with
    ii) Click on the "General" tab
    iii) Make sure that the "Signing" is set to "None"
    iv) Click on the "Build Settings" tab
    v) Make sure that "All" and "Combined" levels are chosen" (see the image below, All and Combined levels are just under the main tabs on the left)
本次记者会后:

1) Cmd + Shift + K to do a build clean 
2) after this is done, press Cmd + B to build
如果这不能实现,那么返回到General选项卡,在上面2 iii中提到的Siging部分下,您将看到一个修复问题按钮

希望这有帮助

干杯


A

不起作用。代码签名错误:SDK“iOS 9.3”中的产品类型“应用程序”需要代码签名
1) Cmd + Shift + K to do a build clean 
2) after this is done, press Cmd + B to build