Just create a new flutter project, add cloud_firestore dependency and run on macOS in debug mode.
Launching lib/main.dart on macOS in debug mode...
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00006000-000D20B21451801F, name:My Mac }
{ platform:macOS, arch:x86_64, id:00006000-000D20B21451801F, name:My Mac }
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
/Users/user/firebase_pagination/example/macos/Pods/FirebaseFirestoreInternal/Firestore/core/src/local/local_store.cc:589:24: warning: implicit conversion loses integer precision: 'typename std::enable_if<!std::is_same<void, decltype(block())>::value, decltype(block())>::type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
return persistence_->Run("Backfill Indexes", [&] {
~~~~~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
ld: warning: ignoring duplicate libraries: '-lc++'
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FirestorePigeonParser.m:5:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
^
+ (NSArray<PigeonDocumentChange *> *)
^
_Nullable
+ (NSArray<PigeonDocumentChange *> *)
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nullable
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
13 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTTransactionStreamHandler.m:10:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
^
+ (NSArray<PigeonDocumentChange *> *)
^
_Nullable
+ (NSArray<PigeonDocumentChange *> *)
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nullable
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
13 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTQuerySnapshotStreamHandler.m:10:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
^
+ (NSArray<PigeonDocumentChange *> *)
^
_Nullable
+ (NSArray<PigeonDocumentChange *> *)
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nullable
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
13 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTFirebaseFirestorePlugin.m:16:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
^
+ (NSArray<PigeonDocumentChange *> *)
^
_Nullable
+ (NSArray<PigeonDocumentChange *> *)
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nullable
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTFirebaseFirestorePlugin.m:559:14: warning: 'setIndexConfigurationFromJSON:completion:' is deprecated: Instead of creating cache indexes manually, consider using `PersistentCacheIndexManager.enableIndexAutoCreation()` to let the SDK decide whether to create cache indexes for queries running locally. [-Wdeprecated-declarations]
[firestore setIndexConfigurationFromJSON:indexConfiguration
^
In module 'FirebaseFirestore' imported from /Users/user/firebase_pagination/example/macos/Pods/Headers/Public/Firebase/Firebase.h:50:
In module 'FirebaseFirestoreInternal' imported from /Users/user/firebase_pagination/example/macos/Pods/FirebaseFirestore/FirebaseFirestoreInternal/FirebaseFirestore/FIRAggregateField.h:15:
NS_SWIFT_NAME(setIndexConfiguration(_:completion:)) DEPRECATED_MSG_ATTRIBUTE(
^
In module 'Darwin' imported from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTFirebaseFirestorePlugin.m:8:
#define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
^
14 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTDocumentSnapshotStreamHandler.m:10:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
^
+ (NSArray<PigeonDocumentChange *> *)
^
_Nullable
+ (NSArray<PigeonDocumentChange *> *)
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nullable
toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
^
_Nonnull
13 warnings generated.
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'nanopb-nanopb_Privacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'nanopb' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-Core-grpc' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-Core' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-Core' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-C++-grpcpp' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-C++' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-C++' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'abseil-xcprivacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'abseil' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'abseil' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'PromisesObjC-FBLPromises_Privacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'PromisesObjC' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'GoogleUtilities-GoogleUtilities_Privacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'GoogleUtilities' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'BoringSSL-GRPC-openssl_grpc' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'BoringSSL-GRPC' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'BoringSSL-GRPC' from project 'Pods')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Flutter Assemble' from project 'Runner')
✓ Built build/macos/Build/Products/Debug/firebase_pagination_example.app
[IMPORTANT:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm(66)] Using the Skia rendering backend (Metal).
2024-06-07 20:02:40.397 firebase_pagination_example[54693:10051938] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:.
Connecting to VM Service at ws://127.0.0.1:59392/45f3Ic0_hO8=/ws
Application finished.
Exited.
Is there an existing issue for this?
Which plugins are affected?
Database
Which platforms are affected?
macOS
Description
Lots of warning generated when running on macOS platform in debug mode using
cloud_firestoredependency.Reproducing the issue
Just create a new flutter project, add cloud_firestore dependency and run on macOS in debug mode.
Firebase Core version
3.0.0
Flutter Version
3.22.2
Relevant Log Output
Flutter dependencies
Expand
Flutter dependenciessnippetAdditional context and comments
No response