-
Unable to load contents of file list 에러Language/iOS,AOS 2023. 2. 6. 12:49
디버깅 환경에 따라 다르게 앱에 설치하는 방법이다.
에러메시지는 아래와 같다
Unable to load contents of file list: '/Users/deokjoonkang/dev/projects/neoflat/ios-swift/gobang/Pods/Target Support Files/Pods-gobang/Pods-gobang-frameworks-Staging-input-files.xcfilelist' 빌드 에러가 발생하였다.
코코아팟 설정 이후에 빌드환경을 추가하게 되면 나는 에러인듯하여 코코아팟 빌드를 다시 해주었다.
코코아팟 라이브러리 다시 받기
$ sudo gem update cocoapods --pre $ pod update
완료!!
'Language > iOS,AOS' 카테고리의 다른 글
Provisioning Profile 수정 (0) 2023.02.06 Debug/Staging/Relase 모드로 아이폰에 앱 설치 (0) 2023.02.06 Multiple Configurations 로 Debug, Release 구분 배포 (0) 2023.02.03 Multiple commands produce error (1) 2023.02.03 Xcode 빌드 환경에 맞게 GoogleService-info 설정 (0) 2023.02.02