iOS build issue - 'Flutter/Flutter.h' file not found
2021. 8. 31. 16:31ㆍFlutter
'Flutter/Flutter.h' file not found
# issue
# solution : firebase library version upgrade (2021.08.30)
firebase_core: ^1.6.0
firebase_analytics: ^8.0.3
firebase_crashlytics: ^2.2.1
firebase_dynamic_links: ^2.0.9
firebase_messaging: ^10.0.6
flutter_local_notifications: ^8.1.1+1
notification_permissions: ^0.4.8
firebase_remote_config: ^0.10.0+5
firebase_auth: ^3.1.0
http: ^0.13.3
url_launcher: ^6.0.9
device_info: ^2.0.2
shared_preferences: ^2.0.7
path_provider: ^2.0.2
file_picker: ^4.0.0
비고) firebase_core 업그레이드 했더니 관련 라이브러리들 모두 업그레이드 해야했음
'Flutter' 카테고리의 다른 글
CocoaPods not installed or not in valid state (0) | 2022.02.04 |
---|---|
iOS build issue - Error launching application on iPhone (2) | 2021.08.31 |
iOS build issue - Error running pod install (0) | 2021.08.31 |
[Flutter] BLOC패턴 (1) | 2019.06.20 |
[Flutter] iOS: Command /bin/sh failed with exit code 255 (0) | 2019.05.15 |