FE/에러노트

RN에러 - error: module 'FirebaseCore' not found @import FirebaseCore;

<zinny/> 2022. 9. 23. 14:11
728x90

yarn run ios를 하면서 엄청나게 긴 오류가 발생했다. 너무나 많은 부분이 오류라고 뜨길래 제목에 있는 오류만 구글링 해보니 뭔가 내가 설정을 안 해준 거 같았다. 

 

✔️ 해결 방안

podfile에 use_native_modules! 아래에

  pod 'FirebaseCore', :modular_headers => true

넣어주고 다시 pod install해주고 실행하면 해결된다. 

 

728x90