Good Day All,
I have been using Xcode 8 to test a couple apps on iOS 10. I am needing to submit an update to one of my apps to fix an issue which was discovered today.
I tried uploading to the App Store with Xcode 8, but of course because this isn't a GM release yet, so that is not possible.
I went back to XCode 7, but now due to some entitlement changes in Xcode 8, 7 doesn't see valid provisioning profiles. So now I am stuck trying to upload my update to the App Store.
I did set the storyboards to be compatible with Xcode 7, and so can open all documents. Xcode 7 doesn't show any warning or issues when building, or archiving. But upon uploading to the app store, I get a message:
No matching provisioning profiles found for "Applications/AppName.app"
None of the valid provisioning profiles allowed the specific entitlements: beta-reports-active, aps-environment.
So I proceeded to remove the entitlements file which Xcode 8 creates, but with that removed Xcode 7 can't build the application. I tried switching provisioning profiles, to perhaps use the "old" provisioning profile, but no go.
Without the entitlements file, Xcode 7 also provides an option to "fix issue", however when I do this, it loads my list of developer accounts, but the dropdown is blank so I cant select one.
It seems I am very stuck. I really need to upload my update to Apple. Does anbody have any ideas?
Thanks much!