zoukankan      html  css  js  c++  java
  • The beta-reports-active Entitlement

    Q:  How do I resolve the "beta-reports-active" code signing error?

    A: There are a number of points of consider regarding this error and a couple solutions are discussed below.

    No matching provisioning profiles found for "your.app" None of the valid provisioning profiles allowed the specified entitlements: beta-reports-active.

    beta-reports-active is a new entitlement added to App Store profiles in September 2014 to allow App Store code signed builds to be tested using iTunes Connect. See App Distribution Guide > Beta Testing Your iOS App > Distributing Your Beta App Using iTunes Connect for more information.

    Important: "Validate" and "Submit" features on the Xcode Organizer Archives tab require an App Store provisioning profile. Therefore, Validate or Submit is not intended to be used with Development, Ad Hoc or Enterprise builds. Ad Hoc or Enterprise distributions should skip straight to Export.

    To resolve this error, you need to install an App Store distribution profile within Xcode. Since App Store provisioning profiles are the only profiles containing the beta-reports-active entitlement, the error indicates that an App Store provisioning profile matching your app's bundle identifier couldn't be found in Xcode's local profile library.

    Since beta-reports-active was added in September 2014, all App Store profiles that were generated prior to September 2014 must be regenerated to pick up the new entitlement. That can be done by:

    1. On the Certs IDs & Profiles website > Provisioning Profiles page, click the App Store profile.

    2. Click 'Edit'

    3. Click 'Generate'

    To create a new App Store profile, click the "+" button on the Distribution Provisioning Profiles page.

    After creating or updating your App Store profile, do one of the following to install the updated profile in Xcode:

    • Click 'Download' and drag/drop the provisioning profile onto the Xcode icon on the dock

    • Click '↺' on Xcode > Preferences > Accounts > (your account) > View Details pane

    For more information on App Store provisioning profiles, see App Distribution Guide > About Store Provisioning Profiles.



  • 相关阅读:
    将DLL嵌入EXE
    GridView绑定List数据源
    控制台调用WebService方法
    ASP.NET WebForms创建UserControl
    ASP.NET MVC使用Ajax刷新Partial View
    《Java并发编程的艺术》第5章 Java中的锁(下)
    《Java并发编程的艺术》第5章 Java中的锁 (上)
    Netty学习之理解epoll
    Netty学习之IO模型
    【转载】《理解Nginx源码》-Nginx配置文件
  • 原文地址:https://www.cnblogs.com/lisa090818/p/4260326.html
Copyright © 2011-2022 走看看