美文网首页
Multiple commands produce Info.

Multiple commands produce Info.

作者: 大牛大神 | 来源:发表于2022-07-01 14:47 被阅读0次

    Showing All Messages

    Multiple commands produce '/Users/zhangqi/Library/Developer/Xcode/DerivedData/Smartbus-dtmbgxfeyofuhibqkmphimhtbvhp/Build/Products/Debug-iphoneos/Smartbus.app/Info.plist'

    Showing All Messages

    Multiple commands produce '/Users/zhangqi/Library/Developer/Xcode/DerivedData/Smartbus-dtmbgxfeyofuhibqkmphimhtbvhp/Build/Products/Debug-iphoneos/Smartbus.app/license.txt'

    原因:

    项目plist文件重名,存在多个重名的plist文件。除了自己的其他三方的,引入的重名plist。

    解决方法:

    在项目中搜索"Info.plist"文件,除了我们自己项目的Info.plist文件,一律删除。

    不让Xcode把项目中我们自己的Info.plist文件当作资源文件进行统一管理。操作就是,在Build Phases --> Copy Bundle resources中找到这个Info.plist文件,从中移除掉(如果删除报错,可以修改plist名字来解决)。

    相关文章

      网友评论

          本文标题:Multiple commands produce Info.

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