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'
原因:
項(xiàng)目plist文件重名,存在多個(gè)重名的plist文件。除了自己的其他三方的,引入的重名plist。
解決方法:
在項(xiàng)目中搜索"Info.plist"文件,除了我們自己項(xiàng)目的Info.plist文件,一律刪除。
不讓Xcode把項(xiàng)目中我們自己的Info.plist文件當(dāng)作資源文件進(jìn)行統(tǒng)一管理。操作就是,在Build Phases --> Copy Bundle resources中找到這個(gè)Info.plist文件,從中移除掉(如果刪除報(bào)錯(cuò),可以修改plist名字來(lái)解決)。