Error: Unable to read the license file `LICENSE
해결 방법
1. 프로젝트 ios 폴더에 pods 폴더 삭제
2. podfile.lock 파일 삭제
3. node_modules 삭제
4. npm install
5. pod install --repo-update
6. Xcode에서 project clean
'React Native > Error' 카테고리의 다른 글
[React Native] {"_x":0,"_y":0,"_z":null,"_A":null} 해결법 (0) | 2023.03.11 |
---|---|
RNSScreen" was not found in the UIManager (0) | 2022.10.10 |
We ran "xcodebuild" command but it exited with error code 65. (0) | 2022.10.10 |
[React Native] FlatList에 Mobx를 쓰면 발생하는 에러 (Out of bounds read: ) (0) | 2022.01.17 |
[React Native / Android 에러 해결] java.lang.OutOfMemoryError (no error message) (0) | 2022.01.14 |