I'm trying to distribute an app with a bundled widget extension. However, when trying to upload my archive via Xcode's organizer, I get the following error:
"Invalid provisioning profile. The provisioning profile included in bundle: <widget bundle ID> is invalid. [Missing code-signing certificate]. A distribution provisioning profile should be used when submitting apps to the App Store."
I have my targets all setup to let Xcode automatically manage signing. Inspecting the app & widget targets I can see that everything looks right (using automatic "Apple Development" signing cert). When uploading via organizer, it re-signs everything with the "Apple Distribution" cert. However, I notice the widget extension's "profile" field is set to none - which I'm assuming is what's causing the issue.
Been struggling with this for a while, and I assumed this process should just work when using Xcode's automatic signing management. Any help would be greatly appreciated.
Merry *almost* Christmas 🎄🎅🏼
"Invalid provisioning profile. The provisioning profile included in bundle: <widget bundle ID> is invalid. [Missing code-signing certificate]. A distribution provisioning profile should be used when submitting apps to the App Store."
I have my targets all setup to let Xcode automatically manage signing. Inspecting the app & widget targets I can see that everything looks right (using automatic "Apple Development" signing cert). When uploading via organizer, it re-signs everything with the "Apple Distribution" cert. However, I notice the widget extension's "profile" field is set to none - which I'm assuming is what's causing the issue.
Been struggling with this for a while, and I assumed this process should just work when using Xcode's automatic signing management. Any help would be greatly appreciated.
Merry *almost* Christmas 🎄🎅🏼