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

后端 未结 8 2380
春和景丽
春和景丽 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

提交回复
热议问题