美文网首页
icon图标不显示

icon图标不显示

作者: Amy莫莫 | 来源:发表于2019-02-25 15:07 被阅读0次

    修改pods的脚本文件(不推荐)
    找到../Pods/Target Support Files/Pods-[Your Project Name]/Pods-[Your Project Name]-resources.sh文件,替换最后一句命令:

    替换前
    printf "%s\0" "{XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "{PLATFORM_NAME}" --minimum-deployment-target "{!DEPLOYMENT_TARGET_SETTING_NAME}"{TARGET_DEVICE_ARGS} --compress-pngs --compile "{BUILT_PRODUCTS_DIR}/{UNLOCALIZED_RESOURCES_FOLDER_PATH}"
    替换后
    printf "%s\0" "{XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "{PLATFORM_NAME}" --minimum-deployment-target "{!DEPLOYMENT_TARGET_SETTING_NAME}"{TARGET_DEVICE_ARGS} --compress-pngs --compile "{BUILT_PRODUCTS_DIR}/{UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "{ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "{BUILD_DIR}/assetcatalog_generated_info.plist"

    相关文章

      网友评论

          本文标题:icon图标不显示

          本文链接:https://www.haomeiwen.com/subject/rokgyqtx.html