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
再提交就沒有此錯誤了,感動,終於解決了!
相關文章
- Dynamics CRM Plug-in assembly does not contain the required types or assembly content cannot be...AIUI
- iOS App Icon和啟動圖尺寸配置iOSAPP
- Muse-UI IconUI
- 基礎元件:ICON元件
- iOS神技之動態更換APP的Icon圖iOSAPP
- jpeg,png,bmp轉換成icon,windows本地匯出icon檔案Windows
- Vue引入icon圖示Vue
- 前端圖片 - icon Fonts前端
- Install Papirus Icon Theme on UbuntuAPIUbuntu
- Android中的icon適配Android
- icon 圖示css實現CSS
- vue專案封裝iconVue封裝
- 個性化Folder Icon(Delphi)
- editor does not contain a main type Maven專案AIMaven
- LLIconVersioning-一個可以建立app版本資訊icon的指令碼APP指令碼
- 在Flutter中使用自定義IconFlutter
- Symbol 引用 iconfont icon圖示庫Symbol
- SAP Spartacus 裡的 icon 設計
- 影片直播app原始碼,Swift動態修改Icon,消除系統彈窗APP原始碼Swift
- Image2icon for Mac(icon圖示設計軟體) v2.18中文版Mac
- 製作生成icon-font步驟
- 為你生成了 1000 + 個 ICON For SVGSVG
- iconfont 在專案中使用阿里icon阿里
- 自定義控制元件 --- 電池icon控制元件
- 最方便的ICON、PNG轉換工具
- React Native Icon方案:react-native-svgReact NativeSVG
- Flutter 學習 - Widget 之 Image和IconFlutter
- 阿里巴巴icon font匯入CSS阿里CSS
- Macicon圖示製作——Icon Resize for MacMac
- 動態修改應用icon和name
- 微信小程式引入Font Awesome-icon微信小程式
- vue中使用mui的extra icon問題VueUI
- 如何將emoji當成單色icon使用
- Flutter 系列文章:Flutter Icon 控制元件介紹Flutter控制元件
- react-native Android使用阿里icon font圖示ReactAndroid阿里
- Vite按需匯入element-plus元件和iconVite元件
- mysql 5.7.21 CMake Error: The source directory "/data/server/mysql" does not appear to contain CMakMySqlErrorServerAPPAI
- 小程式中 icon 顏色自定義解決方案