Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of ex...
試了n多方法後,都不行。提示圖片問題,但是這張圖片我是有的,尺寸也沒有任何問題
第一次不報圖片錯誤,是使用了一下方法:
find Products/ -name Info.plist -print0 | xargs -0n1 plutil -replace BuildMachineOSBuild -string 16A323
提交的時候確實不報錯,但是在iTunes Connect看不到二進位制檔案,後來收到郵件,任然是提示120圖片沒有
第二次不報圖片錯誤,是在podfile檔案的最末加上:
post_install do |installer|
installer.aggregate_targets.each do |target|
copy_pods_resources_path = "Pods/Target Support Files/#{target.name}/#{target.name}-resources.sh"
string_to_replace = '--compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"'
assets_compile_with_app_icon_arguments = '--compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${BUILD_DIR}/assetcatalog_generated_info.plist"'
text = File.read(copy_pods_resources_path)
new_contents = text.gsub(string_to_replace, assets_compile_with_app_icon_arguments)
File.open(copy_pods_resources_path, "w") {|file| file.puts new_contents }
end
end
然後在此檔案目錄下執行:
pod update --verbose --no-repo-update
再提交就沒有此錯誤了,感動,終於解決了!
相關文章
- How to find the UDID for an iPhone/iPod touchiPhone
- Android中處理Touch Icon的方案Android
- 蘋果:iPod Touch銷量破億 釋出新版iPod Touch蘋果
- Dynamics CRM Plug-in assembly does not contain the required types or assembly content cannot be...AIUI
- iOS app icon 通用設計規則iOSAPP
- iOS App Icon和啟動圖尺寸配置iOSAPP
- WARNING ITMS-90704: "Missing App Store Icon. &usbmuxd的2個應用場景APPUX
- Muse-UI IconUI
- 函式組:ICON函式
- 基礎元件:ICON元件
- jpeg,png,bmp轉換成icon,windows本地匯出icon檔案Windows
- java.lang.IllegalArgumentException: Mapped Statements collection does not contain value forJavaExceptionAPPAI
- iOS神技之動態更換APP的Icon圖iOSAPP
- Vue引入icon圖示Vue
- Angular Material 攻略 04 IconAngular
- 前端圖片 - icon Fonts前端
- iOS 10.3新特性之動態替換App IconiOSAPP
- 一鍵生成iOS 開發 app icon圖的軟體iOSAPP
- ipod touch 3g 4.0.2降級
- vue專案封裝iconVue封裝
- icon 圖示css實現CSS
- soapui icon以及resource的理解UI
- vscode icon in elementary osVSCode
- iOS 動態更換iconiOS
- Tree動態顯示Icon
- ABAP 開發常用icon對應的程式碼 報表 table control icon
- mysql 5.7.21 CMake Error: The source directory "/data/server/mysql" does not appear to contain CMakMySqlErrorServerAPPAI
- editor does not contain a main type Maven專案AIMaven
- Android中的icon適配Android
- 在Flutter中使用自定義IconFlutter
- Install Papirus Icon Theme on UbuntuAPIUbuntu
- MFC自己的滑鼠Icon設定
- Image2icon for Mac(icon圖示設計軟體) v2.18中文版Mac
- 如何在移動端app中應用字型圖示icon fontsAPP
- 動態修改應用icon和name
- 微信小程式引入Font Awesome-icon微信小程式
- 自定義控制元件 --- 電池icon控制元件
- 最方便的ICON、PNG轉換工具