• 카테고리

    질문 & 답변
  • 세부 분야

    모바일 앱 개발

  • 해결 여부

    미해결

push 적용중 에러

22.06.24 01:13 작성 조회수 2.29k

0

The Swift pod `FirebaseCoreInternal` depends upon `GoogleUtilities`, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.

 

 

"react": "17.0.2",
"react-native": "0.68.2",

사용중입니다

저런 에러가 pod intsall할때마다 나는데요

왜 그런지 알수가 없습니다.

답변 3

·

답변을 작성해보세요.

1

podfile에 use_native_modules! 아래에

pod 'GoogleUtilities', :modular_headers => true

적은 뒤 pod install 다시 하시면 됩니다.

0

감사합니다 ios는 에러가 나도 신경끄고 있었는데 드디어 해결하였습니다

0

0.68로 하시면 저도 사실 모릅니다. ㅠㅠ 0.66까지만 제가 확인 가능합니다. 조만간 0.69버전으로 강좌 업뎃하겠습니다.