firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.71k stars 3.97k forks source link

🐛 [firebase_crashlytics] IOS release build fails #10731

Closed pmagnuson closed 1 year ago

pmagnuson commented 1 year ago

Bug report

When building for IOS, the release builds fail to build. Debug builds run correctly.

Steps to reproduce

  1. Create a project
  2. Follow the crashlytics installation instructions. https://firebase.google.com/docs/crashlytics/get-started?platform=flutter
  3. Build and run the app in debug mode. Works correctly
  4. Build a release build. This fails.

Expected behavior

The release build should succeed.

flutter build error log

Click To Expand ``` flutter clean; flutter pub get Cleaning Xcode workspace... 2,767ms Deleting build... 2,053ms Deleting .dart_tool... 5ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting Flutter.podspec... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms Running "flutter pub get" in dharmadrapp... 2,971ms flutter build ios --release --build-number=408 Building com.dharmadr.dharmadrapp for device (ios-release)... Automatically signing iOS for device deployment using specified development team in Xcode project: 2HHUYC857H Running pod install... 16.3s Running Xcode build... └─Compiling, linking and signing... 40.9s Xcode build done. 186.1s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ Writing result bundle at path: /var/folders/_6/yjfnszb55hs5tp9_txy6b6h00000gn/T/flutter_tools.RFVeWR/flutter_ios_build_temp_dirzrpH8S/temporary_xcresult_bundle /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.8/ios/Classes/strategies/BluetoothPermissionStrategy.m:42:39: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in iOS 10.0 - Use CBManagerState instead [-Wdeprecated-declarations] return [_centralManager state] == CBCentralManagerStatePoweredOn ? ServiceStatusEnabled : ServiceStatusDisabled; ^ In module 'CoreBluetooth' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.8/ios/Classes/strategies/BluetoothPermissionStrategy.h:13: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/CoreBluetooth.framework/He aders/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here typedef NS_ENUM(NSInteger, CBCentralManagerState) { ^ 1 warning generated. /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL:_appStoreURL]; ^~~~~~~ openURL:options:completionHandler: In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UI Application.h:124:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations] BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL]; ^~~~~~~ openURL:options:completionHandler: In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UI Application.h:124:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ 2 warnings generated. /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:180:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations] openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL]; ^~~~~~~ openURL:options:completionHandler: In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UI Application.h:124:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ 1 warning generated. /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:64:42: warning: 'trackingID' is deprecated [-Wdeprecated-declarations] pigeonOptions.trackingId = (id)options.trackingID ?: [NSNull null]; ^ In module 'FirebaseCore' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10: /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:55:59: note: 'trackingID' has been explicitly marked deprecated here @property(nonatomic, copy, nullable) NSString *trackingID DEPRECATED_ATTRIBUTE; ^ In module 'Darwin' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE' #define DEPRECATED_ATTRIBUTE __attribute__((deprecated)) ^ /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:66:47: warning: 'androidClientID' is deprecated [-Wdeprecated-declarations] pigeonOptions.androidClientId = (id)options.androidClientID ?: [NSNull null]; ^ In module 'FirebaseCore' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10: /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:71:64: note: 'androidClientID' has been explicitly marked deprecated here @property(nonatomic, copy, nullable) NSString *androidClientID DEPRECATED_ATTRIBUTE; ^ In module 'Darwin' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE' #define DEPRECATED_ATTRIBUTE __attribute__((deprecated)) ^ /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:142:13: warning: 'trackingID' is deprecated [-Wdeprecated-declarations] options.trackingID = initializeAppRequest.trackingId; ^ In module 'FirebaseCore' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10: /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:55:59: note: 'trackingID' has been explicitly marked deprecated here @property(nonatomic, copy, nullable) NSString *trackingID DEPRECATED_ATTRIBUTE; ^ In module 'Darwin' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE' #define DEPRECATED_ATTRIBUTE __attribute__((deprecated)) ^ /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:152:13: warning: 'androidClientID' is deprecated [-Wdeprecated-declarations] options.androidClientID = initializeAppRequest.androidClientId; ^ In module 'FirebaseCore' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10: /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:71:64: note: 'androidClientID' has been explicitly marked deprecated here @property(nonatomic, copy, nullable) NSString *androidClientID DEPRECATED_ATTRIBUTE; ^ In module 'Darwin' imported from /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE' #define DEPRECATED_ATTRIBUTE __attribute__((deprecated)) ^ 4 warnings generated. 4 warnings generated. /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-4.5.0/ios/Classes/FLTFirebaseFirestorePlugin.m:490:29: warning: comparison of distinct pointer types ('FIRQuery *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (query == nil || query == [NSNull null]) { ~~~~~ ^ ~~~~~~~~~~~~~ 1 warning generated. /* com.apple.actool.document.warnings */ /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/(null)[2d][Icon-App-50x50@1x.png]: warning: The app icon set "AppIcon" has 6 unassigned children. /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/(null)[2d][Icon-App-50x50@1x.png]: warning: The app icon set "AppIcon" has 6 unassigned children. /* com.apple.actool.document.notices */ /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][1x][][][]: notice: 76x76@1x app icons only apply to iPad apps targeting releases of iOS prior to 10.0. /* com.apple.actool.compilation-results */ /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/AppIcon60x60@2x.png /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/AppIcon76x76@2x~ipad.png /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/Assets.car /Users/phil/Library/Developer/Xcode/DerivedData/Runner-bfoslhlpubhkzremyhpuoybruacu/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/ assetcatalog_generated_info.plist 2023-04-05 16:44:03.362 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:04.367 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:05.376 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:06.381 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:07.386 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:08.391 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:09.397 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:10.400 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:11.403 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:12.410 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:13.415 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:14.419 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:15.424 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:16.426 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:17.427 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:18.432 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:19.433 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:20.442 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:21.448 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:22.453 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:23.456 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:24.461 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:25.467 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:26.472 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:27.473 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:28.478 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:29.481 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:30.486 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:31.490 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:32.494 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" 2023-04-05 16:44:33.496 upload-symbols[38029:46351538] Unable to get file attributes for dSYM file at path "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF" Running upload-symbols in Build Phase mode Validating build environment for Crashlytics... Processing dSYMs... Command PhaseScriptExecution failed with a nonzero exit code note: Building targets in dependency order 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') 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') 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') 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 'Runner' from project 'Runner') warning: Run script build phase 'Thin Binary' 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 'Runner' from project 'Runner') warning: Run script build phase '[firebase_crashlytics] Crashlytics Upload Symbols' 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 'Runner' from project 'Runner') 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 'Libuv-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') Result bundle written to path: /var/folders/_6/yjfnszb55hs5tp9_txy6b6h00000gn/T/flutter_tools.RFVeWR/flutter_ios_build_temp_dirzrpH8S/temporary_xcresult_bundle Encountered error while building for device. make: *** [iosrelease] Error 1 ```

