After experimenting a bit with SwiftUI
making a new iOS app; I just got to the point where I want to put it on TestFlight to start testing with more people.
But this is where I am hitting a new problem. After archiving, here is what I get when trying to upload the archive to iTunes Connect:
Provisioning profile failed qualification
Profile doesn't match the entitlements file's values for the application-identifier and keychain-access-groups entitlements.
As far as I can tell, I am not doing anything more or less than I always did in the past, when uploading a new app.
Here is what I can say about the app:
- It is using
SwiftUI
. (This is the first time I upload aSwiftUI
app, if that ever matters here) - It is using
Core Data
. - It is using
MapKit
. - It is using location triggered notifications.
For the environment:
- I just upgraded Xcode to version 11.6 (11E708)
- I am using Mac OS Catalina version 10.15.6.
Is there anyone who has faced the same situation before?
Or is there something to check knowing the information above?