After 'pod install', i run 'npx react-native run-ios'. But, the command return to me the message "BUILD FAILED".
So i struggled for 10 hours, finally find the solution.
This is just my guess. Pod cache repos and when i install pod use the cache. so if i have ever use wrong dependencies, after that time, my whole dependencies will be failed.
So. i have to clean the cache with:
pod cache clean
rm -rf Pods
ios pod install
Now, it works well.
반응형
'Develop > React Native' 카테고리의 다른 글
[React Native] 이미지 성능 이슈 (0) | 2021.10.05 |
---|---|
[React] Context 를 이용한 전역 데이터 관리 (0) | 2021.04.23 |
[React Native] How to fix pod install error with missing compatible arch (0) | 2021.03.24 |
Crash with "EMFILE: too many open files, watch..." (0) | 2021.03.23 |