Xcode New Build System Error
2018-07-03 本文已影响38人
偶是星爷
- node is produced by multiple commands; e.g., '5e127067142d36ffb811ccc66d1f81dcbc1b40341ff404033aca8fd493d1b6f7:Debug:CopyPlistFile '
文件名相同的文件重复拷贝。解决很简单,不需要的文件从编译选项里去掉。
- node is produced by multiple commands; e.g., '64d0cb83e40c24f71d81323a558cff7938238081b9b1fa76fb41f0576d969dfe:Debug:MkDir .../Build/Products/Debug-iphoneos/include'
这个很坑,include文件夹创建了多次,但在工程里找不到创建的方法。我的解决办法是
屏幕快照 2018-07-03 上午11.12.09.png
-
Dependency cycle for target ‘[target]’ detected: [target] -> [target]
开启并行Build
屏幕快照 2018-07-03 上午11.14.18.png