Flutter doctor

Run flutter doctor and paste the output below:

Click To Expand ``` [✓] Flutter (Channel stable, 3.3.9, on macOS 13.0.1 22A400 darwin-arm, locale en-US) • Flutter version 3.3.9 on channel stable at /Users/phil/bin/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision b8f7f1f986 (4 months ago), 2022-11-23 06:43:51 +0900 • Engine revision 8f2221fbef • Dart version 2.18.5 • DevTools version 2.15.0 [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) • Android SDK at /Users/phil/Library/Android/sdk • Platform android-33, build-tools 33.0.1 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14B47b • CocoaPods version 1.11.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) [✓] VS Code (version 1.77.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.62.0 [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-arm64 • macOS 13.0.1 22A400 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 111.0.5563.146 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ```

Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand ``` Dart SDK 2.18.5 Flutter SDK 3.3.9 dharmadr 0.1.6+408 dependencies: - app_settings 4.2.0 [flutter] - cbor 5.1.2 [collection typed_data hex convert ieee754 meta] - chewie 1.4.0 [cupertino_icons flutter provider video_player wakelock] - cloud_firestore 4.5.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] - convert 3.1.1 [typed_data] - crypto 3.0.2 [typed_data] - device_info_plus 8.1.0 [device_info_plus_platform_interface ffi file flutter flutter_web_plugins meta win32] - email_validator 2.1.17 - firebase_analytics 10.2.0 [firebase_analytics_platform_interface firebase_analytics_web firebase_core firebase_core_platform_interface flutter] - firebase_auth 4.4.0 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 2.9.0 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_crashlytics 3.1.0 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace] - firebase_storage 11.1.0 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter] - flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine] - flutter_localizations 0.0.0 [flutter intl characters clock collection material_color_utilities meta path vector_math] - flutter_reactive_ble 5.0.3 [collection flutter functional_data meta reactive_ble_mobile reactive_ble_platform_interface] - flutterfire_ui 0.4.3+20 [cloud_firestore collection crypto desktop_webview_auth email_validator firebase_auth firebase_core firebase_database firebase_dynamic_links flutter flutter_facebook_auth flutter_localizations flutter_svg google_sign_in sign_in_with_apple twitter_login] - get_it 7.2.0 [async collection] - get_it_mixin 4.1.1 [flutter functional_listener get_it] - google_sign_in 5.4.4 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web] - intl 0.17.0 [clock path] - logging 1.1.1 - package_info_plus 3.0.3 [ffi flutter flutter_web_plugins http meta path package_info_plus_platform_interface win32] - permission_handler 10.2.0 [flutter meta permission_handler_android permission_handler_apple permission_handler_windows permission_handler_platform_interface] - provider 6.0.5 [collection flutter nested] - shared_preferences 2.0.20 [flutter shared_preferences_android shared_preferences_foundation shared_preferences_linux shared_preferences_platform_interface shared_preferences_web shared_preferences_windows] - statemachine 3.3.1 [meta] - video_player 2.6.0 [flutter html video_player_android video_player_avfoundation video_player_platform_interface video_player_web] - webview_flutter 4.0.7 [flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview] dev dependencies: - flutter_launcher_icons 0.12.0 [args checked_yaml cli_util image json_annotation path yaml] - flutter_lints 2.0.1 [lints] - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters collection matcher material_color_utilities meta source_span stream_channel string_scanner term_glyph] transitive dependencies: - _flutterfire_internals 1.1.0 [collection firebase_core firebase_core_platform_interface flutter meta] - archive 3.3.6 [crypto path pointycastle] - args 2.4.0 - async 2.9.0 [collection meta] - boolean_selector 2.1.0 [source_span string_scanner] - characters 1.2.1 - checked_yaml 2.0.2 [json_annotation source_span yaml] - cli_util 0.3.5 [meta path] - clock 1.1.1 - cloud_firestore_platform_interface 5.12.0 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - cloud_firestore_web 3.4.0 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins js] - collection 1.16.0 - csslib 0.17.2 [source_span] - cupertino_icons 1.0.5 - desktop_webview_auth 0.0.11 [crypto flutter http flutter_web_plugins plugin_platform_interface] - device_info_plus_platform_interface 7.0.0 [flutter meta plugin_platform_interface] - fake_async 1.3.1 [clock collection] - ffi 2.0.1 - file 6.1.4 [meta path] - firebase_analytics_platform_interface 3.4.0 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_analytics_web 0.5.2 [_flutterfire_internals firebase_analytics_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - firebase_auth_platform_interface 6.13.0 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 5.3.0 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser intl js meta] - firebase_core_platform_interface 4.6.0 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 2.3.0 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - firebase_crashlytics_platform_interface 3.4.0 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_database 10.1.0 [firebase_core firebase_core_platform_interface firebase_database_platform_interface firebase_database_web flutter] - firebase_database_platform_interface 0.2.3 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_database_web 0.2.2 [firebase_core firebase_core_web firebase_database_platform_interface flutter flutter_web_plugins js] - firebase_dynamic_links 5.1.0 [firebase_core firebase_core_platform_interface firebase_dynamic_links_platform_interface flutter meta plugin_platform_interface] - firebase_dynamic_links_platform_interface 0.2.4 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_storage_platform_interface 4.2.0 [collection firebase_core flutter meta plugin_platform_interface] - firebase_storage_web 3.4.0 [_flutterfire_internals async firebase_core firebase_core_web firebase_storage_platform_interface flutter flutter_web_plugins http js meta] - fixnum 1.0.1 - flutter_facebook_auth 4.4.1+1 [flutter flutter_facebook_auth_platform_interface flutter_facebook_auth_web] - flutter_facebook_auth_platform_interface 3.2.0 [flutter plugin_platform_interface] - flutter_facebook_auth_web 3.2.0 [flutter flutter_web_plugins js flutter_facebook_auth_platform_interface] - flutter_svg 1.1.6 [flutter meta path_drawing vector_math xml] - flutter_web_plugins 0.0.0 [flutter js characters collection material_color_utilities meta vector_math] - functional_data 1.0.0 [meta collection] - functional_listener 2.3.1 [flutter] - google_sign_in_android 6.1.8 [flutter google_sign_in_platform_interface] - google_sign_in_ios 5.6.1 [flutter google_sign_in_platform_interface] - google_sign_in_platform_interface 2.3.1 [flutter plugin_platform_interface quiver] - google_sign_in_web 0.10.2+1 [flutter flutter_web_plugins google_sign_in_platform_interface js] - hex 0.2.0 - html 0.15.2 [csslib source_span] - http 0.13.5 [async http_parser meta path] - http_parser 4.0.2 [collection source_span string_scanner typed_data] - ieee754 1.0.3 [meta] - image 4.0.15 [archive meta xml] - js 0.6.4 - json_annotation 4.8.0 [meta] - lints 2.0.1 - matcher 0.12.12 [stack_trace] - material_color_utilities 0.1.5 - meta 1.8.0 - nested 1.0.0 [flutter] - package_info_plus_platform_interface 2.0.1 [flutter meta plugin_platform_interface] - path 1.8.2 - path_drawing 1.0.1 [vector_math meta path_parsing flutter] - path_parsing 1.0.1 [vector_math meta] - path_provider_linux 2.1.10 [ffi flutter path path_provider_platform_interface xdg_directories] - path_provider_platform_interface 2.0.6 [flutter platform plugin_platform_interface] - path_provider_windows 2.1.5 [ffi flutter path path_provider_platform_interface win32] - permission_handler_android 10.2.0 [flutter permission_handler_platform_interface] - permission_handler_apple 9.0.8 [flutter permission_handler_platform_interface] - permission_handler_platform_interface 3.9.0 [flutter meta plugin_platform_interface] - permission_handler_windows 0.1.2 [flutter permission_handler_platform_interface] - petitparser 5.1.0 [meta] - platform 3.1.0 - plugin_platform_interface 2.1.4 [meta] - pointycastle 3.7.2 [collection convert js] - process 4.2.4 [file path platform] - protobuf 2.1.0 [fixnum collection meta] - quiver 3.2.1 [matcher] - reactive_ble_mobile 5.0.3 [flutter protobuf reactive_ble_platform_interface] - reactive_ble_platform_interface 5.0.3 [collection flutter functional_data meta plugin_platform_interface] - shared_preferences_android 2.0.17 [flutter shared_preferences_platform_interface] - shared_preferences_foundation 2.1.5 [flutter shared_preferences_platform_interface] - shared_preferences_linux 2.1.5 [file flutter path path_provider_linux path_provider_platform_interface shared_preferences_platform_interface] - shared_preferences_platform_interface 2.2.0 [flutter plugin_platform_interface] - shared_preferences_web 2.0.6 [flutter flutter_web_plugins shared_preferences_platform_interface] - shared_preferences_windows 2.1.5 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface] - sign_in_with_apple 3.3.0 [flutter meta sign_in_with_apple_platform_interface sign_in_with_apple_web] - sign_in_with_apple_platform_interface 1.0.0 [flutter plugin_platform_interface meta] - sign_in_with_apple_web 1.0.1 [flutter flutter_web_plugins sign_in_with_apple_platform_interface js] - sky_engine 0.0.99 - source_span 1.9.0 [collection path term_glyph] - stack_trace 1.10.0 [path] - stream_channel 2.1.0 [async] - string_scanner 1.1.1 [source_span] - term_glyph 1.2.1 - test_api 0.4.12 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph matcher] - twitter_login 4.3.1 [flutter crypto http] - typed_data 1.3.1 [collection] - vector_math 2.1.2 - video_player_android 2.4.3 [flutter video_player_platform_interface] - video_player_avfoundation 2.4.2 [flutter video_player_platform_interface] - video_player_platform_interface 6.1.0 [flutter plugin_platform_interface] - video_player_web 2.0.15 [flutter flutter_web_plugins video_player_platform_interface] - wakelock 0.6.2 [flutter meta wakelock_macos wakelock_platform_interface wakelock_web wakelock_windows] - wakelock_macos 0.4.0 [flutter flutter_web_plugins wakelock_platform_interface] - wakelock_platform_interface 0.3.0 [flutter meta] - wakelock_web 0.4.0 [flutter flutter_web_plugins js wakelock_platform_interface] - wakelock_windows 0.2.1 [flutter wakelock_platform_interface win32] - webview_flutter_android 3.4.3 [flutter webview_flutter_platform_interface] - webview_flutter_platform_interface 2.1.0 [flutter meta plugin_platform_interface] - webview_flutter_wkwebview 3.2.3 [flutter path webview_flutter_platform_interface] - win32 3.1.3 [ffi] - xdg_directories 1.0.0 [meta path process] - xml 6.1.0 [collection meta petitparser] - yaml 3.1.1 [collection source_span string_scanner] ```

