인프런 커뮤니티 질문&답변

kim미소 파파님의 프로필 이미지

작성한 질문수

배달앱 클론코딩 [with React Native]

push 적용중 에러

22.06.24 01:13 작성

·

2.5K

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

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

2022. 06. 24. 18:07

podfile에 use_native_modules! 아래에

pod 'GoogleUtilities', :modular_headers => true

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

0

kim미소 파파님의 프로필 이미지

2022. 08. 19. 11:37

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

0

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

2022. 06. 24. 01:14

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