本文主要是介绍【Xcode】解决Unable to process request - PLA Update available,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
出现场景
IOS更新app时,使用Xcode上传新版本的包时,提示无法上传。
Unable to process request -PLA update available
you currently don't have access to this membership resource. To resolve this issue ,agree to the latest program license agreement in your development account
解决方法
- 使用Apple开发者账号登录苹果开发者网站=>https://developer.apple.com/account。
- 点击顶部提示信息中的
查看协议
按钮(英文是Review Agreement
)
点击同意
最后重新上传app即可。
这篇关于【Xcode】解决Unable to process request - PLA Update available的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!