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

后端 未结 8 2379
春和景丽
春和景丽 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条回答
  • 2020-12-09 03:57

    I edited my entitlements.plist with the following command: /usr/libexec/PlistBuddy -c "Add :beta-reports-active bool true" entitlements.plist

    0 讨论(0)
  • 2020-12-09 03:57

    A simple solution: Delete your previous provisioning profile, and create a new one. solves my problem. :)

    0 讨论(0)
提交回复
热议问题