iOS-frameworks-Debug-output-file
2022-04-19 本文已影响0人
一代枭雄
在打开Xcode时,有时会提示 Unable to read contents of XCFileList '/Target Support Files/Pods-**/Pods-**-frameworks-Debug-output-files.xcfilelist'.这可能是Xcode 12构建时触发的一个问题,我也不了解.
这里我们可以按照一下的方法解决:
1.终端
sudo gem update cocoapods --pre
pod update
2.Xcode
clean
build