老哥,我用了你的方法還是報錯,能否指點一下?
note: Building targets in dependency order
error: Multiple commands produce '/Xxxxx/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/LBFoundation.framework'
note: Target 'LBFoundation.common' (project 'Pods') has create directory command with output '/Xxxxx/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/LBFoundation.framework'
note: Target 'LBFoundation.common-Service' (project 'Pods') has create directory command with output '/Xxxxx/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/LBFoundation.framework'
我也是升級到了xcode14之后,改為了New Build System報錯了。
完全無從下手。。。
Xcode Legacy Build System替換為New Build System編譯報錯及解決方法Xcode 14把原來的Legacy Build System干掉了,默認用新的New Build System。或者Xcode 14以下,工程直接使用的New Build ...