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名字来解决)。
网友评论