When I archive my updated project for distribution to the App Store I get the following error:
App Store Connect Operation Error
ERROR ITMS-90174: "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision."
And on the Review pop-up I get the following info:
Team: my name
Certificate: iOS Distribution (Expires 13/11/2018)
Profile: None
Symbols: Included
Architectures: armv7 and arm64
However, the Provisioning Profile (Development) does exist and it matches the Bundle Identifier in the project. I've updated the project several times before and not had this issue.
My question is, can i delete the current Provisioning Profile in my Developer Account and create a new one and update my live app using this new profile? I don't want to delete the current profile only to find that I needed that specific profile to make any change to the app.
Appologies if this is a basic question, but this is my first app so I'm still learning.
Thanks all 🙂