Apple TestFlight upload warning ITMS-90191: missing `beta-reports-active` entitlement

后端 未结 8 2386
春和景丽
春和景丽 2020-12-09 03:04

When I upload a build to the new Apple owned and iTunes Connect-integrated TestFlight, I see the following log:

WARNING ITMS-90191: "Missing beta en

8条回答
  •  Happy的楠姐
    2020-12-09 03:53

    If you're using Fastlane, make sure you set ad-hoc to false for the sigh step, otherwise it will generate an ad-hoc profile which is not suitable for TestFlight distribution. i.e.:

    sigh(
      adhoc: false,
      team_id: "XXXXXXXXX"
    )
    

提交回复
热议问题