[心得] Xcode 9上傳App碰到Error ITMS-90022解法

作者: rice0617 (LittleRice)   2017-10-02 11:53:20
Hello 各位
最近升級到Xcode 9.0 & macOS High Sierra
上傳App時碰到Error ITMS-90022
內容如下
"Missing required icon file.
The bundle does not contain an app icon for iPhone / iPod Touch
of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."
大概是說少了120x120的icon
但明明在assets裡確認 [email protected] & [email protected] 都確定有圖
經過幾天研究終於找到解法
(我的OS語系是英文 也許會和大家有點出入)
在Xcode Menu裡點選Window -> Organizer
在要上傳的Build點右鍵 -> Show in Finder
找到你的.xcarchive檔點右鍵 -> Show Package Contents
在該路徑下開啟terminal
輸入以下指令
find Products/ -name Info.plist -print0 | xargs -0n1 plutil -replace BuildMachineOSBuild -string 16A323
之後再上傳應該就ok了
有碰到同樣問題的可以試試看
謝謝大家
作者: jeff12280 (猜不透平常心)   2017-10-02 12:02:00
謝分享
作者: markkkkkkkk (黑崎光)   2017-10-05 00:52:00
推推

Links booklink

Contact Us: admin [ a t ] ucptt.com