Home > Enterprise >  Bundle Missing Provisioning Profile in Xcode upload to App Store/Testflight
Bundle Missing Provisioning Profile in Xcode upload to App Store/Testflight

Time:09-21

I have been able to upload the iOS version of my App to the App Store. But when i tried uploading the MacOS version (Catalyst) i keep getting an error

WARNING ITMS-90889: ""Cannot be used with TestFlight because the bundle at “TradeFlags.app” is missing a provisioning profile. Main bundles are expected to have provisioning profiles in order to be eligible for TestFlight.""

I see on other posts one needs to re-download the provisioning profiles, which i did. Checking in the Xcode->Preferences->Accounts>ManageCertificates i see all the new versions been added when i generated them a new.

enter image description here

  • Related