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