danagbemava-nc commented 1 year ago

Hi @pmagnuson, I used the steps you've outlined above with the example code from the crashlytics plugin and built the project for ios and it succeeded without any issues.

Can you try upgrading to the latest version of flutter stable to see if you still face the issue?

Can you also make sure that your dependencies are all up to date?

You may also need to update your Xcode version to the latest.

flutter build ios --release
Running "flutter pub get" in crashb...
Resolving dependencies... (1.1s)
  async 2.10.0 (2.11.0 available)
  characters 1.2.1 (1.3.0 available)
  collection 1.17.0 (1.17.1 available)
  js 0.6.5 (0.6.7 available)
  matcher 0.12.13 (0.12.15 available)
  material_color_utilities 0.2.0 (0.3.0 available)
  meta 1.8.0 (1.9.1 available)
  path 1.8.2 (1.8.3 available)
  source_span 1.9.1 (1.10.0 available)
  test_api 0.4.16 (0.5.1 available)
Got dependencies!
Building com.exple.crashb for device (ios-release)...
Automatically signing iOS for device deployment using specified development team in Xcode project: X8NNQ9CYL2
Running pod install...                                            109.3s
Upgrading Pods-Runner-frameworks.sh
Running Xcode build...
 └─Compiling, linking and signing...                        11.3s
