Reputation: 2398
Error while creating the iOS IPA for submitting it to the app store review.
Encountered error while creating the IPA:
error: exportArchive: Unable to process request - PLA Update available
error: exportArchive: No signing certificate "iOS Distribution" found
Upvotes: 55
Views: 43804
Reputation: 58
In the Account Holder section, go to the Business section where you will see agreements. Click on the agreement to accept it, then close Xcode, reopen it Xcode project.then It will work perfectly.
Upvotes: 2
Reputation: 1082
Visit Apple Developer Console. And You will able to see new Program License Agreement available. Review and accept the agreement. Come back to Xcode and try again, you will see errors are gone.
Upvotes: 5
Reputation: 2398
PLA Update available
This gives us the idea that there is a new Program License Agreement available.
This Program License Agreement has to be reviewed and accepted by the Apple developer Account Holder.
After this, my issue is resolved.
Go here Your Apple Developer Account
Upvotes: 103