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

后端 未结 11 2082
慢半拍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:28

    For me, this was caused because I was setting up a custom configuration (.xcconfig) file for different environments. I wasn't importing the Pods/Target Support Files/Pods-XXXXXX/Pods-XXXXXX.release.xcconfig into my configuration file.

    This guide helped me find the missing step. https://thoughtbot.com/blog/let-s-setup-your-ios-environments

    Thanks Patrick.

提交回复
热议问题