Xcode build done.                                           71.6s
Built /Users/nexus/projects/nevercode/crashb/build/ios/iphoneos/Runner.app.
google-oss-bot commented 1 year ago

Hey @pmagnuson. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

pmagnuson commented 1 year ago

Hoping to dig into this this week.

google-oss-bot commented 1 year ago

Hey @pmagnuson. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

pmagnuson commented 1 year ago

I have created a Flutter project and added the Crashlytics dependency and code.

pubspec.yaml

name: dharmadr
description: Dharma Dr.
version: 0.1.12+491

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
  sdk: ">=2.16.2 <3.0.0"
  # sdk: '>=2.18.5 <3.0.0'  #newer version from flutter create

# `flutter pub upgrade --major-versions`. Alternatively,
# `flutter pub outdated`.
dependencies:
  flutter:
    sdk: flutter
  flutter_localizations: # Add this line
    sdk: flutter

  app_settings: ^4.1.8
  # better_player: ^0.0.83
  cbor: ^5.1.2
  chewie: ^1.4.0
  cloud_firestore: ^4.5.0
  convert: ^3.1.1
  crypto: ^3.0.2
  device_info_plus: ^8.1.0
  email_validator: ^2.1.17
  firebase_analytics: ^10.2.0
  firebase_auth: ^4.4.0
  firebase_core: ^2.9.0
  firebase_crashlytics: ^3.1.0
  firebase_storage: ^11.1.0
  flutterfire_ui: ^0.4.3+14
  flutter_reactive_ble: ^5.0.2
  get_it: ^7.2.0
  get_it_mixin: ^4.1.1
  google_sign_in: ^5.4.2
  http: ^0.13.5
  image_picker: ^0.8.7+2
  intl: ^0.17.0
  logging: ^1.0.2
  package_info_plus: ^3.0.1
  permission_handler: ^10.0.1
  provider: ^6.0.3
  # purchases_flutter: ^4.5.2
  shared_preferences: ^2.0.15
  statemachine: ^3.3.1
  video_player: ^2.4.8
  webview_flutter: ^4.0.7
  path_provider: ^2.0.14

# dependency_overrides:
#   firebase_core_platform_interface: 4.5.1

  # cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter

  flutter_lints: ^2.0.1
  flutter_launcher_icons: ^0.12.0

flutter_icons:
  android: "launcher_icon"
  ios: true
  remove_alpha_ios: true
  image_path: "assets/images/logo1024.png"

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:
  uses-material-design: true
  generate: true

  assets:
    - assets/images/
    - assets/icons/
    - assets/html/

  fonts:
    - family: PlusJakartaSans
      fonts:
        - asset: assets/fonts/PlusJakartaSans-VariableFont_wght.ttf
    - family: Marcellus
      fonts:
        - asset: assets/fonts/Marcellus-Regular.ttf

initialization code

 // Pass all uncaught "fatal" errors from the framework to Crashlytics
    FlutterError.onError = (errorDetails) {
      FirebaseCrashlytics.instance.recordFlutterFatalError(errorDetails);
    };
    // Pass all uncaught asynchronous errors that aren't handled by the Flutter framework to Crashlytics
    PlatformDispatcher.instance.onError = (error, stack) {
      FirebaseCrashlytics.instance.recordError(error, stack, fatal: true);
      return true;
    };

this works fine on Android and an Exception report is shown on the Crashlytics console.

For IOS flutter run --release -d iphone produces the following error on build:

Launching lib/main.dart on iPhone_7_1 in release mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: 2HHUYC857H
Running pod install...                                             10.5s
Running Xcode build...                                                  
 └─Compiling, linking and signing...                        40.7s
Xcode build done.                                           193.7s
Failed to build iOS app
Error output from Xcode build:
↳
    2023-05-02 15:08:04.338 xcodebuild[42800:9628724]  DVTAssertions: Warning in
    /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-
    21506/DTDeviceKitBase/DTDKRemoteDeviceData.m:382
    Details:  (null) deviceType from eb40077e7e4600bb8d513e02d252458216255c7f was NULL when -platform called.
    Object:   <DTDKMobileDeviceToken: 0x11ef764e0>
    Method:   -platform
    Thread:   <NSThread: 0x11e0e19a0>{number = 6, name = (null)}
    Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
    ** BUILD FAILED **

