简体   繁体   English

UnityFramework 不支持配置文件,但配置文件<my profile name>已手动指定</my>

[英]UnityFramework does not support provisioning profiles, but provisioning profile <my profile name> has been manually specified

I'm using azure for building a unity project for IOS.我正在使用 azure 为 IOS 构建统一项目。 I'm using Task XCode Build but It appears with this error我正在使用任务 XCode Build 但出现此错误

error: UnityFramework does not support provisioning profiles. UnityFramework does not support provisioning profiles, but provisioning profile <<my profile name>> has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'UnityFramework' from project 'Unity-iPhone')

I tried several ways but this error still appeared.我尝试了几种方法,但仍然出现此错误。 Have anyone encountered this error?有没有人遇到过这个错误? Please give me some tips for solving it!请给我一些解决它的提示! Thank you!谢谢!

The reason for this error is that UnityFramework is automatically signed, and UnityFramework does not require any signature, so this error occurs.出现这个错误的原因是UnityFramework是自动签名的,而UnityFramework不需要任何签名,所以会出现这个错误。

CODE_SIGN_IDENTITY, PROVISIONING_PROFILE_SPECIFIER These two parameters need to be configured separately for Unity-iPhone and UnityFramework. CODE_SIGN_IDENTITY、PROVISIONING_PROFILE_SPECIFIER这两个参数需要分别为Unity-iPhone和UnityFramework配置。

You may use automatic signing for a try.您可以尝试使用自动签名。 automatic signing自动签名

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

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