美文网首页
iOS 使用 cocoapods 打包无 icon 解决方案

iOS 使用 cocoapods 打包无 icon 解决方案

作者: JackYao | 来源:发表于2018-06-06 18:15 被阅读39次

    请在 podTargets Support Files 找到 xxx.-resources.sh
    将倒数第三行 的 --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" 后的--output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"删除掉
    保存打包即可

    相关文章

      网友评论

          本文标题:iOS 使用 cocoapods 打包无 icon 解决方案

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