Xcode's output:
↳
    Writing result bundle at path:
        /var/folders/_6/yjfnszb55hs5tp9_txy6b6h00000gn/T/flutter_tools.Dl3Gkz/flutter_ios_build_temp_dirybR8AC/temporary_xcresult_bundle

    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.8/ios/Classes/strategies/BluetoothPermissionStrategy.m
    :42:39: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in iOS 10.0 - Use CBManagerState instead
    [-Wdeprecated-declarations]
        return [_centralManager state] == CBCentralManagerStatePoweredOn ? ServiceStatusEnabled : ServiceStatusDisabled;
                                          ^
    In module 'CoreBluetooth' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.8/ios/Classes/strategies/BluetoothPermissionStrategy.h
    :13:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/CoreBluetooth
    .framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
    typedef NS_ENUM(NSInteger, CBCentralManagerState) {
                               ^
    1 warning generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42:
    warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
          [[UIApplication sharedApplication] openURL:_appStoreURL];
                                             ^~~~~~~
                                             openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support
    Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framewo
    rk/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0))
    NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61:
    warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
      BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL];
                                                                ^~~~~~~
                                                                openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support
    Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framewo
    rk/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0))
    NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    2 warnings generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:180:58: warning: 'openURL:'
    is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
        openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
                                                             ^~~~~~~
                                                             openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support
    Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framewo
    rk/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0))
    NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:64:42: warning:
    'trackingID' is deprecated [-Wdeprecated-declarations]
      pigeonOptions.trackingId = (id)options.trackingID ?: [NSNull null];
                                             ^
    In module 'FirebaseCore' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:55:59: note:
    'trackingID' has been explicitly marked deprecated here
    @property(nonatomic, copy, nullable) NSString *trackingID DEPRECATED_ATTRIBUTE;
                                                              ^
    In module 'Darwin' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60
    : note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:66:47: warning:
    'androidClientID' is deprecated [-Wdeprecated-declarations]
      pigeonOptions.androidClientId = (id)options.androidClientID ?: [NSNull null];
                                                  ^
    In module 'FirebaseCore' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:71:64: note:
    'androidClientID' has been explicitly marked deprecated here
    @property(nonatomic, copy, nullable) NSString *androidClientID DEPRECATED_ATTRIBUTE;
                                                                   ^
    In module 'Darwin' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60
    : note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:142:13: warning:
    'trackingID' is deprecated [-Wdeprecated-declarations]
        options.trackingID = initializeAppRequest.trackingId;
                ^
    In module 'FirebaseCore' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:55:59: note:
    'trackingID' has been explicitly marked deprecated here
    @property(nonatomic, copy, nullable) NSString *trackingID DEPRECATED_ATTRIBUTE;
                                                              ^
    In module 'Darwin' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60
    : note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.m:152:13: warning:
    'androidClientID' is deprecated [-Wdeprecated-declarations]
        options.androidClientID = initializeAppRequest.androidClientId;
                ^
    In module 'FirebaseCore' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebasePlugin.h:10:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h:71:64: note:
    'androidClientID' has been explicitly marked deprecated here
    @property(nonatomic, copy, nullable) NSString *androidClientID DEPRECATED_ATTRIBUTE;
                                                                   ^
    In module 'Darwin' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.9.0/ios/Classes/FLTFirebaseCorePlugin.h:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/usr/include/AvailabilityMacros.h:185:60
    : note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    4 warnings generated.
    4 warnings generated.
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-4.5.0/ios/Classes/FLTFirebaseFirestorePlugin.m:490:29: warning:
    comparison of distinct pointer types ('FIRQuery *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types]
      if (query == nil || query == [NSNull null]) {
                          ~~~~~ ^  ~~~~~~~~~~~~~
    1 warning generated.
    /* com.apple.actool.document.warnings */
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/(null)[2d][Icon-App-50x50@1x.png]:
    warning: The app icon set "AppIcon" has 6 unassigned children.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/(null)[2d][Icon-App-50x50@1x.png]:
    warning: The app icon set "AppIcon" has 6 unassigned children.
    /* com.apple.actool.document.notices */
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][1x][][][]: notice:
    76x76@1x app icons only apply to iPad apps targeting releases of iOS prior to 10.0.
    /* com.apple.actool.compilation-results */
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/AppIcon60x60@2x.png
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/AppIcon76x76@2x~ipad.png
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/Assets.car
    /Users/phil/Library/Developer/Xcode/DerivedData/Runner-bfoslhlpubhkzremyhpuoybruacu/Build/Intermediates.noindex/Runner.build/Release-iphoneos/
    Runner.build/assetcatalog_generated_info.plist

    2023-05-02 15:10:46.053 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:47.057 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:48.061 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:49.067 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:50.067 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:51.070 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:52.073 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:53.078 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:54.083 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:55.088 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:56.091 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:57.096 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:58.101 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:10:59.107 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:00.109 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:01.111 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:02.115 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:03.121 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:04.126 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:05.128 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:06.133 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:07.139 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:08.143 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:09.144 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:10.146 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:11.152 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:12.157 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:13.157 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:14.161 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:15.162 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-02 15:11:16.162 upload-symbols[49154:9641400] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    Running upload-symbols in Build Phase mode
    Validating build environment for Crashlytics...
    Processing dSYMs...
    Command PhaseScriptExecution failed with a nonzero exit code
    note: Building targets in dependency order
    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')
    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')
    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')
    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 'Runner' from project 'Runner')
    warning: Run script build phase 'Thin Binary' 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 'Runner' from project 'Runner')
    warning: Run script build phase '[firebase_crashlytics] Crashlytics Upload Symbols' 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 'Runner' from project 'Runner')
    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 'Libuv-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')

    Result bundle written to path:
        /var/folders/_6/yjfnszb55hs5tp9_txy6b6h00000gn/T/flutter_tools.Dl3Gkz/flutter_ios_build_temp_dirybR8AC/temporary_xcresult_bundle

Could not build the precompiled application for the device.

Error running application on iPhone_7_1.

flutter run --debug -d iphone runs correctly. A simulated exception is reported and shown on the Firebase Crashlytics console.

danagbemava-nc commented 1 year ago

Hi @pmagnuson, I just noticed you're using older versions of flutter & the firebase plugins. Can you upgrade to the latest versions of the plugins and flutter to see if you still face this issue? You may also need to upgrade xcode.

pmagnuson commented 1 year ago

Essentially the same error. flutter run --debug -d iphone builds and runs successfully.
flutter run --release -d iphone fails to build.

The app libraries have been updated as much as possible with flutter pub update. XCode updated to 14.3. Also note that without the firebase_crashlytics library included in pubspec.yaml, the app builds, runs on android & ios, both debug and release modes.

pubspec.yaml

name: dharmadr
description: Dharma Dr.
version: 0.1.12+491

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
  sdk: ">=2.16.2 <3.0.0"
  # sdk: '>=2.18.5 <3.0.0'  #newer version from flutter create

