叼花硬汉 2016-06-14 08:16 采纳率: 0%
浏览 719

代码签名对于 SDK'ios10.0'中的产品类型'Application'是必需的-StickerPackExtension 需要一个开发团队错误

I am facing the below issue and am unable to build the application.

XXX has conflicting provisioning settings. XXX is automatically provisioned, but provisioning profile WildCard has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual provisioning in the target editor. Code signing is required for product type 'Application' in SDK 'iOS 10.0'

I am also unable to choose a particular profile.

Enter image description here

How to resolve this issue?

转载于:https://stackoverflow.com/questions/37806538/code-signing-is-required-for-product-type-application-in-sdk-ios-10-0-stic

  • 写回答

25条回答 默认 最新

  • python小菜 2016-06-15 12:45
    关注

    Great, now we can choose the profile for Debug and Release separately in the general tab itself as illustrated in the image below.

    Also when you click on Automatically manage signing it does all process that are created by Fix issue in previous Xcode versions.

    Enter image description here

    评论

报告相同问题?