英文:
Unable to process request - PLA Update available, while creating the IPA
问题
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
英文:
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
答案1
得分: 19
PLA更新可用
这告诉我们有一个新的程序许可协议可用。
这个程序许可协议必须由苹果开发者账户持有人进行审查和接受。
之后,我的问题就解决了。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论