# `flutter pub upgrade --major-versions`. Alternatively,
# `flutter pub outdated`.
dependencies:
  flutter:
    sdk: flutter
  flutter_localizations: # Add this line
    sdk: flutter

  app_settings: ^4.1.8
  # better_player: ^0.0.83
  cbor: ^5.1.2
  chewie: ^1.4.0
  cloud_firestore: ^4.5.0
  convert: ^3.1.1
  crypto: ^3.0.2
  device_info_plus: ^8.1.0
  email_validator: ^2.1.17
  firebase_analytics: ^10.2.0
  firebase_auth: ^4.4.0
  firebase_core: ^2.9.0
  firebase_crashlytics: ^3.1.2
  firebase_storage: ^11.1.0
  flutterfire_ui: ^0.4.3+14
  flutter_reactive_ble: ^5.0.2
  get_it: ^7.2.0
  get_it_mixin: ^4.1.1
  google_sign_in: ^5.4.2
  http: ^0.13.5
  image_picker: ^0.8.7+2
  intl: ^0.17.0
  logging: ^1.0.2
  package_info_plus: ^3.0.1
  permission_handler: ^10.0.1
  provider: ^6.0.3
  # purchases_flutter: ^4.5.2
  shared_preferences: ^2.0.15
  statemachine: ^3.3.1
  video_player: ^2.4.8
  webview_flutter: ^4.0.7
  path_provider: ^2.0.14

# dependency_overrides:
#   firebase_core_platform_interface: 4.5.1

  # cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter

  flutter_lints: ^2.0.1
  flutter_launcher_icons: ^0.12.0

flutter_icons:
  android: "launcher_icon"
  ios: true
  remove_alpha_ios: true
  image_path: "assets/images/logo1024.png"

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:
  uses-material-design: true
  generate: true

  assets:
    - assets/images/
    - assets/icons/
    - assets/html/

  fonts:
    - family: PlusJakartaSans
      fonts:
        - asset: assets/fonts/PlusJakartaSans-VariableFont_wght.ttf
    - family: Marcellus
      fonts:
        - asset: assets/fonts/Marcellus-Regular.ttf

error log from flutter run --release -d iphone

flutter run --release -d iphone
Launching lib/main.dart on iPhone_7_1 in release mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: 2HHUYC857H
Running pod install...                                              9.3s
Running Xcode build...                                                  
 └─Compiling, linking and signing...                        48.9s
Xcode build done.                                           276.1s
Failed to build iOS app
Error output from Xcode build:
↳
    2023-05-03 15:00:37.135 xcodebuild[46651:10155471] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default
    (DVTEnableCoreDevice=disabled)
    ** BUILD FAILED **

