1. 程式人生 > >WARNING ITMS-90076:"Potential Loss of Keychain Access." 之後匯入此構建版本時出錯。

WARNING ITMS-90076:"Potential Loss of Keychain Access." 之後匯入此構建版本時出錯。

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." 之後匯入構建版本出錯

APP轉讓以後重新打包會有WARNING ITMS-90076: "Potential Loss of Keychain Access."警告,之後構建版本提示"匯入此構建版本時出錯。"解決方案。下面第

iOS提審"Potential Loss of Keychain Access.問題

WARNING ITMS-90076: "Potential Loss of Keychain Access. The previous version of software has an application-identifier value of ['A8M9REA9

WARNING: The TCP backlog setting of 511.解決

3-9 text mage 一個 warning images blog tcp 解決 redis啟動警告問題:WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/

warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘__pid_t (*)(void)’

程式碼如下 printf("%d pid : ppid :%d %d\n",s*s,getpid,getppid; 錯誤如下 格式’%d’需要型別為’int’的引數,但引數3的型別為’__pid_t(*)(void)’[ - Wformat] 也就是在需要傳入引數返回值的時候很重要

Composer警告Warning:This development build of composer is over 60 days old......

今天查看了一下伺服器安裝的Composer版本,報了一個警告: 意思是安裝已經超過60天了,需要執行 /usr/bin/composer self-update,升級到最新版本,然後我就執行了:  再次檢視版本確實更新到官方最新的1.7.3版本,但是又報了

wide loss of microbiota diversity is a health threat comparable to climate change

Such a Noah's Ark of beneficial germs would be gathered from human populations whose microbiomes are uncompromised by antibiotics, processed diets and oth

On the Potential & Limits of AI 

On the Potential & Limits of AI — The Facts Beneath the HypeLast year, Google’s DeepMind created a program where AI agents compete for virtual apples.

Keil: warning: A1581W: Added 2 bytes of padding at address

KEIL MDK編譯警告: warning: A1581W: Added 2 bytes of padding at address xxx 原因: 在Keil 裡寫彙編程式碼時如果程式碼尺寸不對齊,編譯器自動補補警告。 處理辦法: 加NOP指令,或修改對齊方式  

Can We Avoid the Potential Dangers of AI, Robots and Big Tech Companies?

If you plan to live another 10 years, you should expect to live in a world with machines doing things you don't like doing today. Even more will be done wi

warning: right shift count >= width of type

      linux上編譯mkyaffs2image工具, 出現如下警告: src/main.c:18: warning: right shift count >= width of type

activiti5.22整合modeler出錯TypeError: Cannot read property 'split' of undefined

activiti 沒有 ecan each can array proto type pro activiti5.22.0整合modeler時,打開的流程頁面不顯示工具欄和左邊的控件欄,產生如下的錯誤: TypeError: Cannot read property ‘s

Eclipse匯入新的tomcat提示錯誤:Unknown version of Tomcat was specified

最近開啟以前寫的一個專案時,開始總是報HttpServlet的錯誤,一看就想到了了沒有在工程裡匯入Tomcat,但是開啟: Build Path->Add Libraries,發現是有Tomcat的,於是就去Window -->Preferences-->

overlaps the location of another project Zendstudio匯入已經存在的目錄

最近弄zendstuido匯入已經存在的專案,找了很多地方終於找到了匯入的方法,特別記錄一下。 基本情況: 我在d:/wamp/www有個專案,現在需要匯入到我的Zend studio裡面,Zend studio的workspace也是d:/wamp/www資料夾,所以我

編譯ionic出錯:You have not accepted the license agreements of the following SDK components

最近安裝ionic後,新建了一個專案,結果在編譯是重試幾次都出錯: BUILD FAILED Total time: 3.638 secs Error: cmd: Command failed with exit code 1 Error output: FAILURE:

Bag-of-Visual-Words SIFT 實現(matlab版本

1.Bag-of-Visual-Words SIFT feature 相關知識 2.構建BoW碼本步驟 (copy上述連結2的步驟敘述) 假設訓練集有M幅影象,對訓練圖象集進行預處理。包括

Could not generate CGLIB subclass of class編譯出錯

Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl' defin

access資料庫匯入到sqlserver中的方法

操作步驟:  1、在sqlserver中新建一個數據庫database(名字任意取)  2、在此資料庫上點吉右鍵--所有任務--匯入資料  3、點選“下一步”  4、資料來源:選擇“Driver do Microsoft Access(*.mdb)”  5、使用者/系統,點選“新建”--檔案資料來源--“Dr

c# 程式實現ACCESS資料匯入SQL的方法

//連線ACCESS資料庫程式碼OleDbConnection adoConn= new OleDbConnection();string StrConn= "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database Password=密碼;Data source

keychain tool裡,Request a certificate出錯''The specified item could not be found in the keychain"

解決辦法是:restart keychain tool, and then 在keychain tool裡,不要選擇"keys" item,應該選擇"all items",and then try again! (make sure you see "Let me spec

asp實現修改access資料庫,但是一點提交就出錯,請高手看看怎麼回事

程式碼: <!--#include file="conn.asp"--> <% exec="select * from student2 where id="&request.QueryString("id") set rs=server.Crea