firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.62k stars 1.47k forks source link

[Firebase messaging] crash on ios app in line: [FIRMessagingRmqManager createTableWithName:command:] #11072

Closed jerrywangjing closed 3 months ago

jerrywangjing commented 1 year ago

Description

Our project flutter integrates Firbase messaging, but it crashes when the ios app is launched. crash location is *** Assertion failure in -[FIRMessagingRmqManager createTableWithName:command:], FIRMessagingRmqManager.m:463 in Firebase messaging lib.

The crash log is as follows:

10.6.0 - [FirebaseCore][I-COR000005] No app has been configured yet.
10.6.0 - [FirebaseAnalytics][I-ACS023007] Analytics v.10.6.0 started
10.6.0 - [FirebaseAnalytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
[Firebase/Crashlytics] Version 10.6.0
*** Assertion failure in -[FIRMessagingRmqManager createTableWithName:command:], FIRMessagingRmqManager.m:463
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't create table: create TABLE IF NOT EXISTS Couldn't create table: create TABLE IF NOT EXISTS %@%@ (_id INTEGER PRIMARY KEY, rmq_id INTEGER, type INTEGER, ts INTEGER, data BLOB) with command: create TABLE IF NOT EXISTS incomingSyncMessages (_id INTEGER PRIMARY KEY, rmq_id TEXT, expiration_ts INTEGER, apns_recv INTEGER, mcs_recv INTEGER) error: (null)create TABLE IF NOT EXISTS incomingSyncMessages (_id INTEGER PRIMARY KEY, rmq_id TEXT, expiration_ts INTEGER, apns_recv INTEGER, mcs_recv INTEGER) (_id INTEGER PRIMARY KEY, rmq_id INTEGER, type INTEGER, ts INTEGER, data BLOB) with command: create TABLE IF NOT EXISTS incomingSyncMessages (_id INTEGER PRIMARY KEY, rmq_id TEXT, expiration_ts INTEGER, apns_recv INTEGER, mcs_recv INTEGER) error: (null)'
*** First throw call stack:
(0x1a7260e38 0x1a03f78d8 0x1a1b0f8ec 0x10289f25c 0x10289f9a0 0x1ae877460 0x1ae878f88 0x1ae880640 0x1ae88118c 0x1ae88be10 0x1f54d8df8 0x1f54d8b98)
libc++abi: terminating with uncaught exception of type NSException
* thread #25, queue = 'com.google.firebase.messaging.database.rmq', stop reason = signal SIGABRT
    frame #0: 0x00000001e4d7b674 libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`:
->  0x1e4d7b674 <+8>:  b.lo   0x1e4d7b694               ; <+40>
    0x1e4d7b678 <+12>: pacibsp 
    0x1e4d7b67c <+16>: stp    x29, x30, [sp, #-0x10]!
    0x1e4d7b680 <+20>: mov    x29, sp
Target 0: (Runner) stopped.
Installing and launching...  

Reproducing the issue

just app to launch, FirebaseCore init will cause the crash

Firebase SDK Version

10.6.0

Xcode Version

14.2

Installation Method

CocoaPods

Firebase Product(s)

Analytics, Crashlytics, Messaging, Performance

Targeted Platforms

iOS

Relevant Log Output

Launching lib/main.dart on <an ios device> in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: xxx
Running pod install...                                             10.4s
Running Xcode build...                                                  
 └─Compiling, linking and signing...                        47.0s
Xcode build done.                                           302.1s
(lldb) objc[1553]: Class ASNavigationController is implemented in both /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices (0x237689608) and /private/var/containers/Bundle/Application/40AE5F3C-CA2D-4BB5-95A4-07CBD98916E0/Runner.app/Runner (0x104d6ca68). One of the two will be used. Which one is undefined.
[SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
10.6.0 - [FirebaseCore][I-COR000005] No app has been configured yet.
10.6.0 - [FirebaseAnalytics][I-ACS023007] Analytics v.10.6.0 started
10.6.0 - [FirebaseAnalytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
[Firebase/Crashlytics] Version 10.6.0
*** Assertion failure in -[FIRMessagingRmqManager createTableWithName:command:], FIRMessagingRmqManager.m:463
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't create table: create TABLE IF NOT EXISTS Couldn't create table: create TABLE IF NOT EXISTS %@%@ (_id INTEGER PRIMARY KEY, rmq_id INTEGER, type INTEGER, ts INTEGER, data BLOB) with command: create TABLE IF NOT EXISTS incomingSyncMessages (_id INTEGER PRIMARY KEY, rmq_id TEXT, expiration_ts INTEGER, apns_recv INTEGER, mcs_recv INTEGER) error: (null)create TABLE IF NOT EXISTS incomingSyncMessages (_id INTEGER PRIMARY KEY, rmq_id TEXT, expiration_ts INTEGER, apns_recv INTEGER, mcs_recv INTEGER) (_id INTEGER PRIMARY KEY, rmq_id INTEGER, type INTEGER, ts INTEGER, data BLOB) with command: create TABLE IF NOT EXISTS incomingSyncMessages (_id INTEGER PRIMARY KEY, rmq_id TEXT, expiration_ts INTEGER, apns_recv INTEGER, mcs_recv INTEGER) error: (null)'
*** First throw call stack:
(0x1a7260e38 0x1a03f78d8 0x1a1b0f8ec 0x10289f25c 0x10289f9a0 0x1ae877460 0x1ae878f88 0x1ae880640 0x1ae88118c 0x1ae88be10 0x1f54d8df8 0x1f54d8b98)
libc++abi: terminating with uncaught exception of type NSException
* thread #25, queue = 'com.google.firebase.messaging.database.rmq', stop reason = signal SIGABRT
    frame #0: 0x00000001e4d7b674 libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`:
->  0x1e4d7b674 <+8>:  b.lo   0x1e4d7b694               ; <+40>
    0x1e4d7b678 <+12>: pacibsp 
    0x1e4d7b67c <+16>: stp    x29, x30, [sp, #-0x10]!
    0x1e4d7b680 <+20>: mov    x29, sp
Target 0: (Runner) stopped.
Installing and launching...                                        74.8s
Error launching application on <an ios device>.

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml PODS: - add_calendar (0.0.1): - Flutter - Adjust (4.33.4): - Adjust/Core (= 4.33.4) - Adjust/Core (4.33.4) - adjust_sdk (4.33.1): - Adjust (= 4.33.4) - Flutter - Alamofire (4.9.1) - AliyunOSSiOS (2.10.16) - AppAuth (1.6.0): - AppAuth/Core (= 1.6.0) - AppAuth/ExternalUserAgent (= 1.6.0) - AppAuth/Core (1.6.0) - AppAuth/ExternalUserAgent (1.6.0): - AppAuth/Core - appscheme (1.0.4): - Flutter - AWSCore (2.25.0) - AWSS3 (2.25.0): - AWSCore (= 2.25.0) - BuzzMsg (1.3.1-alpha): - Alamofire (~> 4.9.1) - AliyunOSSiOS (~> 2.10.15) - AWSS3 (~> 2.25.0) - BuzzWCDB (= 1.1.1) - CocoaLumberjack/Swift (~> 3.7.2) - HandyJSON (~> 5.0.2) - Localize-Swift (~> 3.2.0) - Masonry (~> 1.1.0) - MJRefresh (~> 3.7.5) - MMKV (~> 1.2.10) - "NSObject+Rx (~> 5.2.2)" - QMUIKit (~> 4.5.1) - R.swift (= 6.1.0) - RxGesture (~> 4.0.2) - RxSwiftExt (~> 6.0.1) - SDWebImage (~> 5.11.1) - SnapKit (~> 4.2.0) - Texture (~> 3.0.0) - YYModel (~> 1.0.4) - YYText (~> 1.0.7) - BuzzWCDB (1.1.1): - SQLiteRepairKit (~> 1.3.0) - WCDBOptimizedSQLCipher (~> 1.3.0) - CocoaLumberjack/Core (3.7.4) - CocoaLumberjack/Swift (3.7.4): - CocoaLumberjack/Core - device_info (0.0.1): - Flutter - device_info_plus (0.0.1): - Flutter - DKImagePickerController/Core (4.3.4): - DKImagePickerController/ImageDataManager - DKImagePickerController/Resource - DKImagePickerController/ImageDataManager (4.3.4) - DKImagePickerController/PhotoGallery (4.3.4): - DKImagePickerController/Core - DKPhotoGallery - DKImagePickerController/Resource (4.3.4) - DKPhotoGallery (0.0.17): - DKPhotoGallery/Core (= 0.0.17) - DKPhotoGallery/Model (= 0.0.17) - DKPhotoGallery/Preview (= 0.0.17) - DKPhotoGallery/Resource (= 0.0.17) - SDWebImage - SwiftyGif - DKPhotoGallery/Core (0.0.17): - DKPhotoGallery/Model - DKPhotoGallery/Preview - SDWebImage - SwiftyGif - DKPhotoGallery/Model (0.0.17): - SDWebImage - SwiftyGif - DKPhotoGallery/Preview (0.0.17): - DKPhotoGallery/Model - DKPhotoGallery/Resource - SDWebImage - SwiftyGif - DKPhotoGallery/Resource (0.0.17): - SDWebImage - SwiftyGif - FBAEMKit (15.1.0): - FBSDKCoreKit_Basics (= 15.1.0) - FBSDKCoreKit (15.1.0): - FBAEMKit (= 15.1.0) - FBSDKCoreKit_Basics (= 15.1.0) - FBSDKCoreKit_Basics (15.1.0) - FBSDKLoginKit (15.1.0): - FBSDKCoreKit (= 15.1.0) - FBSDKShareKit (15.1.0): - FBSDKCoreKit (= 15.1.0) - file_picker (0.0.1): - DKImagePickerController/PhotoGallery - Flutter - Firebase/Analytics (10.6.0): - Firebase/Core - Firebase/Core (10.6.0): - Firebase/CoreOnly - FirebaseAnalytics (~> 10.6.0) - Firebase/CoreOnly (10.6.0): - FirebaseCore (= 10.6.0) - Firebase/Crashlytics (10.6.0): - Firebase/CoreOnly - FirebaseCrashlytics (~> 10.6.0) - Firebase/Messaging (10.6.0): - Firebase/CoreOnly - FirebaseMessaging (~> 10.6.0) - Firebase/Performance (10.6.0): - Firebase/CoreOnly - FirebasePerformance (~> 10.6.0) - firebase_analytics (10.1.6): - Firebase/Analytics (= 10.6.0) - firebase_core - Flutter - firebase_core (2.8.0): - Firebase/CoreOnly (= 10.6.0) - Flutter - firebase_crashlytics (3.0.17): - Firebase/Crashlytics (= 10.6.0) - firebase_core - Flutter - firebase_messaging (14.3.0): - Firebase/Messaging (= 10.6.0) - firebase_core - Flutter - firebase_performance (0.9.0-16): - Firebase/Performance (= 10.6.0) - firebase_core - Flutter - FirebaseABTesting (10.7.0): - FirebaseCore (~> 10.0) - FirebaseAnalytics (10.6.0): - FirebaseAnalytics/AdIdSupport (= 10.6.0) - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/MethodSwizzler (~> 7.8) - GoogleUtilities/Network (~> 7.8) - "GoogleUtilities/NSData+zlib (~> 7.8)" - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseAnalytics/AdIdSupport (10.6.0): - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleAppMeasurement (= 10.6.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/MethodSwizzler (~> 7.8) - GoogleUtilities/Network (~> 7.8) - "GoogleUtilities/NSData+zlib (~> 7.8)" - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseCore (10.6.0): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Logger (~> 7.8) - FirebaseCoreExtension (10.7.0): - FirebaseCore (~> 10.0) - FirebaseCoreInternal (10.7.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - FirebaseCrashlytics (10.6.0): - FirebaseCore (~> 10.5) - FirebaseInstallations (~> 10.0) - FirebaseSessions (~> 10.5) - GoogleDataTransport (~> 9.2) - GoogleUtilities/Environment (~> 7.8) - nanopb (< 2.30910.0, >= 2.30908.0) - PromisesObjC (~> 2.1) - FirebaseInstallations (10.7.0): - FirebaseCore (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - PromisesObjC (~> 2.1) - FirebaseMessaging (10.6.0): - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleDataTransport (~> 9.2) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Reachability (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - nanopb (< 2.30910.0, >= 2.30908.0) - FirebasePerformance (10.6.0): - FirebaseCore (~> 10.5) - FirebaseInstallations (~> 10.0) - FirebaseRemoteConfig (~> 10.0) - FirebaseSessions (~> 10.5) - GoogleDataTransport (~> 9.2) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/ISASwizzler (~> 7.8) - GoogleUtilities/MethodSwizzler (~> 7.8) - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseRemoteConfig (10.7.0): - FirebaseABTesting (~> 10.0) - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - "GoogleUtilities/NSData+zlib (~> 7.8)" - FirebaseSessions (10.7.0): - FirebaseCore (~> 10.5) - FirebaseCoreExtension (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleDataTransport (~> 9.2) - GoogleUtilities/Environment (~> 7.10) - nanopb (< 2.30910.0, >= 2.30908.0) - PromisesSwift (~> 2.1) - Flutter (1.0.0) - flutter_app_badger (1.3.0): - Flutter - flutter_facebook_auth (5.0.4): - FBSDKLoginKit (~> 15.1.0) - Flutter - flutter_image_compress (1.0.0): - Flutter - Mantle - SDWebImage - SDWebImageWebPCoder - flutter_local_notifications (0.0.1): - Flutter - flutter_phone_direct_caller (0.0.1): - Flutter - flutter_secure_storage (6.0.0): - Flutter - flutter_share_me (0.0.1): - FBSDKCoreKit (~> 15.1.0) - FBSDKLoginKit (~> 15.1.0) - FBSDKShareKit (~> 15.1.0) - Flutter - flutterflappytools (0.0.1): - Flutter - fluttertoast (0.0.2): - Flutter - Toast - FMDB (2.7.5): - FMDB/standard (= 2.7.5) - FMDB/standard (2.7.5) - geocoding_ios (1.0.5): - Flutter - google_maps_flutter_ios (0.0.1): - Flutter - GoogleMaps - google_sign_in_ios (0.0.1): - Flutter - GoogleSignIn (~> 6.2) - GoogleAppMeasurement (10.6.0): - GoogleAppMeasurement/AdIdSupport (= 10.6.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/MethodSwizzler (~> 7.8) - GoogleUtilities/Network (~> 7.8) - "GoogleUtilities/NSData+zlib (~> 7.8)" - nanopb (< 2.30910.0, >= 2.30908.0) - GoogleAppMeasurement/AdIdSupport (10.6.0): - GoogleAppMeasurement/WithoutAdIdSupport (= 10.6.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/MethodSwizzler (~> 7.8) - GoogleUtilities/Network (~> 7.8) - "GoogleUtilities/NSData+zlib (~> 7.8)" - nanopb (< 2.30910.0, >= 2.30908.0) - GoogleAppMeasurement/WithoutAdIdSupport (10.6.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/MethodSwizzler (~> 7.8) - GoogleUtilities/Network (~> 7.8) - "GoogleUtilities/NSData+zlib (~> 7.8)" - nanopb (< 2.30910.0, >= 2.30908.0) - GoogleDataTransport (9.2.1): - GoogleUtilities/Environment (~> 7.7) - nanopb (< 2.30910.0, >= 2.30908.0) - PromisesObjC (< 3.0, >= 1.2) - GoogleMaps (6.2.1): - GoogleMaps/Maps (= 6.2.1) - GoogleMaps/Base (6.2.1) - GoogleMaps/Maps (6.2.1): - GoogleMaps/Base - GoogleSignIn (6.2.4): - AppAuth (~> 1.5) - GTMAppAuth (~> 1.3) - GTMSessionFetcher/Core (< 3.0, >= 1.1) - GoogleUtilities/AppDelegateSwizzler (7.11.0): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - GoogleUtilities/Environment (7.11.0): - PromisesObjC (< 3.0, >= 1.2) - GoogleUtilities/ISASwizzler (7.11.0) - GoogleUtilities/Logger (7.11.0): - GoogleUtilities/Environment - GoogleUtilities/MethodSwizzler (7.11.0): - GoogleUtilities/Logger - GoogleUtilities/Network (7.11.0): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - "GoogleUtilities/NSData+zlib (7.11.0)" - GoogleUtilities/Reachability (7.11.0): - GoogleUtilities/Logger - GoogleUtilities/UserDefaults (7.11.0): - GoogleUtilities/Logger - GTMAppAuth (1.3.1): - AppAuth/Core (~> 1.6) - GTMSessionFetcher/Core (< 3.0, >= 1.5) - GTMSessionFetcher/Core (2.3.0) - HandyJSON (5.0.2) - http_proxy (0.0.1): - Flutter - image_picker_ios (0.0.1): - Flutter - keyboardabserver (0.0.1): - Flutter - LBXZBarSDK (1.3.5) - libwebp (1.2.4): - libwebp/demux (= 1.2.4) - libwebp/mux (= 1.2.4) - libwebp/webp (= 1.2.4) - libwebp/demux (1.2.4): - libwebp/webp - libwebp/mux (1.2.4): - libwebp/demux - libwebp/webp (1.2.4) - Localize-Swift (3.2.0): - Localize-Swift/LocalizeSwiftCore (= 3.2.0) - Localize-Swift/UIKit (= 3.2.0) - Localize-Swift/LocalizeSwiftCore (3.2.0) - Localize-Swift/UIKit (3.2.0): - Localize-Swift/LocalizeSwiftCore - Mantle (2.2.0): - Mantle/extobjc (= 2.2.0) - Mantle/extobjc (2.2.0) - map_launcher (0.0.1): - Flutter - Masonry (1.1.0) - MJRefresh (3.7.5) - MMKV (1.2.15): - MMKVCore (~> 1.2.15) - MMKVCore (1.2.15) - MTBBarcodeScanner (5.0.11) - nanopb (2.30909.0): - nanopb/decode (= 2.30909.0) - nanopb/encode (= 2.30909.0) - nanopb/decode (2.30909.0) - nanopb/encode (2.30909.0) - notification_permissions (0.4.4): - Flutter - "NSObject+Rx (5.2.2)": - RxSwift (~> 6.2) - orientation (0.0.1): - Flutter - package_info_plus (0.4.5): - Flutter - path_provider_foundation (0.0.1): - Flutter - FlutterMacOS - pdfx (1.0.0): - Flutter - PINCache (3.0.3): - PINCache/Arc-exception-safe (= 3.0.3) - PINCache/Core (= 3.0.3) - PINCache/Arc-exception-safe (3.0.3): - PINCache/Core - PINCache/Core (3.0.3): - PINOperation (~> 1.2.1) - PINOperation (1.2.2) - PINRemoteImage/Core (3.0.3): - PINOperation - PINRemoteImage/iOS (3.0.3): - PINRemoteImage/Core - PINRemoteImage/PINCache (3.0.3): - PINCache (~> 3.0.3) - PINRemoteImage/Core - platform_device_id (0.0.1): - Flutter - PromisesObjC (2.2.0) - PromisesSwift (2.2.0): - PromisesObjC (= 2.2.0) - QMUIKit (4.5.1): - QMUIKit/QMUIComponents (= 4.5.1) - QMUIKit/QMUICore (= 4.5.1) - QMUIKit/QMUILog (= 4.5.1) - QMUIKit/QMUIMainFrame (= 4.5.1) - QMUIKit/QMUIResources (= 4.5.1) - QMUIKit/QMUIWeakObjectContainer (= 4.5.1) - QMUIKit/QMUIComponents (4.5.1): - QMUIKit/QMUIComponents/NavigationBarTransition (= 4.5.1) - QMUIKit/QMUIComponents/QMUIAlertController (= 4.5.1) - QMUIKit/QMUIComponents/QMUIAnimation (= 4.5.1) - QMUIKit/QMUIComponents/QMUIAppearance (= 4.5.1) - QMUIKit/QMUIComponents/QMUIAssetLibrary (= 4.5.1) - QMUIKit/QMUIComponents/QMUIBadge (= 4.5.1) - QMUIKit/QMUIComponents/QMUIButton (= 4.5.1) - QMUIKit/QMUIComponents/QMUICAAnimationExtension (= 4.5.1) - QMUIKit/QMUIComponents/QMUICALayerExtension (= 4.5.1) - QMUIKit/QMUIComponents/QMUICellHeightCache (= 4.5.1) - QMUIKit/QMUIComponents/QMUICellHeightKeyCache (= 4.5.1) - QMUIKit/QMUIComponents/QMUICellSizeKeyCache (= 4.5.1) - QMUIKit/QMUIComponents/QMUICollectionViewPagingLayout (= 4.5.1) - QMUIKit/QMUIComponents/QMUIConsole (= 4.5.1) - QMUIKit/QMUIComponents/QMUIDialogViewController (= 4.5.1) - QMUIKit/QMUIComponents/QMUIEmotionInputManager (= 4.5.1) - QMUIKit/QMUIComponents/QMUIEmotionView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIEmptyView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIFloatLayoutView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIGridView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIImagePickerLibrary (= 4.5.1) - QMUIKit/QMUIComponents/QMUIImagePreviewView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIKeyboardManager (= 4.5.1) - QMUIKit/QMUIComponents/QMUILabel (= 4.5.1) - QMUIKit/QMUIComponents/QMUILogManagerViewController (= 4.5.1) - QMUIKit/QMUIComponents/QMUILogWithConfigurationSupported (= 4.5.1) - QMUIKit/QMUIComponents/QMUIMarqueeLabel (= 4.5.1) - QMUIKit/QMUIComponents/QMUIModalPresentationViewController (= 4.5.1) - QMUIKit/QMUIComponents/QMUIMoreOperationController (= 4.5.1) - QMUIKit/QMUIComponents/QMUIMultipleDelegates (= 4.5.1) - QMUIKit/QMUIComponents/QMUINavigationButton (= 4.5.1) - QMUIKit/QMUIComponents/QMUINavigationTitleView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIOrderedDictionary (= 4.5.1) - QMUIKit/QMUIComponents/QMUIPieProgressView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIPopupContainerView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIPopupMenuView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIScrollAnimator (= 4.5.1) - QMUIKit/QMUIComponents/QMUISearchBar (= 4.5.1) - QMUIKit/QMUIComponents/QMUISearchController (= 4.5.1) - QMUIKit/QMUIComponents/QMUISegmentedControl (= 4.5.1) - QMUIKit/QMUIComponents/QMUIStaticTableView (= 4.5.1) - QMUIKit/QMUIComponents/QMUITableView (= 4.5.1) - QMUIKit/QMUIComponents/QMUITableViewCell (= 4.5.1) - QMUIKit/QMUIComponents/QMUITableViewHeaderFooterView (= 4.5.1) - QMUIKit/QMUIComponents/QMUITableViewProtocols (= 4.5.1) - QMUIKit/QMUIComponents/QMUITestView (= 4.5.1) - QMUIKit/QMUIComponents/QMUITextField (= 4.5.1) - QMUIKit/QMUIComponents/QMUITextView (= 4.5.1) - QMUIKit/QMUIComponents/QMUITheme (= 4.5.1) - QMUIKit/QMUIComponents/QMUITips (= 4.5.1) - QMUIKit/QMUIComponents/QMUIToastView (= 4.5.1) - QMUIKit/QMUIComponents/QMUIToolbarButton (= 4.5.1) - QMUIKit/QMUIComponents/QMUIWindowSizeMonitor (= 4.5.1) - QMUIKit/QMUIComponents/QMUIZoomImageView (= 4.5.1) - QMUIKit/QMUICore - QMUIKit/QMUIComponents/NavigationBarTransition (4.5.1): - QMUIKit/QMUIComponents/QMUINavigationTitleView - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIComponents/QMUIAlertController (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUIKeyboardManager - QMUIKit/QMUIComponents/QMUILabel - QMUIKit/QMUIComponents/QMUIModalPresentationViewController - QMUIKit/QMUIComponents/QMUITextField - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIAnimation (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIAppearance (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIAssetLibrary (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIBadge (4.5.1): - QMUIKit/QMUIComponents/QMUILabel - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIButton (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUICAAnimationExtension (4.5.1): - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUICALayerExtension (4.5.1): - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUICellHeightCache (4.5.1): - QMUIKit/QMUIComponents/QMUITableViewProtocols - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUICellHeightKeyCache (4.5.1): - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUIComponents/QMUITableViewProtocols - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUICellSizeKeyCache (4.5.1): - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUICollectionViewPagingLayout (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIConsole (4.5.1): - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUICAAnimationExtension - QMUIKit/QMUIComponents/QMUICellHeightKeyCache - QMUIKit/QMUIComponents/QMUIPopupMenuView - QMUIKit/QMUIComponents/QMUITableView - QMUIKit/QMUIComponents/QMUITableViewCell - QMUIKit/QMUIComponents/QMUITextField - QMUIKit/QMUIComponents/QMUITextView - QMUIKit/QMUICore - QMUIKit/QMUIResources - QMUIKit/QMUIComponents/QMUIDialogViewController (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUILabel - QMUIKit/QMUIComponents/QMUIModalPresentationViewController - QMUIKit/QMUIComponents/QMUINavigationTitleView - QMUIKit/QMUIComponents/QMUITableView - QMUIKit/QMUIComponents/QMUITableViewCell - QMUIKit/QMUIComponents/QMUITextField - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIComponents/QMUIEmotionInputManager (4.5.1): - QMUIKit/QMUIComponents/QMUIEmotionView - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIEmotionView (4.5.1): - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUICore - QMUIKit/QMUIResources - QMUIKit/QMUIComponents/QMUIEmptyView (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIFloatLayoutView (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIGridView (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIImagePickerLibrary (4.5.1): - QMUIKit/QMUIComponents/QMUIAlertController - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIAssetLibrary - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUIEmptyView - QMUIKit/QMUIComponents/QMUIImagePreviewView - QMUIKit/QMUIComponents/QMUINavigationButton - QMUIKit/QMUIComponents/QMUITableViewCell - QMUIKit/QMUIComponents/QMUIZoomImageView - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIResources - QMUIKit/QMUIComponents/QMUIImagePreviewView (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUICollectionViewPagingLayout - QMUIKit/QMUIComponents/QMUIEmptyView - QMUIKit/QMUIComponents/QMUIPieProgressView - QMUIKit/QMUIComponents/QMUIZoomImageView - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIComponents/QMUIKeyboardManager (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUILabel (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUILogManagerViewController (4.5.1): - QMUIKit/QMUIComponents/QMUIPopupMenuView - QMUIKit/QMUIComponents/QMUISearchController - QMUIKit/QMUIComponents/QMUIStaticTableView - QMUIKit/QMUIComponents/QMUITableView - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIComponents/QMUILogWithConfigurationSupported (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIMarqueeLabel (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIModalPresentationViewController (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIKeyboardManager - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIMoreOperationController (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUIModalPresentationViewController - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIMultipleDelegates (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUINavigationButton (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIComponents/QMUINavigationTitleView (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIOrderedDictionary (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIPieProgressView (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIPopupContainerView (4.5.1): - QMUIKit/QMUIComponents/QMUIAppearance - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIComponents/QMUIPopupMenuView (4.5.1): - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUIPopupContainerView - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIScrollAnimator (4.5.1): - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUISearchBar (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUISearchController (4.5.1): - QMUIKit/QMUIComponents/QMUIEmptyView - QMUIKit/QMUIComponents/QMUISearchBar - QMUIKit/QMUICore - QMUIKit/QMUIMainFrame - QMUIKit/QMUIComponents/QMUISegmentedControl (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIStaticTableView (4.5.1): - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUIComponents/QMUITableViewCell - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITableView (4.5.1): - QMUIKit/QMUIComponents/QMUITableViewProtocols - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITableViewCell (4.5.1): - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITableViewHeaderFooterView (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITableViewProtocols (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITestView (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITextField (4.5.1): - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITextView (4.5.1): - QMUIKit/QMUIComponents/QMUILabel - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITheme (4.5.1): - QMUIKit/QMUIComponents/QMUIAlertController - QMUIKit/QMUIComponents/QMUIBadge - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUIConsole - QMUIKit/QMUIComponents/QMUIEmotionView - QMUIKit/QMUIComponents/QMUIEmptyView - QMUIKit/QMUIComponents/QMUIGridView - QMUIKit/QMUIComponents/QMUIImagePickerLibrary - QMUIKit/QMUIComponents/QMUIImagePreviewView - QMUIKit/QMUIComponents/QMUILabel - QMUIKit/QMUIComponents/QMUIModalPresentationViewController - QMUIKit/QMUIComponents/QMUIPopupContainerView - QMUIKit/QMUIComponents/QMUIPopupMenuView - QMUIKit/QMUIComponents/QMUITextField - QMUIKit/QMUIComponents/QMUITextView - QMUIKit/QMUIComponents/QMUIToastView - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUITips (4.5.1): - QMUIKit/QMUIComponents/QMUIToastView - QMUIKit/QMUICore - QMUIKit/QMUIResources - QMUIKit/QMUIComponents/QMUIToastView (4.5.1): - QMUIKit/QMUIComponents/QMUIKeyboardManager - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIToolbarButton (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIWindowSizeMonitor (4.5.1): - QMUIKit/QMUICore - QMUIKit/QMUIComponents/QMUIZoomImageView (4.5.1): - QMUIKit/QMUIComponents/QMUIAssetLibrary - QMUIKit/QMUIComponents/QMUIButton - QMUIKit/QMUIComponents/QMUIEmptyView - QMUIKit/QMUIComponents/QMUIPieProgressView - QMUIKit/QMUICore - QMUIKit/QMUIResources - QMUIKit/QMUICore (4.5.1): - QMUIKit/QMUILog - QMUIKit/QMUIWeakObjectContainer - QMUIKit/QMUILog (4.5.1) - QMUIKit/QMUIMainFrame (4.5.1): - QMUIKit/QMUIComponents/QMUIEmptyView - QMUIKit/QMUIComponents/QMUIKeyboardManager - QMUIKit/QMUIComponents/QMUIMultipleDelegates - QMUIKit/QMUIComponents/QMUINavigationTitleView - QMUIKit/QMUIComponents/QMUITableView - QMUIKit/QMUIComponents/QMUITableViewHeaderFooterView - QMUIKit/QMUICore - QMUIKit/QMUILog - QMUIKit/QMUIResources (4.5.1) - QMUIKit/QMUIWeakObjectContainer (4.5.1) - qr_code_scanner (0.2.0): - Flutter - MTBBarcodeScanner - R.swift (6.1.0): - R.swift.Library (~> 5.3.0) - R.swift.Library (5.3.0) - recognition_qrcode (0.0.1): - Flutter - LBXZBarSDK - RxCocoa (6.5.0): - RxRelay (= 6.5.0) - RxSwift (= 6.5.0) - RxGesture (4.0.4): - RxCocoa (~> 6.0) - RxSwift (~> 6.0) - RxRelay (6.5.0): - RxSwift (= 6.5.0) - RxSwift (6.5.0) - RxSwiftExt (6.0.1): - RxSwiftExt/Core (= 6.0.1) - RxSwiftExt/RxCocoa (= 6.0.1) - RxSwiftExt/Core (6.0.1): - RxSwift (~> 6.0) - RxSwiftExt/RxCocoa (6.0.1): - RxCocoa (~> 6.0) - RxSwiftExt/Core - SDWebImage (5.11.1): - SDWebImage/Core (= 5.11.1) - SDWebImage/Core (5.11.1) - SDWebImageWebPCoder (0.8.5): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.10) - shared_preferences_foundation (0.0.1): - Flutter - FlutterMacOS - sign_in_with_apple (0.0.1): - Flutter - SnapKit (4.2.0) - sqflite (0.0.2): - Flutter - FMDB (>= 2.7.5) - SQLiteRepairKit (1.3.0): - WCDBOptimizedSQLCipher (~> 1.3.0) - SwiftDate (6.3.1) - SwiftyGif (5.4.4) - Texture (3.0.0): - Texture/AssetsLibrary (= 3.0.0) - Texture/Core (= 3.0.0) - Texture/MapKit (= 3.0.0) - Texture/Photos (= 3.0.0) - Texture/PINRemoteImage (= 3.0.0) - Texture/Video (= 3.0.0) - Texture/AssetsLibrary (3.0.0): - Texture/Core - Texture/Core (3.0.0) - Texture/MapKit (3.0.0): - Texture/Core - Texture/Photos (3.0.0): - Texture/Core - Texture/PINRemoteImage (3.0.0): - PINRemoteImage/iOS (~> 3.0.0) - PINRemoteImage/PINCache - Texture/Core - Texture/Video (3.0.0): - Texture/Core - tmm_im (0.0.2): - BuzzMsg (= 1.3.1-alpha) - Flutter - SDWebImage - SwiftDate - Toast (4.0.0) - url_launcher_ios (0.0.1): - Flutter - WCDBOptimizedSQLCipher (1.3.0) - webview_flutter_wkwebview (0.0.1): - Flutter - YYModel (1.0.4) - YYText (1.0.7) DEPENDENCIES: - add_calendar (from `.symlinks/plugins/add_calendar/ios`) - adjust_sdk (from `.symlinks/plugins/adjust_sdk/ios`) - appscheme (from `.symlinks/plugins/appscheme/ios`) - device_info (from `.symlinks/plugins/device_info/ios`) - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) - file_picker (from `.symlinks/plugins/file_picker/ios`) - firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`) - firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) - firebase_performance (from `.symlinks/plugins/firebase_performance/ios`) - Flutter (from `Flutter`) - flutter_app_badger (from `.symlinks/plugins/flutter_app_badger/ios`) - flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`) - flutter_image_compress (from `.symlinks/plugins/flutter_image_compress/ios`) - flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`) - flutter_phone_direct_caller (from `.symlinks/plugins/flutter_phone_direct_caller/ios`) - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`) - flutter_share_me (from `.symlinks/plugins/flutter_share_me/ios`) - flutterflappytools (from `.symlinks/plugins/flutterflappytools/ios`) - fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) - geocoding_ios (from `.symlinks/plugins/geocoding_ios/ios`) - google_maps_flutter_ios (from `.symlinks/plugins/google_maps_flutter_ios/ios`) - google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/ios`) - http_proxy (from `.symlinks/plugins/http_proxy/ios`) - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) - keyboardabserver (from `.symlinks/plugins/keyboardabserver/ios`) - map_launcher (from `.symlinks/plugins/map_launcher/ios`) - notification_permissions (from `.symlinks/plugins/notification_permissions/ios`) - orientation (from `.symlinks/plugins/orientation/ios`) - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`) - pdfx (from `.symlinks/plugins/pdfx/ios`) - platform_device_id (from `.symlinks/plugins/platform_device_id/ios`) - qr_code_scanner (from `.symlinks/plugins/qr_code_scanner/ios`) - recognition_qrcode (from `.symlinks/plugins/recognition_qrcode/ios`) - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/ios`) - sign_in_with_apple (from `.symlinks/plugins/sign_in_with_apple/ios`) - sqflite (from `.symlinks/plugins/sqflite/ios`) - tmm_im (from `.symlinks/plugins/tmm_im/ios`) - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`) SPEC REPOS: trunk: - Adjust - Alamofire - AliyunOSSiOS - AppAuth - AWSCore - AWSS3 - BuzzMsg - BuzzWCDB - CocoaLumberjack - DKImagePickerController - DKPhotoGallery - FBAEMKit - FBSDKCoreKit - FBSDKCoreKit_Basics - FBSDKLoginKit - FBSDKShareKit - Firebase - FirebaseABTesting - FirebaseAnalytics - FirebaseCore - FirebaseCoreExtension - FirebaseCoreInternal - FirebaseCrashlytics - FirebaseInstallations - FirebaseMessaging - FirebasePerformance - FirebaseRemoteConfig - FirebaseSessions - FMDB - GoogleAppMeasurement - GoogleDataTransport - GoogleMaps - GoogleSignIn - GoogleUtilities - GTMAppAuth - GTMSessionFetcher - HandyJSON - LBXZBarSDK - libwebp - Localize-Swift - Mantle - Masonry - MJRefresh - MMKV - MMKVCore - MTBBarcodeScanner - nanopb - "NSObject+Rx" - PINCache - PINOperation - PINRemoteImage - PromisesObjC - PromisesSwift - QMUIKit - R.swift - R.swift.Library - RxCocoa - RxGesture - RxRelay - RxSwift - RxSwiftExt - SDWebImage - SDWebImageWebPCoder - SnapKit - SQLiteRepairKit - SwiftDate - SwiftyGif - Texture - Toast - WCDBOptimizedSQLCipher - YYModel - YYText EXTERNAL SOURCES: add_calendar: :path: ".symlinks/plugins/add_calendar/ios" adjust_sdk: :path: ".symlinks/plugins/adjust_sdk/ios" appscheme: :path: ".symlinks/plugins/appscheme/ios" device_info: :path: ".symlinks/plugins/device_info/ios" device_info_plus: :path: ".symlinks/plugins/device_info_plus/ios" file_picker: :path: ".symlinks/plugins/file_picker/ios" firebase_analytics: :path: ".symlinks/plugins/firebase_analytics/ios" firebase_core: :path: ".symlinks/plugins/firebase_core/ios" firebase_crashlytics: :path: ".symlinks/plugins/firebase_crashlytics/ios" firebase_messaging: :path: ".symlinks/plugins/firebase_messaging/ios" firebase_performance: :path: ".symlinks/plugins/firebase_performance/ios" Flutter: :path: Flutter flutter_app_badger: :path: ".symlinks/plugins/flutter_app_badger/ios" flutter_facebook_auth: :path: ".symlinks/plugins/flutter_facebook_auth/ios" flutter_image_compress: :path: ".symlinks/plugins/flutter_image_compress/ios" flutter_local_notifications: :path: ".symlinks/plugins/flutter_local_notifications/ios" flutter_phone_direct_caller: :path: ".symlinks/plugins/flutter_phone_direct_caller/ios" flutter_secure_storage: :path: ".symlinks/plugins/flutter_secure_storage/ios" flutter_share_me: :path: ".symlinks/plugins/flutter_share_me/ios" flutterflappytools: :path: ".symlinks/plugins/flutterflappytools/ios" fluttertoast: :path: ".symlinks/plugins/fluttertoast/ios" geocoding_ios: :path: ".symlinks/plugins/geocoding_ios/ios" google_maps_flutter_ios: :path: ".symlinks/plugins/google_maps_flutter_ios/ios" google_sign_in_ios: :path: ".symlinks/plugins/google_sign_in_ios/ios" http_proxy: :path: ".symlinks/plugins/http_proxy/ios" image_picker_ios: :path: ".symlinks/plugins/image_picker_ios/ios" keyboardabserver: :path: ".symlinks/plugins/keyboardabserver/ios" map_launcher: :path: ".symlinks/plugins/map_launcher/ios" notification_permissions: :path: ".symlinks/plugins/notification_permissions/ios" orientation: :path: ".symlinks/plugins/orientation/ios" package_info_plus: :path: ".symlinks/plugins/package_info_plus/ios" path_provider_foundation: :path: ".symlinks/plugins/path_provider_foundation/ios" pdfx: :path: ".symlinks/plugins/pdfx/ios" platform_device_id: :path: ".symlinks/plugins/platform_device_id/ios" qr_code_scanner: :path: ".symlinks/plugins/qr_code_scanner/ios" recognition_qrcode: :path: ".symlinks/plugins/recognition_qrcode/ios" shared_preferences_foundation: :path: ".symlinks/plugins/shared_preferences_foundation/ios" sign_in_with_apple: :path: ".symlinks/plugins/sign_in_with_apple/ios" sqflite: :path: ".symlinks/plugins/sqflite/ios" tmm_im: :path: ".symlinks/plugins/tmm_im/ios" url_launcher_ios: :path: ".symlinks/plugins/url_launcher_ios/ios" webview_flutter_wkwebview: :path: ".symlinks/plugins/webview_flutter_wkwebview/ios" SPEC CHECKSUMS: add_calendar: 7a7311f3df4b687fb4bd41bd0b674a85ed174a81 Adjust: 4690e07ea401ee56d4d3f4f5bdad86c94f51903f adjust_sdk: 77c1d3cc6df375bd089ebe969d65bc2aaa448100 Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18 AliyunOSSiOS: d624effdd24535da414a2bacf0027bedf64cc90e AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add appscheme: b1c3f8862331cb20430cf9e0e4af85dbc1572ad8 AWSCore: 9c51a3004e9e91528160ea978fd0c5d92780a45e AWSS3: 2c211728c36d1dbf4d0075d0e8ba317a561bc80c BuzzMsg: 02202d5e651e4f0d27c265c90818407aef4c71cf BuzzWCDB: 8483de718563e701c118d66de89219efbb096b04 CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646 device_info: d7d233b645a32c40dfdc212de5cf646ca482f175 device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179 FBAEMKit: c7f82b5145d446bcbbcd50485c032689032fc6a2 FBSDKCoreKit: 7542746fc63a2a38dd6a865eeb54268341f37b83 FBSDKCoreKit_Basics: 92d6b26c0bed30ab09bbdd96dccaa26e6c9978d1 FBSDKLoginKit: 4e275d30cf90e92bdf3a7c82857a8642abf23037 FBSDKShareKit: 18e8ba99d38e3e92c631120cdcf162c45b661e0f file_picker: ce3938a0df3cc1ef404671531facef740d03f920 Firebase: f13680471b021937f2230ea8503c7809d8c29806 firebase_analytics: 97d12c9683531ba3f923a798a95362e7590f0757 firebase_core: 58542d7399889ebdbb034baa72d081e54c5c814d firebase_crashlytics: 5f6296621a0e8ed7d15a7499c8131fbdcf176e3b firebase_messaging: 01a8db2962f81ea190d08db767aba2e7e805e647 firebase_performance: b1fbf15054e1dd21f3ea225d162e196cacf200c0 FirebaseABTesting: 76c8297fd026074e0366dc941d265d1be80a56d5 FirebaseAnalytics: 9f382605c5ee412b039212f054bf7a403d9850c1 FirebaseCore: fa80ad16a62d52f67274b5b88304c3a318bbf9a4 FirebaseCoreExtension: f17247ba8c61e4d3c8d136b5e2de3cb4ac6a85b6 FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696 FirebaseCrashlytics: ede07e7f433a0a2270112baf2d156b111cfb422d FirebaseInstallations: 59c0e4c7a816a0f76710d83f77e5369b3e45eb96 FirebaseMessaging: fd93783258c53ae5cdb9b41bf0c51606a677f2d5 FirebasePerformance: 015ec3614f742150244171522bdb75995dbf98b7 FirebaseRemoteConfig: d5de62211e2eaa2152d8ee85a23c301b70887a74 FirebaseSessions: 34e5c084da010ef3802cbc062b822e513c9e6318 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 flutter_app_badger: b87fc231847b03b92ce1412aa351842e7e97932f flutter_facebook_auth: c69f4e643b1d9cc9063ec87c9411bd9ec268108f flutter_image_compress: 5a5e9aee05b6553048b8df1c3bc456d0afaac433 flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743 flutter_phone_direct_caller: bd2ffd297f371a8a6c7bfbba0196964ffe3c4358 flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be flutter_share_me: 9b5ad58b60de94b05c2faf7837390e44ba413849 flutterflappytools: 62f7b02109184d6c2dd4cecd7bb0ac1eb67cfa64 fluttertoast: eb263d302cc92e04176c053d2385237e9f43fad0 FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a geocoding_ios: a389ea40f6f548de6e63006a2e31bf66ff80769a google_maps_flutter_ios: 3e0b99383a8003b8169d06e7e324170bd0424105 google_sign_in_ios: 1256ff9d941db546373826966720b0c24804bcdd GoogleAppMeasurement: 686b48c3c895f3c55c70719041913d5d150b74f6 GoogleDataTransport: ea169759df570f4e37bdee1623ec32a7e64e67c4 GoogleMaps: 20d7b12be49a14287f797e88e0e31bc4156aaeb4 GoogleSignIn: 5651ce3a61e56ca864160e79b484cd9ed3f49b7a GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd GTMSessionFetcher: 3a63d75eecd6aa32c2fc79f578064e1214dfdec2 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 http_proxy: 20f129d3e1c70cfdef92530b374c619832027729 image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5 keyboardabserver: 8dc2ceddcf3c05be7180a00b724339b87142ddf8 LBXZBarSDK: db826d1265fbb4fbdbb2f30d7d1e96142e32bfff libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef Localize-Swift: 6f4475136bdb0d7b2882ea3d4ea919d70142b232 Mantle: c5aa8794a29a022dfbbfc9799af95f477a69b62d map_launcher: e325db1261d029ff33e08e03baccffe09593ffea Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 MJRefresh: fdf5e979eb406a0341468932d1dfc8b7f9fce961 MMKV: 7f34558bbb5a33b0eaefae2de4b6a20a2ffdad6f MMKVCore: ddf41b9d9262f058419f9ba7598719af56c02cd3 MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 notification_permissions: 825ea1bf2a52ab585c53fd7b5e8e96876d735d4b "NSObject+Rx": 61cf1f7306a73dcef8b36649198af0813ec18dfd orientation: 6c9203efe86ce4cff379756910f18b2d745628c3 package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9 pdfx: 7b876b09de8b7a0bf444a4f82b439ffcff4ee1ec PINCache: 7a8fc1a691173d21dbddbf86cd515de6efa55086 PINOperation: daa34d4aa1d8449089be7d405b9d974abc4724c6 PINRemoteImage: f1295b29f8c5e640e25335a1b2bd9d805171bd01 platform_device_id: 81b3e2993881f87d0c82ef151dc274df4869aef5 PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef PromisesSwift: cf9eb58666a43bbe007302226e510b16c1e10959 QMUIKit: 3e717c45730ecdf5011ca76751990ad1a23ba7e1 qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e R.swift: ec98ff71c4ab2f6fd01dd077e5afd15e63a4834c R.swift.Library: 0fc583cb55a99e28901299cc451614cad1161962 recognition_qrcode: 3c30ceb47e9b296f40db7cd3da6614cc39560c95 RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b RxGesture: f3efb47ed2d26a8082f7b660d4a59970e275a7f8 RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8 RxSwiftExt: d61c4b9b06e0a448041b1c659e0f1b5c5a035afc SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d shared_preferences_foundation: 986fc17f3d3251412d18b0265f9c64113a8c2472 sign_in_with_apple: f3bf75217ea4c2c8b91823f225d70230119b8440 SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 SQLiteRepairKit: a66145aadae91886c800f75e16f5cc6476af1a93 SwiftDate: 72d28954e8e1c6c1c0f917ccc8005e4f83c7d4b2 SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f Texture: 2f109e937850d94d1d07232041c9c7313ccddb81 tmm_im: d4d0c3bb22ba1eda0fdc4b9e3838ef5c3c75dd97 Toast: 91b396c56ee72a5790816f40d3a94dd357abc196 url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4 WCDBOptimizedSQLCipher: fc5d49fe6761e54aad29e88da01b6fc1283e5759 webview_flutter_wkwebview: 2e2d318f21a5e036e2c3f26171342e95908bd60a YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30 YYText: 5c461d709e24d55a182d1441c41dc639a18a4849 PODFILE CHECKSUM: 4296e0655f2aad95716bdc14d590f89d24223195 COCOAPODS: 1.11.2 ```
google-oss-bot commented 1 year ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

paulb777 commented 1 year ago

Firebase depends on the system sqlite library and can have issues if apps or other libraries replace the sqlite library. The pod list shows SQLiteRepairKit which sounds like it could be doing this. Does the issue still occur if you remove that pod?

jerrywangjing commented 1 year ago

Think you for reply. This library is a necessary library for our app. If it is removed, the app may not be able to run. I understand what you mean, but it may not solve this problem. Is there any other reason for this bug?

paulb777 commented 1 year ago

Firebase depends on the Apple system libraries behaving as documented. See the code at https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseMessaging/Sources/FIRMessagingRmqManager.m#L463.

jerrywangjing commented 1 year ago

I know there is something wrong with the code here, but I cannot find the specific reason at present. I don't know how to solve this problem

paulb777 commented 3 months ago

Closing for staleness