invertase/firestore-ios-sdk-frameworks

App crashes when using precompiled sdk

icodelifee opened this issue · 0 comments

Using the precompiled sdk for Flutter, causes the app to crash when debugging.
Setup in Podfile👇:

target 'Runner' do
  use_frameworks!
  use_modular_headers!
  pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.3.0'
  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

Screenshot 2023-01-09 at 6 34 55 PM

Output of flutter --version:

❯ flutter --version
Flutter 3.3.10 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 135454af32 (4 weeks ago) • 2022-12-15 07:36:55 -0800
Engine • revision 3316dd8728
Tools • Dart 2.18.6 • DevTools 2.15.0

Full Logs for the above error : https://katb.in/yojaziteheg