I'm testing my app with TestFlight but I can't upload my archives after updating to MacOS 10.12 and Xcode 8.1.
When I archive my app, click on "Upload to App Store...", select my Development, I get this error.
No matching provisioning profiles found for "Applications/app.app"
None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.
What I've tried so far:
- Reopening Xcode (Many times)
- ⌘+, > select team > remove every provisioning profile > re-download every provisioning profile (Reopening Xcode after each step)
- Re-downloaded and installed my certificates and provisioning profiles
- Removing every provisioning profile and building the app
config.xml
was the default one i.e.my.ionic.project
that was different from the one I set in iTunes Connect. I just edited that configuration and built it again – Devid Farinelli