Xcode's output:
↳
    Writing result bundle at path:
        /var/folders/_6/yjfnszb55hs5tp9_txy6b6h00000gn/T/flutter_tools.8XaKG4/flutter_ios_build_temp_dirCHOdYj/temporary_xcresult_bundle

    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.6.2/ios/Classes/messages.m:111:54: warning: a function declaration without
    a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSObject<FlutterMessageCodec> *FLTWakelockApiGetCodec() {
                                                         ^
                                                          void
    1 warning generated.
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.8/ios/Classes/strategies/BluetoothPermissionStrategy.m:42
    :39: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in iOS 10.0 - Use CBManagerState instead
    [-Wdeprecated-declarations]
        return [_centralManager state] == CBCentralManagerStatePoweredOn ? ServiceStatusEnabled : ServiceStatusDisabled;
                                          ^
    In module 'CoreBluetooth' imported from
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler_apple-9.0.8/ios/Classes/strategies/BluetoothPermissionStrategy.h:13
    :
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/System/Library/Frameworks/CoreBluetooth.fr
    amework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
    typedef NS_ENUM(NSInteger, CBCentralManagerState) {
                               ^
    1 warning generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m:89:2
    7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    static BOOL IsAppEncrypted() {
                              ^
                               void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m:133:
    28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    static BOOL HasSCInfoFolder() {
                               ^
                                void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m:143:
    39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    static BOOL HasEmbeddedMobileProvision() {
                                          ^
                                           void
    3 warnings generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m:87:43:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    GDTCORNetworkType GDTCORNetworkTypeMessage() {
                                              ^
                                               void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m:102:61:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    GDTCORNetworkMobileSubtype GDTCORNetworkMobileSubTypeMessage() {
                                                                ^
                                                                 void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m:157:37:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSString *_Nonnull GDTCORDeviceModel() {
                                        ^
                                         void
    3 warnings generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORClock.m:44:43: warning:
    a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    static int64_t KernelBootTimeInNanoseconds() {
                                              ^
                                               void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORClock.m:62:35: warning:
    a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    static int64_t UptimeInNanoseconds() {
                                      ^
                                       void
    2 warnings generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m:166:45:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    gdt_cct_ClientInfo GDTCCTConstructClientInfo() {
                                                ^
                                                 void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m:180:51:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    gdt_cct_IosClientInfo GDTCCTConstructiOSClientInfo() {
                                                      ^
                                                       void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m:206:51:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    gdt_cct_MacClientInfo GDTCCTConstructMacClientInfo() {
                                                      ^
                                                       void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m:234:49:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSData *GDTCCTConstructNetworkConnectionInfoData() {
                                                    ^
                                                     void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m:255:92:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    gdt_cct_NetworkConnectionInfo_MobileSubtype GDTCCTNetworkConnectionInfoNetworkMobileSubtype() {
                                                                                               ^
                                                                                                void
    5 warnings generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42: warning:
    'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
          [[UIApplication sharedApplication] openURL:_appStoreURL];
                                             ^~~~~~~
                                             openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/System/Library/Frameworks/UIKit.framework/
    Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0))
    NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61: warning:
    'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
      BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL];
                                                                ^~~~~~~
                                                                openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/System/Library/Frameworks/UIKit.framework/
    Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0))
    NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    2 warnings generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:180:58: warning: 'openURL:' is
    deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
        openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
                                                             ^~~~~~~
                                                             openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/System/Library/Frameworks/UIKit.framework/
    Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0))
    NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/Utilities/FDLUtilities.m:165:43:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSDate *_Nullable FIRDLAppInstallationDate() {
                                              ^
                                               void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/Utilities/FDLUtilities.m:181:31:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSString *FIRDLDeviceModelName() {
                                  ^
                                   void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/Utilities/FDLUtilities.m:202:28:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSString *FIRDLDeviceLocale() {
                               ^
                                void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/Utilities/FDLUtilities.m:208:31:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSString *FIRDLDeviceLocaleRaw() {
                                  ^
                                   void
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/Utilities/FDLUtilities.m:212:30:
    warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSString *FIRDLDeviceTimezone() {
                                 ^
                                  void
    5 warnings generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuthGlobalWorkQueue.m:21:40: warning: a
    function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    dispatch_queue_t FIRAuthGlobalWorkQueue() {
                                           ^
                                            void
    1 warning generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSHost.m:109:35: warning:
    a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    bool FIRCLSHostIsRosettaTranslated() {
                                      ^
                                       void
    1 warning generated.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c:21:
    35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    void FIRCLSCreateCrashedMarkerFile() {
                                      ^
                                       void
    1 warning generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/write_stream.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/write_stream.h:26:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_objc_bridge.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/serializer.h:41:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_change.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_stream.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_stream.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_objc_bridge.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/serializer.h:41:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_change.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_change.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_change.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/verify_mutation.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/verify_mutation.h:25:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/value_util.cc:29:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/server_timestamp_util.h:21:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/user_data.cc:21:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/transform_operation.cc:24:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/transaction_runner.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/transaction_runner.h:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/transaction.h:27:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    error: the following command failed with exit code 0 but produced no further output
    CompileC
    /Users/phil/Library/Developer/Xcode/DerivedData/Runner-bfoslhlpubhkzremyhpuoybruacu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/Fireb
    aseFirestore.build/Objects-normal/arm64/transaction.o
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/transaction.cc normal arm64 c++
    com.apple.compilers.llvm.clang.1_0.compiler (in target 'FirebaseFirestore' from project 'Pods')
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/timestamp_internal.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/timestamp_internal.h:20:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/timestamp.cc:17:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/target_index_matcher.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/target_index_matcher.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/target_data.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/target_data.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/stream.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/stream.h:30:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_objc_bridge.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/serializer.h:41:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_change.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/snapshots_in_sync_listener_registration.cc:
    21:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_snapshot.h:27:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/set_mutation.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/set_mutation.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/server_timestamp_util.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/server_timestamp_util.h:21:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/serializer.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/serializer.h:41:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_change.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_store.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_store.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/transaction.h:27:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_objc_bridge.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_objc_bridge.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/serializer.h:41:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/watch_change.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_event.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/remote/remote_event.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/view_snapshot.h:28:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_snapshot.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_snapshot.h:27:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_listener_registration.cc:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/firestore_client.h:26:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_serializer.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_document.h:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query_listener.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query_listener.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/proto_sizer.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/proto_sizer.h:20:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/local_serializer.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/patch_mutation.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/patch_mutation.h:28:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/overlay.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/overlay.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/order_by.cc:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/not_in_filter.cc:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation_batch_result.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation_batch_result.h:26:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/memory_persistence.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/memory_persistence.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/memory_bundle_cache.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_metadata.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/memory_lru_reference_delegate.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/memory_lru_reference_delegate.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/lru_garbage_collector.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/target_data.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/memory_index_manager.cc:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/memory_eager_reference_delegate.cc:19:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/lru_garbage_collector.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/target_data.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/local_serializer.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/local_serializer.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/local_documents_view.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/local_documents_view.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/document_overlay_cache.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_transaction.cc:21:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_key.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation_batch.h:26:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_target_cache.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_target_cache.h:26:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_remote_document_cache.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_remote_document_cache.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_persistence.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_persistence.h:26:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_bundle_cache.h:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_metadata.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_overlay_migration_manager.cc:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_key.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation_batch.h:26:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_opener.cc:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_persistence.h:26:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_bundle_cache.h:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_metadata.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_mutation_queue.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_mutation_queue.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_index_manager.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_migrations.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_migrations.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/local_serializer.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_lru_reference_delegate.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_lru_reference_delegate.h:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/lru_garbage_collector.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/target_data.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_key.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_key.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation_batch.h:26:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_document_overlay_cache.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_document_overlay_cache.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/document_overlay_cache.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_bundle_cache.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/leveldb_bundle_cache.h:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_metadata.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/key_field_not_in_filter.cc:18:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/key_field_in_filter.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/key_field_in_filter.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/key_field_in_filter.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/key_field_filter.cc:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/index_backfiller.cc:21:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/local_documents_view.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/document_overlay_cache.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/in_filter.cc:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/index/firestore_index_value_writer.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/index/firestore_index_value_writer.h:20:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/index/index_byte_encoder.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/firestore.cc:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/collection_reference.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_core.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/field_filter.cc:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/key_field_in_filter.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/event_manager.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/event_manager.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_snapshot.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_snapshot.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document_set.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document_set.h:28:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_reference.cc:22:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/collection_reference.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_core.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/document_overlay_cache.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/local/document_overlay_cache.h:25:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_change.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_change.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_snapshot.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.cc:17:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/delete_mutation.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/delete_mutation.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/converters.mm:26:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/collection_reference.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/collection_reference.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_core.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_loader.cc:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_loader.h:27:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_callback.h:21:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/bundle/bundle_metadata.h:25:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/bound.cc:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/array_contains_filter.cc:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/array_contains_any_filter.cc:22:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FSTUserDataWriter.mm:26:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRWriteBatch.mm:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRWriteBatch+Internal.h:21:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/write_batch.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    2 warnings generated.
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRFirestore.mm:35:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRTransaction+Internal.h:21:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/transaction.h:27:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutation.h:32:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/precondition.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRDocumentSnapshot.mm:35:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_snapshot.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRDocumentReference.mm:31:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/collection_reference.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_core.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRDocumentChange.mm:17:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRDocumentChange+Internal.h:21:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_change.h:23:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/document_snapshot.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRCollectionReference.mm:26:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/collection_reference.h:24:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/api/query_core.h:26:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/query.h:30:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/core/target.h:31:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/field_index.h:23:
    In file included from /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/document.h:24:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/mutable_document.h:28:
    In file included from
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/src/model/snapshot_version.h:23:
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:106:36:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param seconds_since_unix_epoch
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/core/include/firebase/firestore/timestamp.h:127:22:
    warning: empty paragraph passed to '@param' command [-Wdocumentation]
       * @param time_point
         ~~~~~~~~~~~~~~~~^
    2 warnings generated.
    error: the following command failed with exit code 0 but produced no further output
    CompileC
    /Users/phil/Library/Developer/Xcode/DerivedData/Runner-bfoslhlpubhkzremyhpuoybruacu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/Fireb
    aseFirestore.build/Objects-normal/arm64/FIRAggregateQuery.o
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Pods/FirebaseFirestore/Firestore/Source/API/FIRAggregateQuery.mm normal arm64
    objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FirebaseFirestore' from project 'Pods')
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.10.0/ios/Classes/messages.g.m:207:59: warning: a function declaration
    without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSObject<FlutterMessageCodec> *FirebaseCoreHostApiGetCodec() {
                                                              ^
                                                               void
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.10.0/ios/Classes/messages.g.m:308:58: warning: a function declaration
    without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSObject<FlutterMessageCodec> *FirebaseAppHostApiGetCodec() {
                                                             ^
                                                              void
    2 warnings generated.
    4 warnings generated.
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-4.4.2/ios/Classes/messages.g.m:191:62: warning: a function declaration
    without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSObject<FlutterMessageCodec> *MultiFactorUserHostApiGetCodec() {
                                                                 ^
                                                                  void
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-4.4.2/ios/Classes/messages.g.m:352:65: warning: a function declaration
    without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSObject<FlutterMessageCodec> *MultiFactoResolverHostApiGetCodec() {
                                                                    ^
                                                                     void
    /Users/phil/bin/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-4.4.2/ios/Classes/messages.g.m:429:58: warning: a function declaration
    without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    NSObject<FlutterMessageCodec> *GenerateInterfacesGetCodec() {
                                                             ^
                                                              void
    3 warnings generated.
    4 warnings generated.
    1 warning generated.
    /* com.apple.actool.document.warnings */
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/(null)[2d][Icon-App-50x50@1x.png]: warning:
    The app icon set "AppIcon" has 6 unassigned children.
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/(null)[2d][Icon-App-50x50@1x.png]: warning:
    The app icon set "AppIcon" has 6 unassigned children.
    /* com.apple.actool.document.notices */
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/ios/Runner/Assets.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][1x][][][]: notice:
    76x76@1x app icons only apply to iPad apps targeting releases of iOS prior to 10.0.
    /* com.apple.actool.compilation-results */
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/AppIcon60x60@2x.png
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/AppIcon76x76@2x~ipad.png
    /Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/Runner.app/Assets.car
    /Users/phil/Library/Developer/Xcode/DerivedData/Runner-bfoslhlpubhkzremyhpuoybruacu/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Run
    ner.build/assetcatalog_generated_info.plist

    2023-05-03 15:04:42.078 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:43.085 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:44.091 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:45.092 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:46.094 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:47.096 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:48.101 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:49.107 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:50.112 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:51.121 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:52.126 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:53.127 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:54.129 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:55.134 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:56.138 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:57.142 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:58.147 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:04:59.153 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:00.159 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:01.164 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:02.167 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:03.171 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:04.173 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:05.179 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:06.182 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:07.183 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:08.193 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:09.195 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:10.200 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:11.206 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    2023-05-03 15:05:12.209 upload-symbols[52763:10167087] Unable to get file attributes for dSYM file at path
    "/Users/phil/Documents/projects/dharmadr/dharmadrapp/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF"
    Running upload-symbols in Build Phase mode
    Validating build environment for Crashlytics...
    Processing dSYMs...
    Command PhaseScriptExecution failed with a nonzero exit code
    note: Building targets in dependency order
    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')
    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')
    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')
    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 'Runner' from project 'Runner')
    warning: Run script build phase 'Thin Binary' 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 'Runner' from project 'Runner')
    warning: Run script build phase '[firebase_crashlytics] Crashlytics Upload Symbols' 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 'Runner' from project 'Runner')
    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 'Libuv-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')

    Result bundle written to path:
        /var/folders/_6/yjfnszb55hs5tp9_txy6b6h00000gn/T/flutter_tools.8XaKG4/flutter_ios_build_temp_dirCHOdYj/temporary_xcresult_bundle

Could not build the precompiled application for the device.

Error running application on iPhone_7_1.
danagbemava-nc commented 1 year ago

Hi @pmagnuson, One final thing. Can you try clearing your Pod cache and running pod install and running the flutter command again?

You can clear your pod cache by running the following commands.

cd ios
pod cache clean --all

I also noticed that your firebase_core is still 2.9.0 which is not the latest. The latest is 2.10.0. You can try running flutterfire update before you clear your pod cache.

Thank you

phildharmadr commented 1 year ago

This is now resolved. I took the steps you advised with flutterfire update & pod cache clean --all.

However the real solution was to flutter upgrade. Now running Flutter (Channel stable, 3.7.12, on macOS 13.0.1 22A400 darwin-arm64, locale en-US) and this fixed the issue.

Thank you very much for your help.

danagbemava-nc commented 1 year ago

Thanks for the update.

Closing this as resolved.

tcf909 commented 1 year ago

Any other solution other than upgrade to 3.7.x?

We use emojis and there is a blocking regression with rendering emojis in 3.7.x

3.3.10 is our current stable

aboutlan commented 1 year ago

I bump into the same problem but don't want to upgrade flutter. Have you any other solution?

tcf909 commented 1 year ago

I bump into the same problem but don't want to upgrade flutter. Have you any other

We decided to drop Crashlytics and go with Sentry. We were already headed that direction because of the lack of Web support for Crashlytics. This pushed us over the edge.

aboutlan commented 1 year ago

I bump into the same problem but don't want to upgrade flutter. Have you any other

We decided to drop Crashlytics and go with Sentry. We were already headed that direction because of the lack of Web support for Crashlytics. This pushed us over the edge.

We also intend to put down Crashlytics for a period of time. After fluter 3.10.0 have been stabilized. We will Upgrade and pick back Crashlytics.

DukeJeon commented 1 year ago

same issue with flutter 3.3.10 && Firebase_crashlytics 3.3.0 3.3.10 is stable we need other solution