firebase_crashlytics로 프로젝트를 빌드하거나 디버그 할 수 없습니다. 내 Mac에서 Flutter latest로 업데이트했지만 앱을 배포하는 컴퓨터의 버전이 낮습니다 (Flutter 1.9.1 hotfix-5). 그래서 나는 아래의 것들을 시도했다.
flutter pub cache repair
flutter clean
- Podfile.lock 삭제 및
ios/pod install
그러나 운이 없다.
#import "UserAgent.h"
^~~~~~~~~~~~~
1 error generated.
당분간 플러터를 업그레이드하지 않은 솔루션이 있습니까?
여기에서 문제에 대한 답변을 확인하십시오. stackoverflow.com/a/60645357/4412850
—
Ray O.