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

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

    I have the same issue and do the below steps and now am able to make build successful

    1. go to Project->Configurations and set the valid configuration file for configuration.

    2. if you see already set correct valid configuration file then do pod install

    3. if you are not able see valid configuration file then pod install and Now you can see the valid configuration file just choose the right one now.

    Note : I have this issue on Xcode 11.7

提交回复
热议问题