Xcode 8 - Provisioning Profile vs. Provisioning Profile (Deprecated)

后端 未结 4 1912
陌清茗
陌清茗 2020-12-08 18:35

I have just updated to Xcode 8 and I now have two options for app signing, Provisioning Profile and Provisioning Profile (Deprecated).

Why is one deprecated

4条回答
  •  旧巷少年郎
    2020-12-08 19:09

    In Provisioning Profile (Deprecated) description, information is The UUID of a valid provisioning profile. A missing or invalid profile will cause a build error (deprecated, use [PROVISIONING_PROFILE_SPECIFIER] instead).

    I found the link https://possiblemobile.com/2016/06/code-signing-xcode-8/.

提交回复
热议问题