WARNING ITMS-90076:"Potential Loss of Keychain Access." 之后导入此构建版本时出错。

编程知识 更新时间:2023-05-01 23:39:42
APP转让以后重新打包会有WARNING ITMS-90076: "Potential Loss of Keychain Access."警告,之后构建版本提示"导入此构建版本时出错。"解决方案。

下面第一个是解决之后可以正常提交的版本,再下面红色的不是朱砂痣是蚊子血

1.首先查看邮箱,查看错误信息。之前遇到过info.plist文件缺少配置的权限问题。根据提示信息添加对应权限说明。重新打包上传即可。

Dear developer, 
We have discovered one or more issues with your recent delivery for “APPNAMe”. To process your delivery, the following issues must be corrected: 
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data. 
Regards, 
The App Store team

2.最近打包发现了新的Potential Loss of Keychain Access问题。查看邮箱内容如下:


经过各种尝试,解决方案如下:

 找到用来上传的 .xcarchive文件 ---> 右键 ---> show in finder ---> 右键 --->显示包内容




* 打开终端执行 cd + .xcarchive文件路径,回车。

* 继续执行如下终端命令

find Products/ -name Info.plist -print0 | xargs -0n1 plutil -replace BuildMachineOSBuild -string 16A323
重新上传即可。


更多推荐

WARNING ITMS-90076:"Potential Loss of Keychain Access." 之后导入此构建版本时出错。

本文发布于:2023-04-24 14:24:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/c4fa8ee941658be2ba6828147441be17.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:版本   quot   WARNING   ITMS   Keychain

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 100727文章数
  • 26064阅读数
  • 0评论数