Error

[iOS / Error] Unable to load contents of file list... 에러 해결

Minny27 2021. 8. 19. 13:31

이전 포스터에서 문제를 해결하다가 새로운 에러에 봉착했습니다.

해당 문제는 Xcode 10.2에서 디폴트로 사용되는 새로운 빌드 프로세스와 관련된 에러입니다.

해당 에러를 해결해보겠습니다.

 

 

 

[Step 1] terminal에서 pod 파일을 포함하고 있는 경로로 이동해서 다음의 코드를 입력합니다.

sudo gem update cocoapods --pre
pod update

 

 

 

[Step 2] Product -> Clean Build Folder  후 빌드

 

 

※ 참고 출처

stackoverflow

 

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

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-xxxxx-frameworks-Debug-input-files.xcfilelist' ...

stackoverflow.com