invertase / firestore-ios-sdk-frameworks

⚡ Precompiled Firestore iOS SDKs extracted from the Firebase iOS SDK repository release downloads for faster build times.
Apache License 2.0
427 stars 48 forks source link

App crashes when using precompiled sdk #69

Closed icodelifee closed 1 year ago

icodelifee commented 1 year ago

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