Xcode 10.2 Update issue Build system error -1: Unable to load contents of file list: input/output xcfilelist

后端 未结 11 2081
慢半拍i
慢半拍i 2020-12-14 05:57

After upgrading to Xcode 10.2 I am getting 2 errors

:-1: Unable to load contents of file list: \'xxxxx/Pods/Target Support Files/Pods-xxxx/Pods-xxx

11条回答
  •  离开以前
    2020-12-14 06:09

    None of the solutions above worked for me. What did the trick was:

    1. Go to Xcode > Project > Info > Configurations

    2. Set the values for Debug > Pods-XXX.debug and Release = Pods-XXX.release

    This solved the issue for me on Xcode 12.0 beta

提交回复
热议问题