-
[React-Native / Xcode]Unable to load contents of file list: '/Target Support Files/Pods-MyButler/Pods-MyButler-resources-Debug-output-files.xcfilelist' 오류 해결React-Native 2023. 2. 26. 15:10728x90반응형
회사에서 사용하는 노트북은 인텔칩이고, 개인 노트북은 M1칩인데 둘 다 동일한 로직으로 앱을 빌드하는데
M1일때만 Unable to load contents of file list: '/Target Support Files/Pods-MyButler/Pods-MyButler-resources-Debug-output-files.xcfilelist' 해당 오류가 나서 찾아보니 M1칩에서만 일어나는 오류 같았다. 일단 해결 방법을 먼저 말하고 왜 이런 오류가 일어나는 지는 더 찾아봐야 할 것 같다.
Unable to load contents of file list: '/Target Support Files/Pods-MyButler/Pods-MyButler-resources-Debug-output-files.xcfilelist'
기존에는 ios 폴더에 가서 pod install만 하면 변경된 내용이 업데이트 되었다. 하지만 M1에서는 해당 오류가 났다.
에러 해결
pod deintegrate sudo arch -x86_64 gem install ffi arch -x86_64 pod install
위에서 아래순으로 작성하고 다시 빌드 버튼을 누르면 에러 없이 빌드 된다.
728x90반응형'React-Native' 카테고리의 다른 글
[React-Native]react-native bottomSheetModal not working (0) 2023.03.10