카테고리 없음

Flutter: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin'

Sol b 2024. 12. 14. 15:25

플러터에 firebase를 연결하던 중 

Flutter: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin'

에러를 만나게 되었다.

 

이런 에러는 나중에 찾기 힘들기 때문에 블로그에 오랜만에 글을 쓴다...

아래 링크를 참고해서 해결했다.

 

플러터는 andrid와 ios 설정해야할 것이 두개나 있어서 작동원리를 확실하게 알아야하는것 같다...

https://stackoverflow.com/questions/66148505/flutter-include-of-non-modular-header-inside-framework-module-firebase-core-fl

 

Flutter: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin'

I have been trying to run my Flutter code on IOS device. However I am getting some errors regarding non-modular headers inside Framework module. Logs: While building module 'firebase_core' imported...

stackoverflow.com