Skip to content

Instantly share code, notes, and snippets.

@vincentnavetat
Last active September 9, 2019 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincentnavetat/17adcdf4cd410f52e30e410d457d656f to your computer and use it in GitHub Desktop.
Save vincentnavetat/17adcdf4cd410f52e30e410d457d656f to your computer and use it in GitHub Desktop.
^D^D[⠋] 🚀 [⠙] 🚀 [⠹] 🚀 [⠸] 🚀 [⠼] 🚀 [⠴] 🚀 [⠦] 🚀 [⠧] 🚀 [⠇] 🚀 [✔] 🚀
+-------------------------+---------+---------------------------+
| Used plugins |
+-------------------------+---------+---------------------------+
| Plugin | Version | Action |
+-------------------------+---------+---------------------------+
| fastlane-plugin-bugsnag | 1.4.1 | upload_symbols_to_bugsnag |
| | | send_build_to_bugsnag |
+-------------------------+---------+---------------------------+
[08:14:29]: Sending anonymous analytics information
[08:14:29]: Learn more at https://docs.fastlane.tools/#metrics
[08:14:29]: No personal or sensitive data is sent.
[08:14:29]: You can disable this by adding `opt_out_usage` at the top of your Fastfile
[08:14:29]: ----------------------------------------
[08:14:29]: --- Step: Verifying fastlane version ---
[08:14:29]: ----------------------------------------
[08:14:29]: Your fastlane version 2.130.0 matches the minimum requirement of 2.67.0 ✅
[08:14:29]: ------------------------------
[08:14:29]: --- Step: default_platform ---
[08:14:29]: ------------------------------
[08:14:29]: Driving the lane 'ios build_release' 🚀
[08:14:29]: -----------------------------
[08:14:29]: --- Step: setup_circle_ci ---
[08:14:29]: -----------------------------
[08:14:29]: Creating temporary keychain: "fastlane_tmp_keychain".
[08:14:29]: Enabling match readonly mode.
[08:14:29]: Skipping Log Path setup as FL_OUTPUT_DIR is unset
[08:14:29]: -------------------------------
[08:14:29]: --- Step: sync_code_signing ---
[08:14:29]: -------------------------------
[08:14:30]: Successfully loaded '/Users/distiller/mobile-app/ios/fastlane/Matchfile' 📄
+--------------+--------------------------------------------------+
| Detected Values from './fastlane/Matchfile' |
+--------------+--------------------------------------------------+
| git_url | git@github.com:myapp/mobile-app-credentials.git |
| storage_mode | git |
| type | development |
+--------------+--------------------------------------------------+
+-----------------------+--------------------------------------------------+
| Summary for match 2.130.0 |
+-----------------------+--------------------------------------------------+
| type | appstore |
| readonly | true |
| app_identifier | ["com.myapp.app"] |
| username | app-team@myapp.co.uk |
| team_id | [...] |
| storage_mode | git |
| git_url | git@github.com:myapp/mobile-app-credentials.git |
| git_branch | master |
| shallow_clone | false |
| clone_branch_directly | false |
| keychain_name | fastlane_tmp_keychain |
| force | false |
| force_for_new_devices | false |
| skip_confirmation | false |
| skip_docs | false |
| platform | ios |
| verbose | false |
+-----------------------+--------------------------------------------------+
[08:14:30]: Cloning remote git repo...
[08:14:30]: If cloning the repo takes too long, you can use the `clone_branch_directly` option in match.
[08:14:30]: 🔓 Successfully decrypted certificates repo
[08:14:30]: Installing certificate...
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
[08:14:31]: There are no local code signing identities found.
You can run `security find-identity -v -p codesigning fastlane_tmp_keychain` to get this output.
This Stack Overflow thread has more information: https://stackoverflow.com/q/35390072/774.
(Check in Keychain Access for an expired WWDR certificate: https://stackoverflow.com/a/35409835/774 has more info.)
[08:14:31]: Setting key partition list... (this can take a minute if there are a lot of keys installed)
[08:14:31]: security: SecItemCopyMatching: The specified item could not be found in the keychain.
[08:14:31]: Setting key partition list... (this can take a minute if there are a lot of keys installed)
+-------------------+----------------------------------------------+
| Installed Certificate |
+-------------------+----------------------------------------------+
| User ID | [...] |
| Common Name | iPhone Distribution: myapp LTD ([...]) |
| Organisation Unit | [...] |
| Organisation | myapp LTD |
| Country | US |
| Start Datetime | 2019-05-29 12:13:11 UTC |
| End Datetime | 2020-05-28 12:13:11 UTC |
+-------------------+----------------------------------------------+
[08:14:31]: Installing provisioning profile...
+---------------------+-------------------------------------------+------------------------------------------------------------------------------------------------------------------+
| Installed Provisioning Profile |
+---------------------+-------------------------------------------+------------------------------------------------------------------------------------------------------------------+
| Parameter | Environment Variable | Value |
+---------------------+-------------------------------------------+------------------------------------------------------------------------------------------------------------------+
| App Identifier | | com.myapp.app |
| Type | | appstore |
| Platform | | ios |
| Profile UUID | sigh_com.myapp.app_appstore | 719f3a7e-8328-459a-b5a6-e73ba449b72c |
| Profile Name | sigh_com.myapp.app_appstore_profile-name | match AppStore com.myapp.app |
| Profile Path | sigh_com.myapp.app_appstore_profile-path | /Users/distiller/Library/MobileDevice/Provisioning Profiles/719f3a7e-8328-459a-b5a6-e73ba449b72c.mobileprovision |
| Development Team ID | sigh_com.myapp.app_appstore_team-id | [...] |
+---------------------+-------------------------------------------+------------------------------------------------------------------------------------------------------------------+
[08:14:31]: All required keys, certificates and provisioning profiles are installed 🙌
[08:14:31]: Setting Provisioning Profile type to 'app-store'
[08:14:31]: -----------------------
[08:14:31]: --- Step: build_app ---
[08:14:31]: -----------------------
[08:14:31]: $ xcodebuild -showBuildSettings -workspace ./MyApp.xcworkspace -scheme MyApp
[08:14:34]: Detected provisioning profile mapping: {:"com.myapp.app"=>"match AppStore com.myapp.app"}
+----------------------------------------------------+--------------------------------------------------------------+
| Summary for gym 2.130.0 |
+----------------------------------------------------+--------------------------------------------------------------+
| scheme | MyApp |
| export_method | app-store |
| export_options.provisioningProfiles.com.myapp.app | match AppStore com.myapp.app |
| workspace | ./MyApp.xcworkspace |
| destination | generic/platform=iOS |
| output_name | MyApp |
| build_path | /Users/distiller/Library/Developer/Xcode/Archives/2019-09-06 |
| clean | false |
| output_directory | . |
| silent | false |
| skip_package_ipa | false |
| result_bundle | false |
| buildlog_path | ~/Library/Logs/gym |
| skip_profile_detection | false |
| xcode_path | /Applications/Xcode-10.2.1.app |
+----------------------------------------------------+--------------------------------------------------------------+
[08:14:34]: $ set -o pipefail && xcodebuild -workspace ./MyApp.xcworkspace -scheme MyApp -destination 'generic/platform=iOS' -archivePath /Users/distiller/Library/Developer/Xcode/Archives/2019-09-06/MyApp\ 2019-09-06\ 08.14.34.xcarchive archive | tee /Users/distiller/Library/Logs/gym/MyApp-MyApp.log | xcpretty
[08:14:37]: ▸ Aggregate Pods/AppsFlyerFramework [Release]
[08:14:37]: ▸ Check Dependencies
[08:14:37]: ▸ Building Pods/DoubleConversion [Release]
[08:14:37]: ▸ Check Dependencies
[08:14:37]: ▸ Compiling bignum-dtoa.cc
[08:14:38]: ▸ Compiling bignum.cc
[08:14:38]: ▸ Compiling cached-powers.cc
[08:14:38]: ▸ Compiling diy-fp.cc
[08:14:38]: ▸ Compiling double-conversion.cc
[08:14:39]: ▸ Compiling DoubleConversion-dummy.m
[08:14:42]: ▸ Compiling fast-dtoa.cc
[08:14:42]: ▸ Compiling fixed-dtoa.cc
[08:14:42]: ▸ Compiling strtod.cc
[08:14:42]: ▸ Compiling bignum-dtoa.cc
[08:14:42]: ▸ Compiling bignum.cc
[08:14:42]: ▸ Compiling cached-powers.cc
[08:14:42]: ▸ Compiling diy-fp.cc
[08:14:42]: ▸ Compiling double-conversion.cc
[08:14:42]: ▸ Compiling DoubleConversion-dummy.m
[08:14:43]: ▸ Compiling fast-dtoa.cc
[08:14:43]: ▸ Compiling fixed-dtoa.cc
[08:14:43]: ▸ Compiling strtod.cc
[08:14:43]: ▸ Building library libDoubleConversion.a
[08:14:43]: ▸ Building library libDoubleConversion.a
[08:14:43]: ▸ Aggregate Pods/boost-for-react-native [Release]
[08:14:43]: ▸ Check Dependencies
[08:14:43]: ▸ Building Pods/glog [Release]
[08:14:43]: ▸ Check Dependencies
[08:14:43]: ▸ Compiling demangle.cc
[08:14:45]: ▸ Compiling logging.cc
[08:14:47]: ▸ Compiling glog-dummy.m
[08:14:47]: ▸ Compiling raw_logging.cc
[08:14:47]: ▸ Compiling signalhandler.cc
[08:14:47]: ▸ Compiling symbolize.cc
[08:14:47]: ▸ Compiling utilities.cc
[08:14:47]: ▸ Compiling vlog_is_on.cc
[08:14:47]: ▸ Compiling demangle.cc
[08:14:47]: ▸ Compiling glog-dummy.m
[08:14:47]: ▸ Compiling logging.cc
[08:14:49]: ▸ Compiling raw_logging.cc
[08:14:49]: ▸ Compiling signalhandler.cc
[08:14:49]: ▸ Compiling symbolize.cc
[08:14:49]: ▸ Compiling utilities.cc
[08:14:49]: ▸ Compiling vlog_is_on.cc
[08:14:49]: ▸ Building library libglog.a
[08:14:49]: ▸ Building library libglog.a
[08:14:49]: ▸ Building Pods/Folly [Release]
[08:14:49]: ▸ Check Dependencies
[08:14:49]: ▸ Compiling Assume.cpp
[08:14:50]: ▸ Compiling ColdClass.cpp
[08:14:50]: ▸ Compiling Conv.cpp
[08:14:52]: ▸ Compiling Demangle.cpp
[08:14:52]: ▸ Compiling Demangle.cpp
[08:14:52]: ▸ Compiling dynamic.cpp
[08:14:56]: ▸ Compiling F14Table.cpp
[08:14:56]: ▸ Compiling Folly-dummy.m
[08:14:56]: ▸ Compiling Format.cpp
[08:14:56]: ▸ Compiling json.cpp
[08:14:57]: ▸ Compiling json_pointer.cpp
[08:14:57]: ▸ Compiling MallocImpl.cpp
[08:14:57]: ▸ Compiling ScopeGuard.cpp
[08:14:57]: ▸ Compiling SpookyHashV2.cpp
[08:14:57]: ▸ Compiling String.cpp
[08:14:58]: ▸ Compiling Unicode.cpp
[08:14:58]: ▸ Compiling Assume.cpp
[08:14:58]: ▸ Compiling ColdClass.cpp
[08:14:58]: ▸ Compiling Conv.cpp
[08:15:00]: ▸ Compiling Demangle.cpp
[08:15:00]: ▸ Compiling Demangle.cpp
[08:15:00]: ▸ Compiling dynamic.cpp
[08:15:04]: ▸ Compiling F14Table.cpp
[08:15:04]: ▸ Compiling Folly-dummy.m
[08:15:04]: ▸ Compiling Format.cpp
[08:15:04]: ▸ Compiling json.cpp
[08:15:04]: ▸ Compiling json_pointer.cpp
[08:15:04]: ▸ Compiling MallocImpl.cpp
[08:15:04]: ▸ Compiling ScopeGuard.cpp
[08:15:04]: ▸ Compiling SpookyHashV2.cpp
[08:15:04]: ▸ Compiling String.cpp
[08:15:05]: ▸ Compiling Unicode.cpp
[08:15:05]: ▸ Building library libFolly.a
[08:15:06]: ▸ Building library libFolly.a
[08:15:06]: ▸ Building Pods/React-jsinspector [Release]
[08:15:06]: ▸ Check Dependencies
[08:15:07]: ▸ Compiling InspectorInterfaces.cpp
[08:15:08]: ▸ Compiling React-jsinspector-dummy.m
[08:15:08]: ▸ Compiling InspectorInterfaces.cpp
[08:15:08]: ▸ Compiling React-jsinspector-dummy.m
[08:15:08]: ▸ Building library libReact-jsinspector.a
[08:15:08]: ▸ Building library libReact-jsinspector.a
[08:15:09]: ▸ Building Pods/React-cxxreact [Release]
[08:15:09]: ▸ Check Dependencies
[08:15:09]: ▸ Compiling Instance.cpp
[08:15:13]: ▸ Compiling CxxNativeModule.cpp
[08:15:15]: ▸ Compiling JSBigString.cpp
[08:15:15]: ▸ Compiling JSBundleType.cpp
[08:15:15]: ▸ Compiling JSDeltaBundleClient.cpp
[08:15:15]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:30:29: loop variable 'pair' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
[08:15:15]: ▸ for (const folly::dynamic pair : *modules) {
[08:15:15]: ▸ ^
[08:15:15]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:55:33: loop variable 'id' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
[08:15:15]: ▸ for (const folly::dynamic id : *deleted) {
[08:15:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:15:15]: ▸ Compiling JSExecutor.cpp
[08:15:15]: ▸ Compiling JSIndexedRAMBundle.cpp
[08:15:16]: ▸ Compiling MethodCall.cpp
[08:15:17]: ▸ Compiling ModuleRegistry.cpp
[08:15:19]: ▸ Compiling NativeToJsBridge.cpp
[08:15:22]: ▸ Compiling RAMBundleRegistry.cpp
[08:15:22]: ▸ Compiling React-cxxreact-dummy.m
[08:15:22]: ▸ Compiling ReactMarker.cpp
[08:15:22]: ▸ Compiling CxxNativeModule.cpp
[08:15:25]: ▸ Compiling Instance.cpp
[08:15:25]: ▸ Compiling JSBigString.cpp
[08:15:25]: ▸ Compiling JSBundleType.cpp
[08:15:25]: ▸ Compiling JSDeltaBundleClient.cpp
[08:15:26]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:30:29: loop variable 'pair' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
[08:15:26]: ▸ for (const folly::dynamic pair : *modules) {
[08:15:26]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:15:26]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:55:33: loop variable 'id' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
[08:15:26]: ▸ for (const folly::dynamic id : *deleted) {
[08:15:26]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:15:26]: ▸ Compiling JSExecutor.cpp
[08:15:26]: ▸ Compiling JSIndexedRAMBundle.cpp
[08:15:27]: ▸ Compiling MethodCall.cpp
[08:15:29]: ▸ Compiling ModuleRegistry.cpp
[08:15:30]: ▸ Compiling NativeToJsBridge.cpp
[08:15:32]: ▸ Compiling RAMBundleRegistry.cpp
[08:15:32]: ▸ Compiling React-cxxreact-dummy.m
[08:15:32]: ▸ Compiling ReactMarker.cpp
[08:15:32]: ▸ Building library libReact-cxxreact.a
[08:15:32]: ▸ Building library libReact-cxxreact.a
[08:15:33]: ▸ Building Pods/React-jsi [Release]
[08:15:33]: ▸ Check Dependencies
[08:15:33]: ▸ Compiling JSCRuntime.cpp
[08:15:36]: ▸ Compiling jsi.cpp
[08:15:36]: ▸ Compiling JSIDynamic.cpp
[08:15:37]: ▸ Compiling jsilib-posix.cpp
[08:15:37]: ▸ Compiling jsilib-windows.cpp
[08:15:37]: ▸ Compiling React-jsi-dummy.m
[08:15:37]: ▸ Compiling JSCRuntime.cpp
[08:15:37]: ▸ Compiling jsi.cpp
[08:15:37]: ▸ Compiling JSIDynamic.cpp
[08:15:40]: ▸ Compiling jsilib-posix.cpp
[08:15:40]: ▸ Compiling jsilib-windows.cpp
[08:15:40]: ▸ Compiling React-jsi-dummy.m
[08:15:40]: ▸ Building library libReact-jsi.a
[08:15:40]: ▸ Building library libReact-jsi.a
[08:15:40]: ▸ Building Pods/React-jsiexecutor [Release]
[08:15:40]: ▸ Check Dependencies
[08:15:40]: ▸ Compiling JSIExecutor.cpp
[08:15:47]: ▸ Compiling JSINativeModules.cpp
[08:15:47]: ▸ Compiling React-jsiexecutor-dummy.m
[08:15:47]: ▸ Compiling JSIExecutor.cpp
[08:15:47]: ▸ Compiling JSINativeModules.cpp
[08:15:47]: ▸ Compiling React-jsiexecutor-dummy.m
[08:15:47]: ▸ Building library libReact-jsiexecutor.a
[08:15:47]: ▸ Building library libReact-jsiexecutor.a
[08:15:47]: ▸ Building Pods/yoga [Release]
[08:15:47]: ▸ Check Dependencies
[08:15:47]: ▸ Compiling event.cpp
[08:15:48]: ▸ Compiling log.cpp
[08:15:48]: ▸ Compiling Utils.cpp
[08:15:48]: ▸ Compiling YGConfig.cpp
[08:15:48]: ▸ Compiling YGEnums.cpp
[08:15:48]: ▸ Compiling YGLayout.cpp
[08:15:48]: ▸ Compiling YGMarker.cpp
[08:15:48]: ▸ Compiling YGNode.cpp
[08:15:49]: ▸ Compiling YGNodePrint.cpp
[08:15:49]: ▸ Compiling YGStyle.cpp
[08:15:49]: ▸ Compiling YGValue.cpp
[08:15:49]: ▸ Compiling yoga-dummy.m
[08:15:49]: ▸ Compiling Yoga.cpp
[08:15:52]: ▸ Compiling event.cpp
[08:15:52]: ▸ Compiling log.cpp
[08:15:52]: ▸ Compiling Utils.cpp
[08:15:52]: ▸ Compiling YGConfig.cpp
[08:15:52]: ▸ Compiling YGEnums.cpp
[08:15:52]: ▸ Compiling YGLayout.cpp
[08:15:52]: ▸ Compiling YGMarker.cpp
[08:15:52]: ▸ Compiling YGNode.cpp
[08:15:52]: ▸ Compiling YGNodePrint.cpp
[08:15:52]: ▸ Compiling YGStyle.cpp
[08:15:52]: ▸ Compiling YGValue.cpp
[08:15:52]: ▸ Compiling yoga-dummy.m
[08:15:52]: ▸ Compiling Yoga.cpp
[08:15:54]: ▸ Building library libyoga.a
[08:15:55]: ▸ Building library libyoga.a
[08:15:55]: ▸ Building Pods/React-Core [Release]
[08:15:55]: ▸ Check Dependencies
[08:15:55]: ▸ Compiling NSDataBigString.mm
[08:15:57]: ▸ Compiling JSCExecutorFactory.mm
[08:15:59]: ▸ Compiling RCTAccessibilityManager.m
[08:16:00]: ▸ Compiling RCTActivityIndicatorView.m
[08:16:00]: ▸ Compiling RCTActivityIndicatorViewManager.m
[08:16:00]: ▸ Compiling RCTAlertManager.m
[08:16:00]: ▸ Compiling RCTAppState.m
[08:16:00]: ▸ Compiling RCTAssert.m
[08:16:00]: ▸ Compiling RCTAsyncLocalStorage.m
[08:16:00]: ▸ Compiling RCTBorderDrawing.m
[08:16:00]: ▸ Compiling RCTBridge.m
[08:16:00]: ▸ Compiling RCTBundleURLProvider.m
[08:16:00]: ▸ Compiling RCTClipboard.m
[08:16:00]: ▸ Compiling RCTComponentData.m
[08:16:00]: ▸ Compiling RCTComponentEvent.m
[08:16:00]: ▸ Compiling RCTConvert+CoreLocation.m
[08:16:00]: ▸ Compiling RCTConvert+Transform.m
[08:16:00]: ▸ Compiling RCTConvert.m
[08:16:01]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTConvert.m:367:34: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:16:01]: ▸ @"ascii-capable-number-pad": @(UIKeyboardTypeASCIICapableNumberPad),
[08:16:01]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:16:01]: ▸ Compiling RCTCxxBridge.mm
[08:16:09]: ▸ Compiling RCTCxxConvert.m
[08:16:09]: ▸ Compiling RCTCxxMethod.mm
[08:16:09]: ▸ Compiling RCTCxxModule.mm
[08:16:09]: ▸ Compiling RCTCxxUtils.mm
[08:16:09]: ▸ Compiling RCTDatePicker.m
[08:16:09]: ▸ Compiling RCTDatePickerManager.m
[08:16:09]: ▸ Compiling RCTDeviceInfo.m
[08:16:09]: ▸ Compiling RCTDevSettings.mm
[08:16:09]: ▸ Compiling RCTDisplayLink.m
[08:16:09]: ▸ Compiling RCTErrorInfo.m
[08:16:09]: ▸ Compiling RCTEventDispatcher.m
[08:16:09]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTEventDispatcher.m:153:18: unused variable 'previousEvent' [-Wunused-variable]
[08:16:09]: ▸ id<RCTEvent> previousEvent = _events[eventID];
[08:16:09]: ▸ ^~~~~~
[08:16:09]: ▸ Compiling RCTEventEmitter.m
[08:16:09]: ▸ Compiling RCTExceptionsManager.m
[08:16:09]: ▸ Compiling RCTFollyConvert.mm
[08:16:11]: ▸ Compiling RCTFont.mm
[08:16:11]: ▸ Compiling RCTFPSGraph.m
[08:16:11]: ▸ Compiling RCTFrameUpdate.m
[08:16:11]: ▸ Compiling RCTI18nManager.m
[08:16:11]: ▸ Compiling RCTI18nUtil.m
[08:16:11]: ▸ Compiling RCTImageSource.m
[08:16:11]: ▸ Compiling RCTJavaScriptLoader.mm
[08:16:11]: ▸ Compiling RCTJSStackFrame.m
[08:16:11]: ▸ Compiling RCTKeyboardObserver.m
[08:16:11]: ▸ Compiling RCTKeyCommands.m
[08:16:11]: ▸ Compiling RCTLayout.m
[08:16:11]: ▸ Compiling RCTLayoutAnimation.m
[08:16:11]: ▸ Compiling RCTLayoutAnimationGroup.m
[08:16:11]: ▸ Compiling RCTLog.mm
[08:16:12]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTLog.mm:186:29: unused function 'nativeStackFrameRegex' [-Wunused-function]
[08:16:12]: ▸ static NSRegularExpression *nativeStackFrameRegex()
[08:16:12]: ▸ ^
[08:16:12]: ▸ Compiling RCTManagedPointer.mm
[08:16:12]: ▸ Compiling RCTMaskedView.m
[08:16:12]: ▸ Compiling RCTMaskedViewManager.m
[08:16:12]: ▸ Compiling RCTMessageThread.mm
[08:16:14]: ▸ Compiling RCTModalHostView.m
[08:16:14]: ▸ Compiling RCTModalHostViewController.m
[08:16:14]: ▸ Compiling RCTModalHostViewManager.m
[08:16:14]: ▸ Compiling RCTModalManager.m
[08:16:14]: ▸ Compiling RCTModuleData.mm
[08:16:14]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTModuleData.mm:334:8: unused variable 'instance' [-Wunused-variable]
[08:16:14]: ▸ id instance = self.instance;
[08:16:14]: ▸ ^
[08:16:14]: ▸ Compiling RCTModuleMethod.mm
[08:16:14]: ▸ Compiling RCTMultipartDataTask.m
[08:16:14]: ▸ Compiling RCTMultipartStreamReader.m
[08:16:14]: ▸ Compiling RCTNativeModule.mm
[08:16:16]: ▸ Compiling RCTObjcExecutor.mm
[08:16:18]: ▸ Compiling RCTParserUtils.m
[08:16:18]: ▸ Compiling RCTPerfMonitor.m
[08:16:18]: ▸ Compiling RCTPerformanceLogger.m
[08:16:18]: ▸ Compiling RCTPicker.m
[08:16:18]: ▸ Compiling RCTPickerManager.m
[08:16:18]: ▸ Compiling RCTPlatform.m
[08:16:18]: ▸ Compiling RCTProfile.m
[08:16:18]: ▸ Compiling RCTProgressViewManager.m
[08:16:18]: ▸ Compiling RCTRedBox.m
[08:16:18]: ▸ Compiling RCTRedBoxExtraDataViewController.m
[08:16:18]: ▸ Compiling RCTRefreshControl.m
[08:16:18]: ▸ Compiling RCTRefreshControlManager.m
[08:16:18]: ▸ Compiling RCTReloadCommand.m
[08:16:18]: ▸ Compiling RCTRootContentView.m
[08:16:18]: ▸ Compiling RCTRootShadowView.m
[08:16:18]: ▸ Compiling RCTRootView.m
[08:16:18]: ▸ Compiling RCTSafeAreaShadowView.m
[08:16:18]: ▸ Compiling RCTSafeAreaView.m
[08:16:18]: ▸ Compiling RCTSafeAreaViewLocalData.m
[08:16:18]: ▸ Compiling RCTSafeAreaViewManager.m
[08:16:18]: ▸ Compiling RCTScrollContentShadowView.m
[08:16:18]: ▸ Compiling RCTScrollContentView.m
[08:16:18]: ▸ Compiling RCTScrollContentViewManager.m
[08:16:18]: ▸ Compiling RCTScrollView.m
[08:16:18]: ▸ Compiling RCTScrollViewManager.m
[08:16:18]: ▸ Compiling RCTSegmentedControl.m
[08:16:18]: ▸ Compiling RCTSegmentedControlManager.m
[08:16:18]: ▸ Compiling RCTShadowView+Internal.m
[08:16:18]: ▸ Compiling RCTShadowView+Layout.m
[08:16:18]: ▸ Compiling RCTShadowView.m
[08:16:18]: ▸ Compiling RCTSlider.m
[08:16:18]: ▸ Compiling RCTSliderManager.m
[08:16:18]: ▸ Compiling RCTSourceCode.m
[08:16:18]: ▸ Compiling RCTSurface.mm
[08:16:20]: ▸ Compiling RCTStatusBarManager.m
[08:16:20]: ▸ Compiling RCTSurfaceHostingProxyRootView.mm
[08:16:20]: ▸ Compiling RCTSurfaceHostingView.mm
[08:16:20]: ▸ Compiling RCTSurfacePresenterStub.m
[08:16:20]: ▸ Compiling RCTSurfaceRootShadowView.m
[08:16:20]: ▸ Compiling RCTSurfaceRootView.mm
[08:16:20]: ▸ Compiling RCTSurfaceSizeMeasureMode.mm
[08:16:21]: ▸ Compiling RCTSurfaceStage.m
[08:16:21]: ▸ Compiling RCTSurfaceView.mm
[08:16:21]: ▸ Compiling RCTSwitch.m
[08:16:21]: ▸ Compiling RCTSwitchManager.m
[08:16:21]: ▸ Compiling RCTTiming.m
[08:16:21]: ▸ Compiling RCTTouchEvent.m
[08:16:21]: ▸ Compiling RCTTouchHandler.m
[08:16:21]: ▸ Compiling RCTUIManager.m
[08:16:24]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Modules/RCTUIManager.m:307:11: unused variable 'existingView' [-Wunused-variable]
[08:16:24]: ▸ UIView *existingView = _viewRegistry[reactTag];
[08:16:24]: ▸ ^
[08:16:24]: ▸ Compiling RCTUIManagerObserverCoordinator.mm
[08:16:24]: ▸ Compiling RCTUIManagerUtils.m
[08:16:24]: ▸ Compiling RCTUIUtils.m
[08:16:24]: ▸ Compiling RCTUtils.m
[08:16:24]: ▸ Compiling RCTVersion.m
[08:16:24]: ▸ Compiling RCTView.m
[08:16:24]: ▸ Compiling RCTViewManager.m
[08:16:24]: ▸ Compiling RCTWrapperViewController.m
[08:16:24]: ▸ Compiling React-Core-dummy.m
[08:16:24]: ▸ Compiling UIView+React.m
[08:16:24]: ▸ Compiling JSCExecutorFactory.mm
[08:16:27]: ▸ Compiling NSDataBigString.mm
[08:16:27]: ▸ Compiling RCTAccessibilityManager.m
[08:16:27]: ▸ Compiling RCTActivityIndicatorView.m
[08:16:27]: ▸ Compiling RCTActivityIndicatorViewManager.m
[08:16:27]: ▸ Compiling RCTAlertManager.m
[08:16:27]: ▸ Compiling RCTAppState.m
[08:16:27]: ▸ Compiling RCTAssert.m
[08:16:27]: ▸ Compiling RCTAsyncLocalStorage.m
[08:16:27]: ▸ Compiling RCTBorderDrawing.m
[08:16:27]: ▸ Compiling RCTBridge.m
[08:16:27]: ▸ Compiling RCTBundleURLProvider.m
[08:16:27]: ▸ Compiling RCTClipboard.m
[08:16:27]: ▸ Compiling RCTComponentData.m
[08:16:27]: ▸ Compiling RCTComponentEvent.m
[08:16:27]: ▸ Compiling RCTConvert+CoreLocation.m
[08:16:27]: ▸ Compiling RCTConvert+Transform.m
[08:16:27]: ▸ Compiling RCTConvert.m
[08:16:28]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTConvert.m:367:34: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:16:28]: ▸ @"ascii-capable-number-pad": @(UIKeyboardTypeASCIICapableNumberPad),
[08:16:28]: ▸ ^
[08:16:28]: ▸ Compiling RCTCxxBridge.mm
[08:16:35]: ▸ Compiling RCTCxxConvert.m
[08:16:35]: ▸ Compiling RCTCxxMethod.mm
[08:16:35]: ▸ Compiling RCTCxxModule.mm
[08:16:35]: ▸ Compiling RCTCxxUtils.mm
[08:16:35]: ▸ Compiling RCTDatePicker.m
[08:16:35]: ▸ Compiling RCTDatePickerManager.m
[08:16:35]: ▸ Compiling RCTDeviceInfo.m
[08:16:35]: ▸ Compiling RCTDevSettings.mm
[08:16:35]: ▸ Compiling RCTDisplayLink.m
[08:16:35]: ▸ Compiling RCTErrorInfo.m
[08:16:35]: ▸ Compiling RCTEventDispatcher.m
[08:16:35]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTEventDispatcher.m:153:18: unused variable 'previousEvent' [-Wunused-variable]
[08:16:35]: ▸ id<RCTEvent> previousEvent = _events[eventID];
[08:16:35]: ▸ ^~~~~~
[08:16:35]: ▸ Compiling RCTEventEmitter.m
[08:16:35]: ▸ Compiling RCTExceptionsManager.m
[08:16:35]: ▸ Compiling RCTFollyConvert.mm
[08:16:38]: ▸ Compiling RCTFont.mm
[08:16:38]: ▸ Compiling RCTFPSGraph.m
[08:16:38]: ▸ Compiling RCTFrameUpdate.m
[08:16:38]: ▸ Compiling RCTI18nManager.m
[08:16:38]: ▸ Compiling RCTI18nUtil.m
[08:16:38]: ▸ Compiling RCTImageSource.m
[08:16:38]: ▸ Compiling RCTJavaScriptLoader.mm
[08:16:38]: ▸ Compiling RCTJSStackFrame.m
[08:16:38]: ▸ Compiling RCTKeyboardObserver.m
[08:16:38]: ▸ Compiling RCTKeyCommands.m
[08:16:38]: ▸ Compiling RCTLayout.m
[08:16:38]: ▸ Compiling RCTLayoutAnimation.m
[08:16:38]: ▸ Compiling RCTLayoutAnimationGroup.m
[08:16:38]: ▸ Compiling RCTLog.mm
[08:16:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTLog.mm:186:29: unused function 'nativeStackFrameRegex' [-Wunused-function]
[08:16:39]: ▸ static NSRegularExpression *nativeStackFrameRegex()
[08:16:39]: ▸ ^
[08:16:39]: ▸ Compiling RCTManagedPointer.mm
[08:16:39]: ▸ Compiling RCTMaskedView.m
[08:16:39]: ▸ Compiling RCTMaskedViewManager.m
[08:16:39]: ▸ Compiling RCTMessageThread.mm
[08:16:41]: ▸ Compiling RCTModalHostView.m
[08:16:41]: ▸ Compiling RCTModalHostViewController.m
[08:16:41]: ▸ Compiling RCTModalHostViewManager.m
[08:16:41]: ▸ Compiling RCTModalManager.m
[08:16:41]: ▸ Compiling RCTModuleData.mm
[08:16:41]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTModuleData.mm:334:8: unused variable 'instance' [-Wunused-variable]
[08:16:41]: ▸ id instance = self.instance;
[08:16:41]: ▸ ^
[08:16:41]: ▸ Compiling RCTModuleMethod.mm
[08:16:41]: ▸ Compiling RCTMultipartDataTask.m
[08:16:41]: ▸ Compiling RCTMultipartStreamReader.m
[08:16:41]: ▸ Compiling RCTNativeModule.mm
[08:16:43]: ▸ Compiling RCTObjcExecutor.mm
[08:16:46]: ▸ Compiling RCTParserUtils.m
[08:16:46]: ▸ Compiling RCTPerfMonitor.m
[08:16:46]: ▸ Compiling RCTPerformanceLogger.m
[08:16:46]: ▸ Compiling RCTPicker.m
[08:16:46]: ▸ Compiling RCTPickerManager.m
[08:16:46]: ▸ Compiling RCTPlatform.m
[08:16:46]: ▸ Compiling RCTProfile.m
[08:16:46]: ▸ Compiling RCTProgressViewManager.m
[08:16:46]: ▸ Compiling RCTRedBox.m
[08:16:46]: ▸ Compiling RCTRedBoxExtraDataViewController.m
[08:16:46]: ▸ Compiling RCTRefreshControl.m
[08:16:46]: ▸ Compiling RCTRefreshControlManager.m
[08:16:46]: ▸ Compiling RCTReloadCommand.m
[08:16:46]: ▸ Compiling RCTRootContentView.m
[08:16:46]: ▸ Compiling RCTRootShadowView.m
[08:16:46]: ▸ Compiling RCTRootView.m
[08:16:46]: ▸ Compiling RCTSafeAreaShadowView.m
[08:16:46]: ▸ Compiling RCTSafeAreaView.m
[08:16:46]: ▸ Compiling RCTSafeAreaViewLocalData.m
[08:16:46]: ▸ Compiling RCTSafeAreaViewManager.m
[08:16:46]: ▸ Compiling RCTScrollContentShadowView.m
[08:16:46]: ▸ Compiling RCTScrollContentView.m
[08:16:46]: ▸ Compiling RCTScrollContentViewManager.m
[08:16:46]: ▸ Compiling RCTScrollView.m
[08:16:46]: ▸ Compiling RCTScrollViewManager.m
[08:16:46]: ▸ Compiling RCTSegmentedControl.m
[08:16:46]: ▸ Compiling RCTSegmentedControlManager.m
[08:16:46]: ▸ Compiling RCTShadowView+Internal.m
[08:16:46]: ▸ Compiling RCTShadowView+Layout.m
[08:16:46]: ▸ Compiling RCTShadowView.m
[08:16:46]: ▸ Compiling RCTSlider.m
[08:16:46]: ▸ Compiling RCTSliderManager.m
[08:16:46]: ▸ Compiling RCTSourceCode.m
[08:16:46]: ▸ Compiling RCTStatusBarManager.m
[08:16:46]: ▸ Compiling RCTSurface.mm
[08:16:48]: ▸ Compiling RCTSurfaceHostingProxyRootView.mm
[08:16:48]: ▸ Compiling RCTSurfaceHostingView.mm
[08:16:48]: ▸ Compiling RCTSurfacePresenterStub.m
[08:16:48]: ▸ Compiling RCTSurfaceRootShadowView.m
[08:16:48]: ▸ Compiling RCTSurfaceRootView.mm
[08:16:48]: ▸ Compiling RCTSurfaceSizeMeasureMode.mm
[08:16:48]: ▸ Compiling RCTSurfaceStage.m
[08:16:48]: ▸ Compiling RCTSurfaceView.mm
[08:16:49]: ▸ Compiling RCTSwitch.m
[08:16:49]: ▸ Compiling RCTSwitchManager.m
[08:16:49]: ▸ Compiling RCTTiming.m
[08:16:49]: ▸ Compiling RCTTouchEvent.m
[08:16:49]: ▸ Compiling RCTTouchHandler.m
[08:16:49]: ▸ Compiling RCTUIManager.m
[08:16:51]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Modules/RCTUIManager.m:307:11: unused variable 'existingView' [-Wunused-variable]
[08:16:51]: ▸ UIView *existingView = _viewRegistry[reactTag];
[08:16:51]: ▸ ^
[08:16:51]: ▸ Compiling RCTUIManagerObserverCoordinator.mm
[08:16:51]: ▸ Compiling RCTUIManagerUtils.m
[08:16:51]: ▸ Compiling RCTUIUtils.m
[08:16:51]: ▸ Compiling RCTUtils.m
[08:16:51]: ▸ Compiling RCTVersion.m
[08:16:51]: ▸ Compiling RCTView.m
[08:16:51]: ▸ Compiling RCTViewManager.m
[08:16:51]: ▸ Compiling RCTWrapperViewController.m
[08:16:51]: ▸ Compiling React-Core-dummy.m
[08:16:51]: ▸ Compiling UIView+React.m
[08:16:51]: ▸ Building library libReact-Core.a
[08:16:52]: ▸ Building library libReact-Core.a
[08:16:53]: ▸ Building Pods/React-RCTWebSocket [Release]
[08:16:53]: ▸ Check Dependencies
[08:16:53]: ▸ Compiling RCTReconnectingWebSocket.m
[08:16:53]: ▸ Compiling RCTSRWebSocket.m
[08:16:54]: ▸ Compiling RCTWebSocketExecutor.m
[08:16:54]: ▸ Compiling RCTWebSocketModule.m
[08:16:54]: ▸ Compiling React-RCTWebSocket-dummy.m
[08:16:54]: ▸ Compiling RCTReconnectingWebSocket.m
[08:16:54]: ▸ Compiling RCTSRWebSocket.m
[08:16:54]: ▸ Compiling RCTWebSocketExecutor.m
[08:16:54]: ▸ Compiling RCTWebSocketModule.m
[08:16:54]: ▸ Compiling React-RCTWebSocket-dummy.m
[08:16:54]: ▸ Building library libReact-RCTWebSocket.a
[08:16:55]: ▸ Building library libReact-RCTWebSocket.a
[08:16:55]: ▸ Building Pods/React-DevSupport [Release]
[08:16:55]: ▸ Check Dependencies
[08:16:55]: ▸ Compiling RCTDevLoadingView.m
[08:16:55]: ▸ Compiling RCTDevMenu.m
[08:16:55]: ▸ Compiling RCTInspector.mm
[08:16:56]: ▸ Compiling RCTInspectorDevServerHelper.mm
[08:16:56]: ▸ Compiling RCTInspectorPackagerConnection.m
[08:16:56]: ▸ Compiling RCTPackagerClient.m
[08:16:56]: ▸ Compiling RCTPackagerConnection.mm
[08:16:57]: ▸ Compiling React-DevSupport-dummy.m
[08:16:57]: ▸ Compiling RCTDevLoadingView.m
[08:16:57]: ▸ Compiling RCTDevMenu.m
[08:16:57]: ▸ Compiling RCTInspector.mm
[08:16:57]: ▸ Compiling RCTInspectorDevServerHelper.mm
[08:16:57]: ▸ Compiling RCTInspectorPackagerConnection.m
[08:16:57]: ▸ Compiling RCTPackagerClient.m
[08:16:57]: ▸ Compiling RCTPackagerConnection.mm
[08:16:58]: ▸ Compiling React-DevSupport-dummy.m
[08:16:58]: ▸ Building library libReact-DevSupport.a
[08:16:58]: ▸ Building library libReact-DevSupport.a
[08:16:58]: ▸ Building Pods/React-RCTActionSheet [Release]
[08:16:58]: ▸ Check Dependencies
[08:16:58]: ▸ Compiling RCTActionSheetManager.m
[08:16:59]: ▸ Compiling React-RCTActionSheet-dummy.m
[08:16:59]: ▸ Compiling RCTActionSheetManager.m
[08:16:59]: ▸ Compiling React-RCTActionSheet-dummy.m
[08:16:59]: ▸ Building library libReact-RCTActionSheet.a
[08:16:59]: ▸ Building library libReact-RCTActionSheet.a
[08:16:59]: ▸ Building Pods/React-RCTAnimation [Release]
[08:16:59]: ▸ Check Dependencies
[08:16:59]: ▸ Compiling RCTAdditionAnimatedNode.m
[08:16:59]: ▸ Compiling RCTAnimatedNode.m
[08:16:59]: ▸ Compiling RCTAnimationUtils.m
[08:16:59]: ▸ Compiling RCTDecayAnimation.m
[08:16:59]: ▸ Compiling RCTDiffClampAnimatedNode.m
[08:16:59]: ▸ Compiling RCTDivisionAnimatedNode.m
[08:17:00]: ▸ Compiling RCTEventAnimation.m
[08:17:00]: ▸ Compiling RCTFrameAnimation.m
[08:17:00]: ▸ Compiling RCTInterpolationAnimatedNode.m
[08:17:00]: ▸ Compiling RCTModuloAnimatedNode.m
[08:17:00]: ▸ Compiling RCTMultiplicationAnimatedNode.m
[08:17:00]: ▸ Compiling RCTNativeAnimatedModule.m
[08:17:00]: ▸ Compiling RCTNativeAnimatedNodesManager.m
[08:17:00]: ▸ Compiling RCTPropsAnimatedNode.m
[08:17:00]: ▸ Compiling RCTSpringAnimation.m
[08:17:00]: ▸ Compiling RCTStyleAnimatedNode.m
[08:17:00]: ▸ Compiling RCTSubtractionAnimatedNode.m
[08:17:00]: ▸ Compiling RCTTrackingAnimatedNode.m
[08:17:01]: ▸ Compiling RCTTransformAnimatedNode.m
[08:17:01]: ▸ Compiling RCTValueAnimatedNode.m
[08:17:01]: ▸ Compiling React-RCTAnimation-dummy.m
[08:17:01]: ▸ Compiling RCTAdditionAnimatedNode.m
[08:17:01]: ▸ Compiling RCTAnimatedNode.m
[08:17:01]: ▸ Compiling RCTAnimationUtils.m
[08:17:01]: ▸ Compiling RCTDecayAnimation.m
[08:17:01]: ▸ Compiling RCTDiffClampAnimatedNode.m
[08:17:01]: ▸ Compiling RCTDivisionAnimatedNode.m
[08:17:01]: ▸ Compiling RCTEventAnimation.m
[08:17:01]: ▸ Compiling RCTFrameAnimation.m
[08:17:01]: ▸ Compiling RCTInterpolationAnimatedNode.m
[08:17:02]: ▸ Compiling RCTModuloAnimatedNode.m
[08:17:02]: ▸ Compiling RCTMultiplicationAnimatedNode.m
[08:17:02]: ▸ Compiling RCTNativeAnimatedModule.m
[08:17:02]: ▸ Compiling RCTNativeAnimatedNodesManager.m
[08:17:02]: ▸ Compiling RCTPropsAnimatedNode.m
[08:17:02]: ▸ Compiling RCTSpringAnimation.m
[08:17:02]: ▸ Compiling RCTStyleAnimatedNode.m
[08:17:02]: ▸ Compiling RCTSubtractionAnimatedNode.m
[08:17:02]: ▸ Compiling RCTTrackingAnimatedNode.m
[08:17:02]: ▸ Compiling RCTTransformAnimatedNode.m
[08:17:02]: ▸ Compiling RCTValueAnimatedNode.m
[08:17:02]: ▸ Compiling React-RCTAnimation-dummy.m
[08:17:02]: ▸ Building library libReact-RCTAnimation.a
[08:17:03]: ▸ Building library libReact-RCTAnimation.a
[08:17:03]: ▸ Building Pods/React-RCTNetwork [Release]
[08:17:03]: ▸ Check Dependencies
[08:17:03]: ▸ Compiling RCTDataRequestHandler.m
[08:17:03]: ▸ Compiling RCTFileRequestHandler.m
[08:17:04]: ▸ Compiling RCTHTTPRequestHandler.mm
[08:17:05]: ▸ Compiling RCTNetInfo.m
[08:17:05]: ▸ Compiling RCTNetworking.mm
[08:17:06]: ▸ Compiling RCTNetworkTask.m
[08:17:06]: ▸ Compiling React-RCTNetwork-dummy.m
[08:17:06]: ▸ Compiling RCTDataRequestHandler.m
[08:17:06]: ▸ Compiling RCTFileRequestHandler.m
[08:17:06]: ▸ Compiling RCTHTTPRequestHandler.mm
[08:17:06]: ▸ Compiling RCTNetInfo.m
[08:17:06]: ▸ Compiling RCTNetworking.mm
[08:17:08]: ▸ Compiling RCTNetworkTask.m
[08:17:08]: ▸ Compiling React-RCTNetwork-dummy.m
[08:17:08]: ▸ Building library libReact-RCTNetwork.a
[08:17:08]: ▸ Building library libReact-RCTNetwork.a
[08:17:08]: ▸ Building Pods/React-RCTBlob [Release]
[08:17:08]: ▸ Check Dependencies
[08:17:08]: ▸ Compiling RCTBlobCollector.mm
[08:17:11]: ▸ Compiling RCTBlobManager.mm
[08:17:11]: ▸ Compiling RCTFileReaderModule.m
[08:17:11]: ▸ Compiling React-RCTBlob-dummy.m
[08:17:11]: ▸ Compiling RCTBlobCollector.mm
[08:17:11]: ▸ Compiling RCTBlobManager.mm
[08:17:11]: ▸ Compiling RCTFileReaderModule.m
[08:17:11]: ▸ Compiling React-RCTBlob-dummy.m
[08:17:11]: ▸ Building library libReact-RCTBlob.a
[08:17:11]: ▸ Building library libReact-RCTBlob.a
[08:17:11]: ▸ Building Pods/React-RCTImage [Release]
[08:17:11]: ▸ Check Dependencies
[08:17:11]: ▸ Compiling RCTGIFImageDecoder.m
[08:17:11]: ▸ Compiling RCTImageBlurUtils.m
[08:17:13]: ▸ Compiling RCTImageCache.m
[08:17:13]: ▸ Compiling RCTImageEditingManager.m
[08:17:13]: ▸ Compiling RCTImageLoader.m
[08:17:13]: ▸ Compiling RCTImageShadowView.m
[08:17:13]: ▸ Compiling RCTImageStoreManager.m
[08:17:13]: ▸ Compiling RCTImageUtils.m
[08:17:13]: ▸ Compiling RCTImageView.m
[08:17:13]: ▸ Compiling RCTImageViewManager.m
[08:17:13]: ▸ Compiling RCTLocalAssetImageLoader.m
[08:17:13]: ▸ Compiling RCTResizeMode.m
[08:17:13]: ▸ Compiling React-RCTImage-dummy.m
[08:17:13]: ▸ Compiling RCTGIFImageDecoder.m
[08:17:13]: ▸ Compiling RCTImageBlurUtils.m
[08:17:14]: ▸ Compiling RCTImageCache.m
[08:17:14]: ▸ Compiling RCTImageEditingManager.m
[08:17:14]: ▸ Compiling RCTImageLoader.m
[08:17:14]: ▸ Compiling RCTImageShadowView.m
[08:17:14]: ▸ Compiling RCTImageStoreManager.m
[08:17:14]: ▸ Compiling RCTImageUtils.m
[08:17:14]: ▸ Compiling RCTImageView.m
[08:17:14]: ▸ Compiling RCTImageViewManager.m
[08:17:14]: ▸ Compiling RCTLocalAssetImageLoader.m
[08:17:14]: ▸ Compiling RCTResizeMode.m
[08:17:14]: ▸ Compiling React-RCTImage-dummy.m
[08:17:14]: ▸ Building library libReact-RCTImage.a
[08:17:14]: ▸ Building library libReact-RCTImage.a
[08:17:14]: ▸ Building Pods/React-RCTLinking [Release]
[08:17:14]: ▸ Check Dependencies
[08:17:14]: ▸ Compiling RCTLinkingManager.m
[08:17:15]: ▸ Compiling React-RCTLinking-dummy.m
[08:17:15]: ▸ Compiling RCTLinkingManager.m
[08:17:15]: ▸ Compiling React-RCTLinking-dummy.m
[08:17:15]: ▸ Building library libReact-RCTLinking.a
[08:17:15]: ▸ Building library libReact-RCTLinking.a
[08:17:15]: ▸ Building Pods/React-RCTSettings [Release]
[08:17:15]: ▸ Check Dependencies
[08:17:15]: ▸ Compiling RCTSettingsManager.m
[08:17:15]: ▸ Compiling React-RCTSettings-dummy.m
[08:17:15]: ▸ Compiling RCTSettingsManager.m
[08:17:15]: ▸ Compiling React-RCTSettings-dummy.m
[08:17:15]: ▸ Building library libReact-RCTSettings.a
[08:17:15]: ▸ Building library libReact-RCTSettings.a
[08:17:15]: ▸ Building Pods/React-RCTText [Release]
[08:17:15]: ▸ Check Dependencies
[08:17:15]: ▸ Compiling NSTextStorage+FontScaling.m
[08:17:15]: ▸ Compiling RCTBackedTextInputDelegateAdapter.m
[08:17:16]: ▸ Compiling RCTBaseTextInputShadowView.m
[08:17:16]: ▸ Compiling RCTBaseTextInputView.m
[08:17:16]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.m:574:23: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:17:16]: ▸ keyboardType == UIKeyboardTypeASCIICapableNumberPad
[08:17:16]: ▸ ^
[08:17:16]: ▸ Compiling RCTBaseTextInputViewManager.m
[08:17:16]: ▸ Compiling RCTBaseTextShadowView.m
[08:17:16]: ▸ Compiling RCTBaseTextViewManager.m
[08:17:16]: ▸ Compiling RCTConvert+Text.m
[08:17:16]: ▸ Compiling RCTInputAccessoryShadowView.m
[08:17:16]: ▸ Compiling RCTInputAccessoryView.m
[08:17:16]: ▸ Compiling RCTInputAccessoryViewContent.m
[08:17:16]: ▸ Compiling RCTInputAccessoryViewManager.m
[08:17:16]: ▸ Compiling RCTMultilineTextInputView.m
[08:17:16]: ▸ Compiling RCTMultilineTextInputViewManager.m
[08:17:16]: ▸ Compiling RCTRawTextShadowView.m
[08:17:16]: ▸ Compiling RCTRawTextViewManager.m
[08:17:17]: ▸ Compiling RCTSinglelineTextInputView.m
[08:17:17]: ▸ Compiling RCTSinglelineTextInputViewManager.m
[08:17:17]: ▸ Compiling RCTTextAttributes.m
[08:17:17]: ▸ Compiling RCTTextRenderer.m
[08:17:17]: ▸ Compiling RCTTextSelection.m
[08:17:17]: ▸ Compiling RCTTextShadowView.m
[08:17:17]: ▸ Compiling RCTTextView.m
[08:17:17]: ▸ Compiling RCTTextViewManager.m
[08:17:17]: ▸ Compiling RCTUITextField.m
[08:17:17]: ▸ Compiling RCTUITextView.m
[08:17:18]: ▸ Compiling RCTVirtualTextShadowView.m
[08:17:18]: ▸ Compiling RCTVirtualTextViewManager.m
[08:17:18]: ▸ Compiling React-RCTText-dummy.m
[08:17:18]: ▸ Compiling NSTextStorage+FontScaling.m
[08:17:18]: ▸ Compiling RCTBackedTextInputDelegateAdapter.m
[08:17:18]: ▸ Compiling RCTBaseTextInputShadowView.m
[08:17:18]: ▸ Compiling RCTBaseTextInputView.m
[08:17:18]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.m:574:23: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:17:18]: ▸ keyboardType == UIKeyboardTypeASCIICapableNumberPad
[08:17:18]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:17:18]: ▸ Compiling RCTBaseTextInputViewManager.m
[08:17:18]: ▸ Compiling RCTBaseTextShadowView.m
[08:17:18]: ▸ Compiling RCTBaseTextViewManager.m
[08:17:18]: ▸ Compiling RCTConvert+Text.m
[08:17:18]: ▸ Compiling RCTInputAccessoryShadowView.m
[08:17:18]: ▸ Compiling RCTInputAccessoryView.m
[08:17:18]: ▸ Compiling RCTInputAccessoryViewContent.m
[08:17:18]: ▸ Compiling RCTInputAccessoryViewManager.m
[08:17:19]: ▸ Compiling RCTMultilineTextInputView.m
[08:17:19]: ▸ Compiling RCTMultilineTextInputViewManager.m
[08:17:19]: ▸ Compiling RCTRawTextShadowView.m
[08:17:19]: ▸ Compiling RCTRawTextViewManager.m
[08:17:19]: ▸ Compiling RCTSinglelineTextInputView.m
[08:17:19]: ▸ Compiling RCTSinglelineTextInputViewManager.m
[08:17:19]: ▸ Compiling RCTTextAttributes.m
[08:17:19]: ▸ Compiling RCTTextRenderer.m
[08:17:19]: ▸ Compiling RCTTextSelection.m
[08:17:19]: ▸ Compiling RCTTextShadowView.m
[08:17:19]: ▸ Compiling RCTTextView.m
[08:17:19]: ▸ Compiling RCTTextViewManager.m
[08:17:19]: ▸ Compiling RCTUITextField.m
[08:17:19]: ▸ Compiling RCTUITextView.m
[08:17:20]: ▸ Compiling RCTVirtualTextShadowView.m
[08:17:20]: ▸ Compiling RCTVirtualTextViewManager.m
[08:17:20]: ▸ Compiling React-RCTText-dummy.m
[08:17:20]: ▸ Building library libReact-RCTText.a
[08:17:20]: ▸ Building library libReact-RCTText.a
[08:17:20]: ▸ Building Pods/React-RCTVibration [Release]
[08:17:20]: ▸ Check Dependencies
[08:17:20]: ▸ Compiling RCTVibration.m
[08:17:21]: ▸ Compiling React-RCTVibration-dummy.m
[08:17:21]: ▸ Compiling RCTVibration.m
[08:17:21]: ▸ Compiling React-RCTVibration-dummy.m
[08:17:21]: ▸ Building library libReact-RCTVibration.a
[08:17:21]: ▸ Building library libReact-RCTVibration.a
[08:17:21]: ▸ Aggregate Pods/React [Release]
[08:17:21]: ▸ Check Dependencies
[08:17:21]: ▸ Building Pods/BugsnagReactNative [Release]
[08:17:21]: ▸ Check Dependencies
[08:17:21]: ▸ Compiling BSG_KSBacktrace.c
[08:17:21]: ▸ Compiling BSG_KSCrash.m
[08:17:23]: ▸ Compiling BSG_KSCrashC.c
[08:17:23]: ▸ Compiling BSG_KSCrashCallCompletion.m
[08:17:25]: ▸ Compiling BSG_KSCrashDoctor.m
[08:17:25]: ▸ Compiling BSG_KSCrashIdentifier.m
[08:17:25]: ▸ Compiling BSG_KSCrashReport.c
[08:17:25]: ▸ Compiling BSG_KSCrashReportStore.m
[08:17:25]: ▸ Compiling BSG_KSCrashSentry.c
[08:17:25]: ▸ Compiling BSG_KSCrashSentry_CPPException.mm
[08:17:25]: ▸ Compiling BSG_KSCrashSentry_MachException.c
[08:17:25]: ▸ Compiling BSG_KSCrashSentry_NSException.m
[08:17:25]: ▸ Compiling BSG_KSCrashSentry_Signal.c
[08:17:25]: ▸ Compiling BSG_KSCrashSentry_User.c
[08:17:25]: ▸ Compiling BSG_KSCrashState.m
[08:17:25]: ▸ Compiling BSG_KSCrashType.c
[08:17:25]: ▸ Compiling BSG_KSDynamicLinker.c
[08:17:25]: ▸ Compiling BSG_KSFileUtils.c
[08:17:25]: ▸ Compiling BSG_KSJSONCodec.c
[08:17:25]: ▸ Compiling BSG_KSJSONCodecObjC.m
[08:17:25]: ▸ Compiling BSG_KSLogger.m
[08:17:25]: ▸ Compiling BSG_KSMach.c
[08:17:25]: ▸ Compiling BSG_KSMach_Arm.c
[08:17:25]: ▸ Compiling BSG_KSMach_Arm64.c
[08:17:25]: ▸ Compiling BSG_KSMach_x86_32.c
[08:17:25]: ▸ Compiling BSG_KSMach_x86_64.c
[08:17:25]: ▸ Compiling BSG_KSObjC.c
[08:17:25]: ▸ Compiling BSG_KSSignalInfo.c
[08:17:25]: ▸ Compiling BSG_KSString.c
[08:17:25]: ▸ Compiling BSG_KSSysCtl.c
[08:17:25]: ▸ Compiling BSG_KSSystemInfo.m
[08:17:26]: ▸ Compiling BSG_RFC3339DateTool.m
[08:17:26]: ▸ Compiling BSGConnectivity.m
[08:17:26]: ▸ Compiling BSGOutOfMemoryWatchdog.m
[08:17:26]: ▸ Compiling BSGSerialization.m
[08:17:26]: ▸ Compiling Bugsnag.m
[08:17:26]: ▸ Compiling BugsnagApiClient.m
[08:17:26]: ▸ Compiling BugsnagBreadcrumb.m
[08:17:26]: ▸ Compiling BugsnagCollections.m
[08:17:26]: ▸ Compiling BugsnagConfiguration.m
[08:17:26]: ▸ Compiling BugsnagCrashReport.m
[08:17:27]: ▸ Compiling BugsnagCrashSentry.m
[08:17:27]: ▸ Compiling BugsnagErrorReportApiClient.m
[08:17:27]: ▸ Compiling BugsnagFileStore.m
[08:17:27]: ▸ Compiling BugsnagHandledState.m
[08:17:27]: ▸ Compiling BugsnagKSCrashSysInfoParser.m
[08:17:27]: ▸ Compiling BugsnagMetaData.m
[08:17:27]: ▸ Compiling BugsnagNotifier.m
[08:17:27]: ▸ Compiling BugsnagReactNative-dummy.m
[08:17:27]: ▸ Compiling BugsnagReactNative.m
[08:17:27]: ▸ Compiling BugsnagSession.m
[08:17:27]: ▸ Compiling BugsnagSessionFileStore.m
[08:17:27]: ▸ Compiling BugsnagSessionTracker.m
[08:17:27]: ▸ Compiling BugsnagSessionTrackingApiClient.m
[08:17:27]: ▸ Compiling BugsnagSessionTrackingPayload.m
[08:17:28]: ▸ Compiling BugsnagSink.m
[08:17:28]: ▸ Compiling BugsnagUser.m
[08:17:28]: ▸ Compiling NSError+BSG_SimpleConstructor.m
[08:17:28]: ▸ Compiling BSG_KSBacktrace.c
[08:17:28]: ▸ Compiling BSG_KSCrash.m
[08:17:31]: ▸ Compiling BSG_KSCrashC.c
[08:17:31]: ▸ Compiling BSG_KSCrashCallCompletion.m
[08:17:32]: ▸ Compiling BSG_KSCrashDoctor.m
[08:17:33]: ▸ Compiling BSG_KSCrashIdentifier.m
[08:17:33]: ▸ Compiling BSG_KSCrashReport.c
[08:17:33]: ▸ Compiling BSG_KSCrashReportStore.m
[08:17:33]: ▸ Compiling BSG_KSCrashSentry.c
[08:17:33]: ▸ Compiling BSG_KSCrashSentry_CPPException.mm
[08:17:33]: ▸ Compiling BSG_KSCrashSentry_MachException.c
[08:17:33]: ▸ Compiling BSG_KSCrashSentry_NSException.m
[08:17:33]: ▸ Compiling BSG_KSCrashSentry_Signal.c
[08:17:33]: ▸ Compiling BSG_KSCrashSentry_User.c
[08:17:33]: ▸ Compiling BSG_KSCrashState.m
[08:17:33]: ▸ Compiling BSG_KSCrashType.c
[08:17:33]: ▸ Compiling BSG_KSDynamicLinker.c
[08:17:33]: ▸ Compiling BSG_KSFileUtils.c
[08:17:33]: ▸ Compiling BSG_KSJSONCodec.c
[08:17:33]: ▸ Compiling BSG_KSJSONCodecObjC.m
[08:17:33]: ▸ Compiling BSG_KSLogger.m
[08:17:33]: ▸ Compiling BSG_KSMach.c
[08:17:33]: ▸ Compiling BSG_KSMach_Arm.c
[08:17:33]: ▸ Compiling BSG_KSMach_Arm64.c
[08:17:33]: ▸ Compiling BSG_KSMach_x86_32.c
[08:17:33]: ▸ Compiling BSG_KSMach_x86_64.c
[08:17:33]: ▸ Compiling BSG_KSObjC.c
[08:17:33]: ▸ Compiling BSG_KSSignalInfo.c
[08:17:33]: ▸ Compiling BSG_KSString.c
[08:17:33]: ▸ Compiling BSG_KSSysCtl.c
[08:17:33]: ▸ Compiling BSG_KSSystemInfo.m
[08:17:33]: ▸ Compiling BSG_RFC3339DateTool.m
[08:17:33]: ▸ Compiling BSGConnectivity.m
[08:17:33]: ▸ Compiling BSGOutOfMemoryWatchdog.m
[08:17:33]: ▸ Compiling BSGSerialization.m
[08:17:33]: ▸ Compiling Bugsnag.m
[08:17:34]: ▸ Compiling BugsnagApiClient.m
[08:17:34]: ▸ Compiling BugsnagBreadcrumb.m
[08:17:34]: ▸ Compiling BugsnagCollections.m
[08:17:34]: ▸ Compiling BugsnagConfiguration.m
[08:17:34]: ▸ Compiling BugsnagCrashReport.m
[08:17:34]: ▸ Compiling BugsnagCrashSentry.m
[08:17:34]: ▸ Compiling BugsnagErrorReportApiClient.m
[08:17:34]: ▸ Compiling BugsnagFileStore.m
[08:17:34]: ▸ Compiling BugsnagHandledState.m
[08:17:34]: ▸ Compiling BugsnagKSCrashSysInfoParser.m
[08:17:34]: ▸ Compiling BugsnagMetaData.m
[08:17:35]: ▸ Compiling BugsnagNotifier.m
[08:17:35]: ▸ Compiling BugsnagReactNative-dummy.m
[08:17:35]: ▸ Compiling BugsnagReactNative.m
[08:17:35]: ▸ Compiling BugsnagSession.m
[08:17:35]: ▸ Compiling BugsnagSessionFileStore.m
[08:17:35]: ▸ Compiling BugsnagSessionTracker.m
[08:17:35]: ▸ Compiling BugsnagSessionTrackingApiClient.m
[08:17:35]: ▸ Compiling BugsnagSessionTrackingPayload.m
[08:17:35]: ▸ Compiling BugsnagSink.m
[08:17:35]: ▸ Compiling BugsnagUser.m
[08:17:35]: ▸ Compiling NSError+BSG_SimpleConstructor.m
[08:17:35]: ▸ Building library libBugsnagReactNative.a
[08:17:35]: ▸ Building library libBugsnagReactNative.a
[08:17:36]: ▸ Aggregate Pods/Fabric [Release]
[08:17:36]: ▸ Check Dependencies
[08:17:36]: ▸ Aggregate Pods/Crashlytics [Release]
[08:17:36]: ▸ Check Dependencies
[08:17:36]: ▸ Building Pods/GoogleUtilities [Release]
[08:17:36]: ▸ Check Dependencies
[08:17:36]: ▸ Compiling GoogleUtilities-dummy.m
[08:17:36]: ▸ Compiling GULAppDelegateSwizzler.m
[08:17:36]: ▸ Compiling GULAppEnvironmentUtil.m
[08:17:36]: ▸ Compiling GULLogger.m
[08:17:36]: ▸ Compiling GULMutableDictionary.m
[08:17:36]: ▸ Compiling GULNetwork.m
[08:17:36]: ▸ Compiling GULNetworkConstants.m
[08:17:36]: ▸ Compiling GULNetworkURLSession.m
[08:17:37]: ▸ Compiling GULNSData+zlib.m
[08:17:37]: ▸ Compiling GULReachabilityChecker.m
[08:17:37]: ▸ Compiling GULSwizzler.m
[08:17:37]: ▸ Compiling GULUserDefaults.m
[08:17:37]: ▸ Compiling GoogleUtilities-dummy.m
[08:17:37]: ▸ Compiling GULAppDelegateSwizzler.m
[08:17:37]: ▸ Compiling GULAppEnvironmentUtil.m
[08:17:37]: ▸ Compiling GULLogger.m
[08:17:37]: ▸ Compiling GULMutableDictionary.m
[08:17:37]: ▸ Compiling GULNetwork.m
[08:17:37]: ▸ Compiling GULNetworkConstants.m
[08:17:37]: ▸ Compiling GULNetworkURLSession.m
[08:17:38]: ▸ Compiling GULNSData+zlib.m
[08:17:38]: ▸ Compiling GULReachabilityChecker.m
[08:17:38]: ▸ Compiling GULSwizzler.m
[08:17:38]: ▸ Compiling GULUserDefaults.m
[08:17:38]: ▸ Building library libGoogleUtilities.a
[08:17:38]: ▸ Building library libGoogleUtilities.a
[08:17:38]: ▸ Building Pods/FirebaseCore [Release]
[08:17:38]: ▸ Check Dependencies
[08:17:38]: ▸ Compiling FIRAnalyticsConfiguration.m
[08:17:39]: ▸ Compiling FIRAppAssociationRegistration.m
[08:17:40]: ▸ Compiling FIRApp.m
[08:17:40]: ▸ Compiling FIRBundleUtil.m
[08:17:40]: ▸ Compiling FIRComponent.m
[08:17:40]: ▸ Compiling FIRComponentContainer.m
[08:17:40]: ▸ Compiling FIRComponentType.m
[08:17:40]: ▸ Compiling FIRConfiguration.m
[08:17:40]: ▸ Compiling FIRDependency.m
[08:17:40]: ▸ Compiling FirebaseCore-dummy.m
[08:17:40]: ▸ Compiling FIRErrors.m
[08:17:40]: ▸ Compiling FIRLogger.m
[08:17:40]: ▸ Compiling FIROptions.m
[08:17:40]: ▸ Compiling FIRVersion.m
[08:17:40]: ▸ Compiling FIRAnalyticsConfiguration.m
[08:17:41]: ▸ Compiling FIRApp.m
[08:17:42]: ▸ Compiling FIRAppAssociationRegistration.m
[08:17:42]: ▸ Compiling FIRBundleUtil.m
[08:17:42]: ▸ Compiling FIRComponent.m
[08:17:42]: ▸ Compiling FIRComponentContainer.m
[08:17:42]: ▸ Compiling FIRComponentType.m
[08:17:42]: ▸ Compiling FIRConfiguration.m
[08:17:42]: ▸ Compiling FIRDependency.m
[08:17:42]: ▸ Compiling FirebaseCore-dummy.m
[08:17:42]: ▸ Compiling FIRErrors.m
[08:17:42]: ▸ Compiling FIRLogger.m
[08:17:42]: ▸ Compiling FIROptions.m
[08:17:42]: ▸ Compiling FIRVersion.m
[08:17:42]: ▸ Building library libFirebaseCore.a
[08:17:42]: ▸ Building library libFirebaseCore.a
[08:17:42]: ▸ Building Pods/FirebaseInstanceID [Release]
[08:17:42]: ▸ Check Dependencies
[08:17:42]: ▸ Compiling FirebaseInstanceID-dummy.m
[08:17:45]: ▸ Compiling FIRInstanceID+Private.m
[08:17:45]: ▸ Compiling FIRInstanceID.m
[08:17:45]: ▸ Compiling FIRInstanceIDAPNSInfo.m
[08:17:45]: ▸ Compiling FIRInstanceIDAuthKeyChain.m
[08:17:45]: ▸ Compiling FIRInstanceIDAuthService.m
[08:17:45]: ▸ Compiling FIRInstanceIDBackupExcludedPlist.m
[08:17:45]: ▸ Compiling FIRInstanceIDCheckinPreferences+Internal.m
[08:17:45]: ▸ Compiling FIRInstanceIDCheckinPreferences.m
[08:17:45]: ▸ Compiling FIRInstanceIDCheckinService.m
[08:17:45]: ▸ Compiling FIRInstanceIDCheckinStore.m
[08:17:45]: ▸ Compiling FIRInstanceIDCombinedHandler.m
[08:17:45]: ▸ Compiling FIRInstanceIDConstants.m
[08:17:45]: ▸ Compiling FIRInstanceIDKeychain.m
[08:17:45]: ▸ Compiling FIRInstanceIDKeyPair.m
[08:17:45]: ▸ Compiling FIRInstanceIDKeyPairStore.m
[08:17:45]: ▸ Compiling FIRInstanceIDKeyPairUtilities.m
[08:17:45]: ▸ Compiling FIRInstanceIDLogger.m
[08:17:45]: ▸ Compiling FIRInstanceIDStore.m
[08:17:45]: ▸ Compiling FIRInstanceIDStringEncoding.m
[08:17:45]: ▸ Compiling FIRInstanceIDTokenDeleteOperation.m
[08:17:46]: ▸ Compiling FIRInstanceIDTokenFetchOperation.m
[08:17:46]: ▸ Compiling FIRInstanceIDTokenInfo.m
[08:17:46]: ▸ Compiling FIRInstanceIDTokenManager.m
[08:17:46]: ▸ Compiling FIRInstanceIDTokenOperation.m
[08:17:46]: ▸ Compiling FIRInstanceIDTokenStore.m
[08:17:46]: ▸ Compiling FIRInstanceIDURLQueryItem.m
[08:17:46]: ▸ Compiling FIRInstanceIDUtilities.m
[08:17:47]: ▸ Compiling FIRInstanceIDVersionUtilities.m
[08:17:47]: ▸ Compiling NSError+FIRInstanceID.m
[08:17:47]: ▸ Compiling FirebaseInstanceID-dummy.m
[08:17:47]: ▸ Compiling FIRInstanceID+Private.m
[08:17:47]: ▸ Compiling FIRInstanceID.m
[08:17:48]: ▸ Compiling FIRInstanceIDAPNSInfo.m
[08:17:48]: ▸ Compiling FIRInstanceIDAuthKeyChain.m
[08:17:48]: ▸ Compiling FIRInstanceIDAuthService.m
[08:17:48]: ▸ Compiling FIRInstanceIDBackupExcludedPlist.m
[08:17:48]: ▸ Compiling FIRInstanceIDCheckinPreferences+Internal.m
[08:17:48]: ▸ Compiling FIRInstanceIDCheckinPreferences.m
[08:17:48]: ▸ Compiling FIRInstanceIDCheckinService.m
[08:17:48]: ▸ Compiling FIRInstanceIDCheckinStore.m
[08:17:48]: ▸ Compiling FIRInstanceIDCombinedHandler.m
[08:17:48]: ▸ Compiling FIRInstanceIDConstants.m
[08:17:48]: ▸ Compiling FIRInstanceIDKeychain.m
[08:17:48]: ▸ Compiling FIRInstanceIDKeyPair.m
[08:17:48]: ▸ Compiling FIRInstanceIDKeyPairStore.m
[08:17:48]: ▸ Compiling FIRInstanceIDKeyPairUtilities.m
[08:17:48]: ▸ Compiling FIRInstanceIDLogger.m
[08:17:48]: ▸ Compiling FIRInstanceIDStore.m
[08:17:48]: ▸ Compiling FIRInstanceIDStringEncoding.m
[08:17:48]: ▸ Compiling FIRInstanceIDTokenDeleteOperation.m
[08:17:48]: ▸ Compiling FIRInstanceIDTokenFetchOperation.m
[08:17:49]: ▸ Compiling FIRInstanceIDTokenInfo.m
[08:17:49]: ▸ Compiling FIRInstanceIDTokenManager.m
[08:17:49]: ▸ Compiling FIRInstanceIDTokenOperation.m
[08:17:49]: ▸ Compiling FIRInstanceIDTokenStore.m
[08:17:49]: ▸ Compiling FIRInstanceIDURLQueryItem.m
[08:17:49]: ▸ Compiling FIRInstanceIDUtilities.m
[08:17:50]: ▸ Compiling FIRInstanceIDVersionUtilities.m
[08:17:50]: ▸ Compiling NSError+FIRInstanceID.m
[08:17:50]: ▸ Building library libFirebaseInstanceID.a
[08:17:50]: ▸ Building library libFirebaseInstanceID.a
[08:17:50]: ▸ Building Pods/nanopb [Release]
[08:17:50]: ▸ Check Dependencies
[08:17:51]: ▸ Compiling nanopb-dummy.m
[08:17:53]: ▸ Compiling pb_common.c
[08:17:53]: ▸ Compiling pb_decode.c
[08:17:53]: ▸ Compiling pb_encode.c
[08:17:53]: ▸ Compiling nanopb-dummy.m
[08:17:54]: ▸ Compiling pb_common.c
[08:17:54]: ▸ Compiling pb_decode.c
[08:17:54]: ▸ Compiling pb_encode.c
[08:17:54]: ▸ Building library libnanopb.a
[08:17:54]: ▸ Building library libnanopb.a
[08:17:54]: ▸ Aggregate Pods/GoogleAppMeasurement [Release]
[08:17:54]: ▸ Check Dependencies
[08:17:54]: ▸ Aggregate Pods/FirebaseAnalytics [Release]
[08:17:54]: ▸ Check Dependencies
[08:17:54]: ▸ Aggregate Pods/FirebaseAnalyticsInterop [Release]
[08:17:54]: ▸ Check Dependencies
[08:17:54]: ▸ Building Pods/Protobuf [Release]
[08:17:54]: ▸ Check Dependencies
[08:17:54]: ▸ Compiling Any.pbobjc.m
[08:17:58]: ▸ Compiling Api.pbobjc.m
[08:17:58]: ▸ Compiling Duration.pbobjc.m
[08:17:58]: ▸ Compiling Empty.pbobjc.m
[08:17:58]: ▸ Compiling FieldMask.pbobjc.m
[08:17:58]: ▸ Compiling GPBArray.m
[08:17:58]: ▸ Compiling GPBCodedInputStream.m
[08:17:58]: ▸ Compiling GPBCodedOutputStream.m
[08:17:59]: ▸ Compiling GPBDescriptor.m
[08:17:59]: ▸ Compiling GPBDictionary.m
[08:18:03]: ▸ Compiling GPBExtensionInternals.m
[08:18:03]: ▸ Compiling GPBExtensionRegistry.m
[08:18:03]: ▸ Compiling GPBMessage.m
[08:18:03]: ▸ Compiling GPBRootObject.m
[08:18:03]: ▸ Compiling GPBUnknownField.m
[08:18:03]: ▸ Compiling GPBUnknownFieldSet.m
[08:18:03]: ▸ Compiling GPBUtilities.m
[08:18:03]: ▸ Compiling GPBWellKnownTypes.m
[08:18:03]: ▸ Compiling GPBWireFormat.m
[08:18:03]: ▸ Compiling Protobuf-dummy.m
[08:18:03]: ▸ Compiling SourceContext.pbobjc.m
[08:18:03]: ▸ Compiling Struct.pbobjc.m
[08:18:03]: ▸ Compiling Timestamp.pbobjc.m
[08:18:03]: ▸ Compiling Type.pbobjc.m
[08:18:03]: ▸ Compiling Wrappers.pbobjc.m
[08:18:03]: ▸ Compiling Any.pbobjc.m
[08:18:03]: ▸ Compiling Api.pbobjc.m
[08:18:05]: ▸ Compiling Duration.pbobjc.m
[08:18:05]: ▸ Compiling Empty.pbobjc.m
[08:18:05]: ▸ Compiling FieldMask.pbobjc.m
[08:18:05]: ▸ Compiling GPBArray.m
[08:18:05]: ▸ Compiling GPBCodedInputStream.m
[08:18:05]: ▸ Compiling GPBCodedOutputStream.m
[08:18:05]: ▸ Compiling GPBDescriptor.m
[08:18:05]: ▸ Compiling GPBDictionary.m
[08:18:08]: ▸ Compiling GPBExtensionInternals.m
[08:18:08]: ▸ Compiling GPBExtensionRegistry.m
[08:18:08]: ▸ Compiling GPBMessage.m
[08:18:08]: ▸ Compiling GPBRootObject.m
[08:18:08]: ▸ Compiling GPBUnknownField.m
[08:18:08]: ▸ Compiling GPBUnknownFieldSet.m
[08:18:08]: ▸ Compiling GPBUtilities.m
[08:18:08]: ▸ Compiling GPBWellKnownTypes.m
[08:18:08]: ▸ Compiling GPBWireFormat.m
[08:18:08]: ▸ Compiling Protobuf-dummy.m
[08:18:08]: ▸ Compiling SourceContext.pbobjc.m
[08:18:08]: ▸ Compiling Struct.pbobjc.m
[08:18:08]: ▸ Compiling Timestamp.pbobjc.m
[08:18:08]: ▸ Compiling Type.pbobjc.m
[08:18:08]: ▸ Compiling Wrappers.pbobjc.m
[08:18:08]: ▸ Building library libProtobuf.a
[08:18:08]: ▸ Building library libProtobuf.a
[08:18:09]: ▸ Building Pods/FirebaseMessaging [Release]
[08:18:09]: ▸ Check Dependencies
[08:18:09]: ▸ Compiling FirebaseMessaging-dummy.m
[08:18:11]: ▸ Compiling FIRMessaging.m
[08:18:15]: ▸ Compiling FIRMessagingAnalytics.m
[08:18:15]: ▸ Compiling FIRMessagingClient.m
[08:18:15]: ▸ Compiling FIRMessagingCodedInputStream.m
[08:18:15]: ▸ Compiling FIRMessagingConnection.m
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ Compiling FIRMessagingConstants.m
[08:18:15]: ▸ Compiling FIRMessagingContextManagerService.m
[08:18:15]: ▸ Compiling FIRMessagingDataMessageManager.m
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ Compiling FIRMessagingDelayedMessageQueue.m
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ Compiling FIRMessagingExtensionHelper.m
[08:18:15]: ▸ Compiling FIRMessagingLogger.m
[08:18:15]: ▸ Compiling FIRMessagingPacketQueue.m
[08:18:15]: ▸ Compiling FIRMessagingPendingTopicsList.m
[08:18:15]: ▸ Compiling FIRMessagingPersistentSyncMessage.m
[08:18:15]: ▸ Compiling FIRMessagingPubSub.m
[08:18:15]: ▸ Compiling FIRMessagingPubSubRegistrar.m
[08:18:15]: ▸ Compiling FIRMessagingReceiver.m
[08:18:15]: ▸ Compiling FIRMessagingRemoteNotificationsProxy.m
[08:18:15]: ▸ Compiling FIRMessagingRmq2PersistentStore.m
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ Compiling FIRMessagingRmqManager.m
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ Compiling FIRMessagingSecureSocket.m
[08:18:15]: ▸ Compiling FIRMessagingSyncMessageManager.m
[08:18:15]: ▸ Compiling FIRMessagingTopicOperation.m
[08:18:15]: ▸ Compiling FIRMessagingUtilities.m
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: �� ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:15]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:15]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:15]: ▸ Compiling FIRMessagingVersionUtilities.m
[08:18:15]: ▸ Compiling GtalkCore.pbobjc.m
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ Compiling GtalkExtensions.pbobjc.m
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:16]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:16]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:16]: ▸ Compiling NSDictionary+FIRMessaging.m
[08:18:16]: ▸ Compiling NSError+FIRMessaging.m
[08:18:16]: ▸ Compiling FirebaseMessaging-dummy.m
[08:18:16]: ▸ Compiling FIRMessaging.m
[08:18:19]: ▸ Compiling FIRMessagingAnalytics.m
[08:18:19]: ▸ Compiling FIRMessagingClient.m
[08:18:19]: ▸ Compiling FIRMessagingCodedInputStream.m
[08:18:19]: ▸ Compiling FIRMessagingConnection.m
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ Compiling FIRMessagingConstants.m
[08:18:19]: ▸ Compiling FIRMessagingContextManagerService.m
[08:18:19]: ▸ Compiling FIRMessagingDataMessageManager.m
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠�� /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ Compiling FIRMessagingDelayedMessageQueue.m
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:19]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:19]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:19]: ▸ Compiling FIRMessagingExtensionHelper.m
[08:18:19]: ▸ Compiling FIRMessagingLogger.m
[08:18:19]: ▸ Compiling FIRMessagingPacketQueue.m
[08:18:19]: ▸ Compiling FIRMessagingPendingTopicsList.m
[08:18:19]: ▸ Compiling FIRMessagingPersistentSyncMessage.m
[08:18:19]: ▸ Compiling FIRMessagingPubSub.m
[08:18:19]: ▸ Compiling FIRMessagingPubSubRegistrar.m
[08:18:19]: ▸ Compiling FIRMessagingReceiver.m
[08:18:19]: ▸ Compiling FIRMessagingRemoteNotificationsProxy.m
[08:18:20]: ▸ Compiling FIRMessagingRmq2PersistentStore.m
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ Compiling FIRMessagingRmqManager.m
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ��� #import <Protobuf/Empty.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ Compiling FIRMessagingSecureSocket.m
[08:18:20]: ▸ Compiling FIRMessagingSyncMessageManager.m
[08:18:20]: ▸ Compiling FIRMessagingTopicOperation.m
[08:18:20]: ▸ Compiling FIRMessagingUtilities.m
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:20]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:20]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:20]: ▸ Compiling FIRMessagingVersionUtilities.m
[08:18:20]: ▸ Compiling GtalkCore.pbobjc.m
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ Compiling GtalkExtensions.pbobjc.m
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Any.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Api.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Duration.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Empty.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/FieldMask.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/SourceContext.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Struct.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Timestamp.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Type.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ ⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
[08:18:22]: ▸ #import <Protobuf/Wrappers.pbobjc.h>
[08:18:22]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~
[08:18:22]: ▸ Compiling NSDictionary+FIRMessaging.m
[08:18:22]: ▸ Compiling NSError+FIRMessaging.m
[08:18:22]: ▸ Building library libFirebaseMessaging.a
[08:18:23]: ▸ Building library libFirebaseMessaging.a
[08:18:23]: ▸ Aggregate Pods/Firebase [Release]
[08:18:23]: ▸ Check Dependencies
[08:18:23]: ▸ Building Pods/RNCAsyncStorage [Release]
[08:18:23]: ▸ Check Dependencies
[08:18:23]: ▸ Compiling RNCAsyncStorage-dummy.m
[08:18:23]: ▸ Compiling RNCAsyncStorage.m
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:56: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:70: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^
[08:18:23]: ▸ Compiling RNCAsyncStorage-dummy.m
[08:18:23]: ▸ Compiling RNCAsyncStorage.m
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:56: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^
[08:18:23]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:70: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:23]: ▸ - (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
[08:18:23]: ▸ ^
[08:18:23]: ▸ Building library libRNCAsyncStorage.a
[08:18:23]: ▸ Building library libRNCAsyncStorage.a
[08:18:24]: ▸ Building Pods/RNDeviceInfo [Release]
[08:18:24]: ▸ Check Dependencies
[08:18:24]: ▸ Compiling DeviceUID.m
[08:18:24]: ▸ Compiling RNDeviceInfo-dummy.m
[08:18:24]: ▸ Compiling RNDeviceInfo.m
[08:18:24]: ▸ Compiling DeviceUID.m
[08:18:24]: ▸ Compiling RNDeviceInfo-dummy.m
[08:18:24]: ▸ Compiling RNDeviceInfo.m
[08:18:24]: ▸ Building library libRNDeviceInfo.a
[08:18:24]: ▸ Building library libRNDeviceInfo.a
[08:18:25]: ▸ Building Pods/RNFirebase [Release]
[08:18:25]: ▸ Check Dependencies
[08:18:25]: ▸ Compiling BannerComponent.m
[08:18:25]: ▸ Compiling NativeExpressComponent.m
[08:18:25]: ▸ Compiling RCTConvert+UIBackgroundFetchResult.m
[08:18:25]: ▸ Compiling RNFirebase-dummy.m
[08:18:25]: ▸ Compiling RNFirebase.m
[08:18:25]: ▸ Compiling RNFirebaseAdMob.m
[08:18:25]: ▸ Compiling RNFirebaseAdMobBannerManager.m
[08:18:25]: ▸ Compiling RNFirebaseAdMobInterstitial.m
[08:18:25]: ▸ Compiling RNFirebaseAdMobNativeExpressManager.m
[08:18:25]: ▸ Compiling RNFirebaseAdMobRewardedVideo.m
[08:18:25]: ▸ Compiling RNFirebaseAnalytics.m
[08:18:25]: ▸ Compiling RNFirebaseAuth.m
[08:18:26]: ▸ Compiling RNFirebaseCrashlytics.m
[08:18:26]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/fabric/crashlytics/RNFirebaseCrashlytics.m:62:38: incompatible pointer to integer conversion sending 'BOOL *' (aka 'signed char *') to parameter of type 'BOOL' (aka 'signed char'); dereference with * [-Wint-conversion]
[08:18:26]: ▸ [CrashlyticsKit setBoolValue:boolValue forKey:key];
[08:18:26]: ▸ ^
[08:18:26]: ▸ Compiling RNFirebaseDatabase.m
[08:18:26]: ▸ Compiling RNFirebaseDatabaseReference.m
[08:18:26]: ▸ Compiling RNFirebaseFirestore.m
[08:18:26]: ▸ Compiling RNFirebaseFirestoreCollectionReference.m
[08:18:26]: ▸ Compiling RNFirebaseFirestoreDocumentReference.m
[08:18:26]: ▸ Compiling RNFirebaseFunctions.m
[08:18:26]: ▸ Compiling RNFirebaseInstanceId.m
[08:18:26]: ▸ Compiling RNFirebaseLinks.m
[08:18:26]: ▸ Compiling RNFirebaseMessaging.m
[08:18:26]: ▸ Compiling RNFirebaseNotifications.m
[08:18:27]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/notifications/RNFirebaseNotifications.m:464:41: incompatible pointer to integer conversion assigning to 'BOOL' (aka 'signed char') from 'id _Nullable' [-Wint-conversion]
[08:18:27]: ▸ localNotification.hasAction = ios[@"hasAction"];
[08:18:27]: ▸ ^
[08:18:27]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/notifications/RNFirebaseNotifications.m:592:134: incompatible pointer to integer conversion sending 'NSString *__strong' to parameter of type 'BOOL' (aka 'signed char') [-Wint-conversion]
[08:18:27]: ▸ UNCalendarNotificationTrigger *trigger = [UNCalendarNotificationTrigger triggerWithDateMatchingComponents:components repeats:interval];
[08:18:27]: ▸ ^ ~~~~~~~~~~~~~~~~~
[08:18:27]: ▸ Compiling RNFirebasePerformance.m
[08:18:27]: ▸ Compiling RNFirebaseRemoteConfig.m
[08:18:27]: ▸ Compiling RNFirebaseStorage.m
[08:18:27]: ▸ Compiling RNFirebaseUtil.m
[08:18:27]: ▸ Compiling BannerComponent.m
[08:18:27]: ▸ Compiling NativeExpressComponent.m
[08:18:27]: ▸ Compiling RCTConvert+UIBackgroundFetchResult.m
[08:18:27]: ▸ Compiling RNFirebase-dummy.m
[08:18:27]: ▸ Compiling RNFirebase.m
[08:18:27]: ▸ Compiling RNFirebaseAdMob.m
[08:18:27]: ▸ Compiling RNFirebaseAdMobBannerManager.m
[08:18:27]: ▸ Compiling RNFirebaseAdMobInterstitial.m
[08:18:27]: ▸ Compiling RNFirebaseAdMobNativeExpressManager.m
[08:18:27]: ▸ Compiling RNFirebaseAdMobRewardedVideo.m
[08:18:27]: ▸ Compiling RNFirebaseAnalytics.m
[08:18:27]: ▸ Compiling RNFirebaseAuth.m
[08:18:27]: ▸ Compiling RNFirebaseCrashlytics.m
[08:18:27]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/fabric/crashlytics/RNFirebaseCrashlytics.m:70:37: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
[08:18:27]: ▸ [CrashlyticsKit setIntValue:[intValue integerValue] forKey:key];
[08:18:27]: ▸ ^
[08:18:27]: ▸ Compiling RNFirebaseDatabase.m
[08:18:27]: ▸ Compiling RNFirebaseDatabaseReference.m
[08:18:27]: ▸ Compiling RNFirebaseFirestore.m
[08:18:28]: ▸ Compiling RNFirebaseFirestoreCollectionReference.m
[08:18:28]: ▸ Compiling RNFirebaseFirestoreDocumentReference.m
[08:18:28]: ▸ Compiling RNFirebaseFunctions.m
[08:18:28]: ▸ Compiling RNFirebaseInstanceId.m
[08:18:28]: ▸ Compiling RNFirebaseLinks.m
[08:18:28]: ▸ Compiling RNFirebaseMessaging.m
[08:18:28]: ▸ Compiling RNFirebaseNotifications.m
[08:18:28]: ▸ Compiling RNFirebasePerformance.m
[08:18:28]: ▸ Compiling RNFirebaseRemoteConfig.m
[08:18:28]: ▸ Compiling RNFirebaseStorage.m
[08:18:28]: ▸ Compiling RNFirebaseUtil.m
[08:18:28]: ▸ Building library libRNFirebase.a
[08:18:28]: ▸ Building library libRNFirebase.a
[08:18:29]: ▸ Building Pods/RNGestureHandler [Release]
[08:18:29]: ▸ Check Dependencies
[08:18:29]: ▸ Compiling RNFlingHandler.m
[08:18:29]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:29]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:29]: ▸ ~ ^~~~~~~~~~~~~~~~~~~~~~~
[08:18:29]: ▸ Compiling RNForceTouchHandler.m
[08:18:29]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:29]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:29]: ▸ ^
[08:18:29]: ▸ Compiling RNGestureHandler-dummy.m
[08:18:29]: ▸ Compiling RNGestureHandler.m
[08:18:29]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:29]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:29]: ▸ ^
[08:18:29]: ▸ Compiling RNGestureHandlerButton.m
[08:18:29]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:29]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:29]: ▸ ^
[08:18:29]: ▸ Compiling RNGestureHandlerEvents.m
[08:18:29]: ▸ Compiling RNGestureHandlerManager.m
[08:18:29]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:29]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:29]: ▸ ^
[08:18:29]: ▸ Compiling RNGestureHandlerModule.m
[08:18:29]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:29]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:29]: ▸ ^
[08:18:29]: ▸ Compiling RNGestureHandlerRegistry.m
[08:18:29]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:29]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:29]: ▸ ^
[08:18:29]: ▸ Compiling RNLongPressHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNNativeViewHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNPanHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNPinchHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNRootViewGestureRecognizer.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNRotationHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNTapHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNFlingHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNForceTouchHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNGestureHandler-dummy.m
[08:18:30]: ▸ Compiling RNGestureHandler.m
[08:18:30]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:30]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:30]: ▸ ^
[08:18:30]: ▸ Compiling RNGestureHandlerButton.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNGestureHandlerEvents.m
[08:18:31]: ▸ Compiling RNGestureHandlerManager.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNGestureHandlerModule.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNGestureHandlerRegistry.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNLongPressHandler.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNNativeViewHandler.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNPanHandler.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNPinchHandler.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNRootViewGestureRecognizer.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNRotationHandler.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Compiling RNTapHandler.m
[08:18:31]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:31]: ▸ withExtraData:(RNGestureHandlerEventExtraData *)extraData;
[08:18:31]: ▸ ^
[08:18:31]: ▸ Building library libRNGestureHandler.a
[08:18:31]: ▸ Building library libRNGestureHandler.a
[08:18:31]: ▸ Building Pods/RNVectorIcons [Release]
[08:18:31]: ▸ Check Dependencies
[08:18:31]: ▸ Compiling RNVectorIcons-dummy.m
[08:18:32]: ▸ Compiling RNVectorIconsManager.m
[08:18:32]: ▸ Compiling RNVectorIcons-dummy.m
[08:18:32]: ▸ Compiling RNVectorIconsManager.m
[08:18:32]: ▸ Building library libRNVectorIcons.a
[08:18:32]: ▸ Building library libRNVectorIcons.a
[08:18:32]: ▸ Building Pods/ReactNativePermissions [Release]
[08:18:32]: ▸ Check Dependencies
[08:18:32]: ▸ Compiling RCTConvert+RNPStatus.m
[08:18:32]: ▸ Compiling ReactNativePermissions-dummy.m
[08:18:32]: ▸ Compiling ReactNativePermissions.m
[08:18:32]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:93:9: implicit boolean conversion of Objective-C object literal always evaluates to true [-Wobjc-literal-conversion]
[08:18:32]: ▸ if (@(UIApplicationOpenSettingsURLString != nil)) {
[08:18:32]: ▸ ^
[08:18:32]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:166:15: unused variable 'status' [-Wunused-variable]
[08:18:32]: ▸ NSString *status;
[08:18:32]: ▸ ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:32]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:217:17: variable 'types' is uninitialized when used here [-Wuninitialized]
[08:18:32]: ▸ types = types | UIUserNotificationTypeAlert;
[08:18:32]: ▸ ^
[08:18:32]: ▸ Compiling RNPAudioVideo.m
[08:18:33]: ▸ Compiling RNPBackgroundRefresh.m
[08:18:33]: ▸ Compiling RNPBluetooth.m
[08:18:33]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPBluetooth.m:41:80: sending 'RNPBluetooth *const __strong' to parameter of incompatible type 'id<CBPeripheralManagerDelegate> _Nullable'
[08:18:33]: ▸ self.peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self queue:nil];
[08:18:33]: ▸ ^
[08:18:33]: ▸ Compiling RNPContacts.m
[08:18:33]: ▸ Compiling RNPEvent.m
[08:18:33]: ▸ Compiling RNPLocation.m
[08:18:33]: ▸ Compiling RNPMediaLibrary.m
[08:18:33]: ▸ Compiling RNPMotion.m
[08:18:33]: ▸ Compiling RNPNotification.m
[08:18:33]: ▸ Compiling RNPPhoto.m
[08:18:34]: ▸ Compiling RNPSpeechRecognition.m
[08:18:34]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:17:17: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:34]: ▸ int status = [SFSpeechRecognizer authorizationStatus];
[08:18:34]: ▸ ^
[08:18:34]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:6: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:34]: ▸ [SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
[08:18:34]: ▸ ^~~~~~~~~~~~~~~~~~
[08:18:34]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:48: 'SFSpeechRecognizerAuthorizationStatus' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:34]: ▸ [SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
[08:18:34]: ▸ ^~~~~~~~~~~~~~~~~~
[08:18:34]: ▸ Compiling RCTConvert+RNPStatus.m
[08:18:34]: ▸ Compiling ReactNativePermissions-dummy.m
[08:18:34]: ▸ Compiling ReactNativePermissions.m
[08:18:34]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:93:9: implicit boolean conversion of Objective-C object literal always evaluates to true [-Wobjc-literal-conversion]
[08:18:34]: ▸ if (@(UIApplicationOpenSettingsURLString != nil)) {
[08:18:34]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:34]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:166:15: unused variable 'status' [-Wunused-variable]
[08:18:34]: ▸ NSString *status;
[08:18:34]: ▸ ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:34]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:217:17: variable 'types' is uninitialized when used here [-Wuninitialized]
[08:18:34]: ▸ types = types | UIUserNotificationTypeAlert;
[08:18:34]: ▸ ^
[08:18:34]: ▸ Compiling RNPAudioVideo.m
[08:18:35]: ▸ Compiling RNPBackgroundRefresh.m
[08:18:35]: ▸ Compiling RNPBluetooth.m
[08:18:35]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPBluetooth.m:41:80: sending 'RNPBluetooth *const __strong' to parameter of incompatible type 'id<CBPeripheralManagerDelegate> _Nullable'
[08:18:35]: ▸ self.peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self queue:nil];
[08:18:35]: ▸ ^
[08:18:35]: ▸ Compiling RNPContacts.m
[08:18:35]: ▸ Compiling RNPEvent.m
[08:18:35]: ▸ Compiling RNPLocation.m
[08:18:35]: ▸ Compiling RNPMediaLibrary.m
[08:18:36]: ▸ Compiling RNPMotion.m
[08:18:36]: ▸ Compiling RNPNotification.m
[08:18:36]: ▸ Compiling RNPPhoto.m
[08:18:36]: ▸ Compiling RNPSpeechRecognition.m
[08:18:36]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:17:17: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:36]: ▸ int status = [SFSpeechRecognizer authorizationStatus];
[08:18:36]: ▸ ^
[08:18:36]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:6: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:36]: ▸ [SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
[08:18:36]: ▸ ^~~~~~~~~~~~~~~~~~
[08:18:36]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:48: 'SFSpeechRecognizerAuthorizationStatus' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:36]: ▸ [SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
[08:18:36]: ▸ ^~~~~~~~~~~~~~~~~~
[08:18:36]: ▸ Building library libReactNativePermissions.a
[08:18:36]: ▸ Building library libReactNativePermissions.a
[08:18:36]: ▸ Building Pods/react-native-appsflyer [Release]
[08:18:36]: ▸ Check Dependencies
[08:18:36]: ▸ Compiling react-native-appsflyer-dummy.m
[08:18:36]: ▸ Compiling RNAppsFlyer.m
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:347:48: 'openURL:options:completionHandler:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:37]: ▸ [[UIApplication sharedApplication] openURL:[NSURL URLWithString:appLink] options:@{} completionHandler:^(BOOL success) {
[08:18:37]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:432:34: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:37]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:type body:errorMessage];
[08:18:37]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:439:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:37]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:afOnInstallConversionData body:data];
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:442:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:37]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:afOnAppOpenAttribution body:data];
[08:18:37]: ▸ ^
[08:18:37]: ▸ Compiling react-native-appsflyer-dummy.m
[08:18:37]: ▸ Compiling RNAppsFlyer.m
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:347:48: 'openURL:options:completionHandler:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:37]: ▸ [[UIApplication sharedApplication] openURL:[NSURL URLWithString:appLink] options:@{} completionHandler:^(BOOL success) {
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:432:34: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:37]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:type body:errorMessage];
[08:18:37]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:439:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:37]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:afOnInstallConversionData body:data];
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:442:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:37]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:afOnAppOpenAttribution body:data];
[08:18:37]: ▸ ^
[08:18:37]: ▸ Building library libreact-native-appsflyer.a
[08:18:37]: ▸ Building library libreact-native-appsflyer.a
[08:18:37]: ▸ Building Pods/react-native-camera [Release]
[08:18:37]: ▸ Check Dependencies
[08:18:37]: ▸ Compiling BarcodeDetectorManagerMlkit.m
[08:18:37]: ▸ Compiling CameraFocusSquare.m
[08:18:37]: ▸ Compiling FaceDetectorManagerMlkit.m
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:298:25: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:37]: ▸ - (void)setTracking:(id)json:(dispatch_queue_t)sessionQueue
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:302:30: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:37]: ▸ - (void)setLandmarksMode:(id)json:(dispatch_queue_t)sessionQueue
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:307:32: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:37]: ▸ - (void)setPerformanceMode:(id)json:(dispatch_queue_t)sessionQueue
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:312:35: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:37]: ▸ - (void)setClassificationMode:(id)json:(dispatch_queue_t)sessionQueue
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setTracking:queue:' not found [-Wincomplete-implementation]
[08:18:37]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setLandmarksMode:queue:' not found [-Wincomplete-implementation]
[08:18:37]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setPerformanceMode:queue:' not found [-Wincomplete-implementation]
[08:18:37]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setClassificationMode:queue:' not found [-Wincomplete-implementation]
[08:18:37]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:288:1: conflicting return type in implementation of 'findFacesInFrame:scaleX:scaleY:completed:': 'void' vs 'NSArray *' [-Wmismatched-return-types]
[08:18:37]: ▸ - (NSArray *)findFacesInFrame:(UIImage *)image
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'constants' not found [-Wincomplete-implementation]
[08:18:37]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:37]: ▸ ^ ~~~~
[08:18:37]: ▸ Compiling NSMutableDictionary+ImageMetadata.m
[08:18:37]: ▸ Compiling RCTCamera.m
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:95:1: method possibly missing a [super insertReactSubview:atIndex:] call [-Wobjc-missing-super-calls]
[08:18:37]: ▸ }
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:101:1: method possibly missing a [super removeReactSubview:] call [-Wobjc-missing-super-calls]
[08:18:37]: ▸ }
[08:18:37]: ▸ ^
[08:18:37]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:150:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:37]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"focusChanged" body:event];
[08:18:37]: ▸ ^
[08:18:37]: ▸ Compiling RCTCameraManager.m
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:67:10: comparison of address of 'AVMetadataObjectTypeInterleaved2of5Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
[08:18:38]: ▸ if (&AVMetadataObjectTypeInterleaved2of5Code != NULL) {
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:71:9: comparison of address of 'AVMetadataObjectTypeITF14Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
[08:18:38]: ▸ if(&AVMetadataObjectTypeITF14Code != NULL){
[08:18:38]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:75:9: comparison of address of 'AVMetadataObjectTypeDataMatrixCode' not equal to a null pointer is always true [-Wtautological-pointer-compare]
[08:18:38]: ▸ if(&AVMetadataObjectTypeDataMatrixCode != NULL){
[08:18:38]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:247:20: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'int *') from 'NSInteger' (aka 'int') [-Wint-conversion]
[08:18:38]: ▸ self.flashMode = [RCTConvert NSInteger:json];
[08:18:38]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:260:57: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
[08:18:38]: ▸ if (device.hasFlash && [device isFlashModeSupported:self.flashMode])
[08:18:38]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:265:34: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
[08:18:38]: ▸ [device setFlashMode:self.flashMode];
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:278:16: incompatible integer to pointer conversion initializing 'NSInteger *' (aka 'int *') with an expression of type 'NSInteger' (aka 'int') [-Wint-conversion]
[08:18:38]: ▸ NSInteger *torchMode = [RCTConvert NSInteger:json];
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:287:27: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'AVCaptureTorchMode' (aka 'enum AVCaptureTorchMode') [-Wint-conversion]
[08:18:38]: ▸ [device setTorchMode: torchMode];
[08:18:38]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:321:1: implementing deprecated method [-Wdeprecated-implementations]
[08:18:38]: ▸ - (NSArray *)customBubblingEventTypes
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:24: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[08:18:38]: ▸ [[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:37: 'writeImageDataToSavedPhotosAlbum:metadata:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromImageData: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[08:18:38]: ▸ [[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:5: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[08:18:38]: ▸ ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:50: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[08:18:38]: ▸ ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:923:18: 'videoAtPathIsCompatibleWithSavedPhotosAlbum:' is deprecated: first deprecated in iOS 9.0 - Use isCompatibleWithSavedPhotosAlbum on AVAsset instead [-Wdeprecated-declarations]
[08:18:38]: ▸ if ([library videoAtPathIsCompatibleWithSavedPhotosAlbum:outputFileURL]) {
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:924:16: 'writeVideoAtPathToSavedPhotosAlbum:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromVideoAtFilePath: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[08:18:38]: ▸ [library writeVideoAtPathToSavedPhotosAlbum:outputFileURL
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1001:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:38]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"CameraBarCodeRead" body:event];
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1122:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:38]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"zoomChanged" body:event];
[08:18:38]: ▸ ^
[08:18:38]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:21:17: method definition for 'setZoom' not found [-Wincomplete-implementation]
[08:18:38]: ▸ @implementation RCTCameraManager
[08:18:38]: ▸ ^
[08:18:38]: ▸ Compiling RCTSensorOrientationChecker.m
[08:18:38]: ▸ Compiling react-native-camera-dummy.m
[08:18:38]: ▸ Compiling RNCamera.m
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ @property(nonatomic, strong) dispatch_queue_t sessionQueue;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateTrackingEnabled:(id)requestedTracking;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateFaceDetectionMode:(id)requestedMode;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateFaceDetectionClassifications:(id)requestedClassifications;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)takePicture:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)takePictureWithOrientation:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)record:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)recordWithOrientation:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onReady:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onMountingError:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onCodeRead:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onFacesDetected:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onPictureSaved:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onText:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onBarcodesDetected:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:40:35: type of property 'isRecording' does not match type of accessor 'isRecording'
[08:18:39]: ▸ @property(nonatomic, assign) BOOL isRecording;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:285:107: 'isLockingFocusWithCustomLensPositionSupported' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:39]: ▸ if (![device respondsToSelector:@selector(isLockingFocusWithCustomLensPositionSupported)] || ![device isLockingFocusWithCustomLensPositionSupported]) {
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:742:24: this block declaration is not a prototype [-Wstrict-prototypes]
[08:18:39]: ▸ void (^statusBlock)() = ^() {
[08:18:39]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:857:14: type of property 'isRecording' does not match type of accessor 'isRecording'
[08:18:39]: ▸ if (self.isRecording) {
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1204:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
[08:18:39]: ▸ AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1277:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
[08:18:39]: ▸ AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
[08:18:39]: ▸ ^
[08:18:39]: ▸ Compiling RNCameraManager.m
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ @property(nonatomic, strong) dispatch_queue_t sessionQueue;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateTrackingEnabled:(id)requestedTracking;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateFaceDetectionMode:(id)requestedMode;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateFaceDetectionClassifications:(id)requestedClassifications;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)takePicture:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)takePictureWithOrientation:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)record:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)recordWithOrientation:(NSDictionary *)options
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onReady:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onMountingError:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onCodeRead:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onFacesDetected:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onPictureSaved:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onText:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:39]: ▸ - (void)onBarcodesDetected:(NSDictionary *)event;
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:40:35: type of property 'isRecording' does not match type of accessor 'isRecording'
[08:18:39]: ▸ @property(nonatomic, assign) BOOL isRecording;
[08:18:39]: ▸ ^
[08:18:39]: ▸ Compiling RNCameraUtils.m
[08:18:39]: ▸ Compiling RNFaceDetectorModuleMLKit.m
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNFaceDetectorModuleMLKit.m:121:17: class 'RNFaceDetectorModuleMLKit' does not conform to protocol 'RCTBridgeModule' [-Wprotocol]
[08:18:39]: ▸ @implementation RNFaceDetectorModuleMLKit
[08:18:39]: ▸ ^
[08:18:39]: ▸ Compiling RNFileSystem.m
[08:18:39]: ▸ Compiling RNImageUtils.m
[08:18:39]: ▸ Compiling RNSensorOrientationChecker.m
[08:18:39]: ▸ Compiling TextDetectorManager.m
[08:18:39]: ▸ Compiling BarcodeDetectorManagerMlkit.m
[08:18:39]: ▸ Compiling CameraFocusSquare.m
[08:18:39]: ▸ Compiling FaceDetectorManagerMlkit.m
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:298:25: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:39]: ▸ - (void)setTracking:(id)json:(dispatch_queue_t)sessionQueue
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:302:30: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:39]: ▸ - (void)setLandmarksMode:(id)json:(dispatch_queue_t)sessionQueue
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:307:32: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:39]: ▸ - (void)setPerformanceMode:(id)json:(dispatch_queue_t)sessionQueue
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:312:35: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
[08:18:39]: ▸ - (void)setClassificationMode:(id)json:(dispatch_queue_t)sessionQueue
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setTracking:queue:' not found [-Wincomplete-implementation]
[08:18:39]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setLandmarksMode:queue:' not found [-Wincomplete-implementation]
[08:18:39]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setPerformanceMode:queue:' not found [-Wincomplete-implementation]
[08:18:39]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setClassificationMode:queue:' not found [-Wincomplete-implementation]
[08:18:39]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:288:1: conflicting return type in implementation of 'findFacesInFrame:scaleX:scaleY:completed:': 'void' vs 'NSArray *' [-Wmismatched-return-types]
[08:18:39]: ▸ - (NSArray *)findFacesInFrame:(UIImage *)image
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'constants' not found [-Wincomplete-implementation]
[08:18:39]: ▸ @implementation FaceDetectorManagerMlkit
[08:18:39]: ▸ ^ ~~~~
[08:18:39]: ▸ Compiling NSMutableDictionary+ImageMetadata.m
[08:18:39]: ▸ Compiling RCTCamera.m
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:95:1: method possibly missing a [super insertReactSubview:atIndex:] call [-Wobjc-missing-super-calls]
[08:18:39]: ▸ }
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:101:1: method possibly missing a [super removeReactSubview:] call [-Wobjc-missing-super-calls]
[08:18:39]: ▸ }
[08:18:39]: ▸ ^
[08:18:39]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:150:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:39]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"focusChanged" body:event];
[08:18:39]: ▸ ^
[08:18:39]: ▸ Compiling RCTCameraManager.m
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:67:10: comparison of address of 'AVMetadataObjectTypeInterleaved2of5Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
[08:18:40]: ▸ if (&AVMetadataObjectTypeInterleaved2of5Code != NULL) {
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:71:9: comparison of address of 'AVMetadataObjectTypeITF14Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
[08:18:40]: ▸ if(&AVMetadataObjectTypeITF14Code != NULL){
[08:18:40]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:75:9: comparison of address of 'AVMetadataObjectTypeDataMatrixCode' not equal to a null pointer is always true [-Wtautological-pointer-compare]
[08:18:40]: ▸ if(&AVMetadataObjectTypeDataMatrixCode != NULL){
[08:18:40]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:247:20: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'long *') from 'NSInteger' (aka 'long') [-Wint-conversion]
[08:18:40]: ▸ self.flashMode = [RCTConvert NSInteger:json];
[08:18:40]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:260:57: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
[08:18:40]: ▸ if (device.hasFlash && [device isFlashModeSupported:self.flashMode])
[08:18:40]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:265:34: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
[08:18:40]: ▸ [device setFlashMode:self.flashMode];
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:278:16: incompatible integer to pointer conversion initializing 'NSInteger *' (aka 'long *') with an expression of type 'NSInteger' (aka 'long') [-Wint-conversion]
[08:18:40]: ▸ NSInteger *torchMode = [RCTConvert NSInteger:json];
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:287:27: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'AVCaptureTorchMode' (aka 'enum AVCaptureTorchMode') [-Wint-conversion]
[08:18:40]: ▸ [device setTorchMode: torchMode];
[08:18:40]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:321:1: implementing deprecated method [-Wdeprecated-implementations]
[08:18:40]: ▸ - (NSArray *)customBubblingEventTypes
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:24: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[08:18:40]: ▸ [[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:37: 'writeImageDataToSavedPhotosAlbum:metadata:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromImageData: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[08:18:40]: ▸ [[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:5: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[08:18:40]: ▸ ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:50: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[08:18:40]: ▸ ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:923:18: 'videoAtPathIsCompatibleWithSavedPhotosAlbum:' is deprecated: first deprecated in iOS 9.0 - Use isCompatibleWithSavedPhotosAlbum on AVAsset instead [-Wdeprecated-declarations]
[08:18:40]: ▸ if ([library videoAtPathIsCompatibleWithSavedPhotosAlbum:outputFileURL]) {
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:924:16: 'writeVideoAtPathToSavedPhotosAlbum:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromVideoAtFilePath: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[08:18:40]: ▸ [library writeVideoAtPathToSavedPhotosAlbum:outputFileURL
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1001:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:40]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"CameraBarCodeRead" body:event];
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1122:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[08:18:40]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"zoomChanged" body:event];
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:21:17: method definition for 'setZoom' not found [-Wincomplete-implementation]
[08:18:40]: ▸ @implementation RCTCameraManager
[08:18:40]: ▸ ^
[08:18:40]: ▸ Compiling RCTSensorOrientationChecker.m
[08:18:40]: ▸ Compiling react-native-camera-dummy.m
[08:18:40]: ▸ Compiling RNCamera.m
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ @property(nonatomic, strong) dispatch_queue_t sessionQueue;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateTrackingEnabled:(id)requestedTracking;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateFaceDetectionMode:(id)requestedMode;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateFaceDetectionClassifications:(id)requestedClassifications;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)takePicture:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)takePictureWithOrientation:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)record:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)recordWithOrientation:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onReady:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onMountingError:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onCodeRead:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onFacesDetected:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onPictureSaved:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onText:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onBarcodesDetected:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:285:107: 'isLockingFocusWithCustomLensPositionSupported' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[08:18:40]: ▸ if (![device respondsToSelector:@selector(isLockingFocusWithCustomLensPositionSupported)] || ![device isLockingFocusWithCustomLensPositionSupported]) {
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:742:24: this block declaration is not a prototype [-Wstrict-prototypes]
[08:18:40]: ▸ void (^statusBlock)() = ^() {
[08:18:40]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1204:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
[08:18:40]: ▸ AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1277:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
[08:18:40]: ▸ AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
[08:18:40]: ▸ ^
[08:18:40]: ▸ Compiling RNCameraManager.m
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ @property(nonatomic, strong) dispatch_queue_t sessionQueue;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (id)initWithBridge:(RCTBridge *)bridge;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateTrackingEnabled:(id)requestedTracking;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateFaceDetectionMode:(id)requestedMode;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateFaceDetectionClassifications:(id)requestedClassifications;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)takePicture:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)takePictureWithOrientation:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)record:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)recordWithOrientation:(NSDictionary *)options
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ resolve:(RCTPromiseResolveBlock)resolve
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ reject:(RCTPromiseRejectBlock)reject;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onReady:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onMountingError:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onCodeRead:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onFacesDetected:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onPictureSaved:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onText:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:40]: ▸ - (void)onBarcodesDetected:(NSDictionary *)event;
[08:18:40]: ▸ ^
[08:18:40]: ▸ Compiling RNCameraUtils.m
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCameraUtils.m:118:51: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
[08:18:40]: ▸ ciImage = [ciImage imageByApplyingOrientation:orientationToApply];
[08:18:40]: ▸ ^
[08:18:40]: ▸ Compiling RNFaceDetectorModuleMLKit.m
[08:18:40]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNFaceDetectorModuleMLKit.m:121:17: class 'RNFaceDetectorModuleMLKit' does not conform to protocol 'RCTBridgeModule' [-Wprotocol]
[08:18:40]: ▸ @implementation RNFaceDetectorModuleMLKit
[08:18:40]: ▸ ~ ^~~~~~~~~~~~~~~~~~
[08:18:40]: ▸ Compiling RNFileSystem.m
[08:18:40]: ▸ Compiling RNImageUtils.m
[08:18:40]: ▸ Compiling RNSensorOrientationChecker.m
[08:18:40]: ▸ Compiling TextDetectorManager.m
[08:18:40]: ▸ Building library libreact-native-camera.a
[08:18:40]: ▸ Building library libreact-native-camera.a
[08:18:40]: ▸ Building Pods/react-native-cookies [Release]
[08:18:40]: ▸ Check Dependencies
[08:18:40]: ▸ Compiling RNCookieManagerIOS.m
[08:18:45]: ▸ Compiling react-native-cookies-dummy.m
[08:18:45]: ▸ Compiling react-native-cookies-dummy.m
[08:18:45]: ▸ Compiling RNCookieManagerIOS.m
[08:18:45]: ▸ Building library libreact-native-cookies.a
[08:18:45]: ▸ Building library libreact-native-cookies.a
[08:18:45]: ▸ Building Pods/react-native-netinfo [Release]
[08:18:45]: ▸ Check Dependencies
[08:18:45]: ▸ Compiling RNCConnectionState.m
[08:18:46]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/netinfo/ios/RNCConnectionState.m:13:17: method definition for 'dictionaryValue' not found [-Wincomplete-implementation]
[08:18:46]: ▸ @implementation RNCConnectionState
[08:18:46]: ▸ ^
[08:18:46]: ▸ Compiling react-native-netinfo-dummy.m
[08:18:46]: ▸ Compiling RNCConnectionStateWatcher.m
[08:18:46]: ▸ Compiling RNCNetInfo.m
[08:18:46]: ▸ Compiling react-native-netinfo-dummy.m
[08:18:46]: ▸ Compiling RNCConnectionState.m
[08:18:46]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/netinfo/ios/RNCConnectionState.m:13:17: method definition for 'dictionaryValue' not found [-Wincomplete-implementation]
[08:18:46]: ▸ @implementation RNCConnectionState
[08:18:46]: ▸ ^
[08:18:46]: ▸ Compiling RNCConnectionStateWatcher.m
[08:18:46]: ▸ Compiling RNCNetInfo.m
[08:18:46]: ▸ Building library libreact-native-netinfo.a
[08:18:46]: ▸ Building library libreact-native-netinfo.a
[08:18:46]: ▸ Building Pods/react-native-webview [Release]
[08:18:46]: ▸ Check Dependencies
[08:18:46]: ▸ Compiling react-native-webview-dummy.m
[08:18:46]: ▸ Compiling RNCWebView.m
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (BOOL)webView:(RNCWebView *)webView
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (void)postMessage:(NSString *)message;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (void)injectJavaScript:(NSString *)script;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:54:3: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ UIScrollViewContentInsetAdjustmentBehavior _savedContentInsetAdjustmentBehavior;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:345:44: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ - (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:1: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:4: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:22: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:37: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:1: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    return controller;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:4: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    return controller;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:74:44: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ _savedContentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:155:21: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations]
[08:18:47]: ▸ wkWebViewConfig.mediaPlaybackRequiresUserAction = _mediaPlaybackRequiresUserAction;
[08:18:47]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:243:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = _savedContentInsetAdjustmentBehavior;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:285:50: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[08:18:47]: ▸ [RCTSharedApplication() setStatusBarHidden:_savedStatusBarHidden animated:YES];
[08:18:47]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:286:49: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[08:18:47]: ▸ [RCTSharedApplication() setStatusBarStyle:_savedStatusBarStyle animated:YES];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:354:29: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = behavior;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:786:23: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
[08:18:47]: ▸ decisionHandler(WKNavigationResponsePolicyCancel);
[08:18:47]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:805:19: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
[08:18:47]: ▸ decisionHandler(WKNavigationResponsePolicyAllow);
[08:18:47]: ▸ ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:853:18: format string is not a string literal (potentially insecure) [-Wformat-security]
[08:18:47]: ▸ RCTLogWarn([NSString stringWithFormat:@"Error evaluating injectedJavaScript: This is possibly due to an unsupported return type. Try adding true to the end of your injectedJavaScript string. %@", error]);
[08:18:47]: �� ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ Compiling RNCWebViewManager.m
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (BOOL)webView:(RNCWebView *)webView
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (void)postMessage:(NSString *)message;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (void)injectJavaScript:(NSString *)script;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:20:20: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:21:83: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ @"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic),
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:22:88: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ @"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes),
[08:18:47]: ▸ ^~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:23:79: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ @"never": @(UIScrollViewContentInsetAdjustmentNever),
[08:18:47]: ▸ ^~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:24:80: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ @"always": @(UIScrollViewContentInsetAdjustmentAlways),
[08:18:47]: ▸ ^~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:25:71: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ }), UIScrollViewContentInsetAdjustmentNever, integerValue)
[08:18:47]: ▸ ^~~~~~
[08:18:47]: ▸ Compiling RNCWKProcessPoolManager.m
[08:18:47]: ▸ Compiling react-native-webview-dummy.m
[08:18:47]: ▸ Compiling RNCWebView.m
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (BOOL)webView:(RNCWebView *)webView
[08:18:47]: ▸ ^~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (void)postMessage:(NSString *)message;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (void)injectJavaScript:(NSString *)script;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:54:3: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ UIScrollViewContentInsetAdjustmentBehavior _savedContentInsetAdjustmentBehavior;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:345:44: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ - (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:1: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:4: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:22: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:37: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:1: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    return controller;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:4: treating Unicode character as whitespace [-Wunicode-whitespace]
[08:18:47]: ▸    return controller;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:74:44: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ _savedContentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:155:21: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations]
[08:18:47]: ▸ wkWebViewConfig.mediaPlaybackRequiresUserAction = _mediaPlaybackRequiresUserAction;
[08:18:47]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:243:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = _savedContentInsetAdjustmentBehavior;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:285:50: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[08:18:47]: ▸ [RCTSharedApplication() setStatusBarHidden:_savedStatusBarHidden animated:YES];
[08:18:47]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:286:49: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[08:18:47]: ▸ [RCTSharedApplication() setStatusBarStyle:_savedStatusBarStyle animated:YES];
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:354:29: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:47]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = behavior;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:786:23: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
[08:18:47]: ▸ decisionHandler(WKNavigationResponsePolicyCancel);
[08:18:47]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:805:19: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
[08:18:47]: ▸ decisionHandler(WKNavigationResponsePolicyAllow);
[08:18:47]: ▸ ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:853:18: format string is not a string literal (potentially insecure) [-Wformat-security]
[08:18:47]: ▸ RCTLogWarn([NSString stringWithFormat:@"Error evaluating injectedJavaScript: This is possibly due to an unsupported return type. Try adding true to the end of your injectedJavaScript string. %@", error]);
[08:18:47]: ▸ ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:18:47]: ▸ Compiling RNCWebViewManager.m
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (BOOL)webView:(RNCWebView *)webView
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:47]: ▸ - (void)postMessage:(NSString *)message;
[08:18:47]: ▸ ^
[08:18:47]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
[08:18:48]: ▸ - (void)injectJavaScript:(NSString *)script;
[08:18:48]: ▸ ^
[08:18:48]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:20:20: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:48]: ▸ RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{
[08:18:48]: ▸ ^
[08:18:48]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:21:83: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:48]: ▸ @"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic),
[08:18:48]: ▸ ^
[08:18:48]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:22:88: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:48]: ▸ @"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes),
[08:18:48]: ▸ ^~~~~~
[08:18:48]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:23:79: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:48]: ▸ @"never": @(UIScrollViewContentInsetAdjustmentNever),
[08:18:48]: ▸ ^~~~~~
[08:18:48]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:24:80: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:48]: ▸ @"always": @(UIScrollViewContentInsetAdjustmentAlways),
[08:18:48]: ▸ ^~~~~~
[08:18:48]: ▸ ⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:25:71: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
[08:18:48]: ▸ }), UIScrollViewContentInsetAdjustmentNever, integerValue)
[08:18:48]: ▸ ^~~~~~
[08:18:48]: ▸ Compiling RNCWKProcessPoolManager.m
[08:18:48]: ▸ Building library libreact-native-webview.a
[08:18:48]: ▸ Building library libreact-native-webview.a
[08:18:48]: ▸ Building Pods/Pods-MyApp [Release]
[08:18:48]: ▸ Check Dependencies
[08:18:48]: ▸ Compiling Pods-MyApp-dummy.m
[08:18:49]: ▸ Compiling Pods-MyApp-dummy.m
[08:18:49]: ▸ Building library libPods-MyApp.a
[08:18:49]: ▸ Building library libPods-MyApp.a
[08:18:49]: ▸ Building MyApp/MyApp [Release]
[08:18:49]: ▸ Check Dependencies
[08:18:49]: ▸ Running script '[CP] Check Pods Manifest.lock'
[08:18:49]: ▸ Compiling AppDelegate.m
[08:18:54]: ▸ Compiling main.m
[08:18:54]: ▸ Compiling MyApp_vers.c
[08:18:54]: ▸ Compiling AppDelegate.m
[08:18:54]: ▸ Compiling main.m
[08:18:54]: ▸ Compiling MyApp_vers.c
[08:18:54]: ▸ Linking MyApp
[08:19:06]: ▸ ⚠️ ld: meta method 'UIScrollViewContentInsetAdjustmentBehavior:' in category from /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/React-Core/libReact-Core.a(RCTScrollViewManager.o) conflicts with same method from another category
[08:19:06]: ▸ Linking MyApp
[08:19:06]: ▸ ⚠️ ld: meta method 'UIScrollViewContentInsetAdjustmentBehavior:' in category from /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/React-Core/libReact-Core.a(RCTScrollViewManager.o) conflicts with same method from another category
[08:19:07]: ▸ Compiling LaunchScreen.xib
[08:19:10]: ▸ Copying GoogleService-Info.plist
[08:19:10]: ▸ Processing Info.plist
[08:19:10]: ▸ Generating 'MyApp.app.dSYM'
[08:19:12]: ▸ Running script 'Bundle React Native code and images'
[08:19:17]: ▸ the transform cache was reset.
[08:20:20]: ▸ Running script 'Run Script'
[08:20:20]: ▸ Running script '[CP] Copy Pods Resources'
[08:20:22]: ▸ Touching MyApp.app
[08:20:22]: ▸ Signing /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app
[08:20:24]: ▸ Touching MyApp.app.dSYM
[08:20:24]: ▸ ** ARCHIVE FAILED **
▸ Aggregate Pods/AppsFlyerFramework [Release]
▸ Check Dependencies
▸ Building Pods/DoubleConversion [Release]
▸ Check Dependencies
▸ Compiling bignum-dtoa.cc
▸ Compiling bignum.cc
▸ Compiling cached-powers.cc
▸ Compiling diy-fp.cc
▸ Compiling double-conversion.cc
▸ Compiling DoubleConversion-dummy.m
▸ Compiling fast-dtoa.cc
▸ Compiling fixed-dtoa.cc
▸ Compiling strtod.cc
▸ Compiling bignum-dtoa.cc
▸ Compiling bignum.cc
▸ Compiling cached-powers.cc
▸ Compiling diy-fp.cc
▸ Compiling double-conversion.cc
▸ Compiling DoubleConversion-dummy.m
▸ Compiling fast-dtoa.cc
▸ Compiling fixed-dtoa.cc
▸ Compiling strtod.cc
▸ Building library libDoubleConversion.a
▸ Building library libDoubleConversion.a
▸ Aggregate Pods/boost-for-react-native [Release]
▸ Check Dependencies
▸ Building Pods/glog [Release]
▸ Check Dependencies
▸ Compiling demangle.cc
▸ Compiling logging.cc
▸ Compiling glog-dummy.m
▸ Compiling raw_logging.cc
▸ Compiling signalhandler.cc
▸ Compiling symbolize.cc
▸ Compiling utilities.cc
▸ Compiling vlog_is_on.cc
▸ Compiling demangle.cc
▸ Compiling glog-dummy.m
▸ Compiling logging.cc
▸ Compiling raw_logging.cc
▸ Compiling signalhandler.cc
▸ Compiling symbolize.cc
▸ Compiling utilities.cc
▸ Compiling vlog_is_on.cc
▸ Building library libglog.a
▸ Building library libglog.a
▸ Building Pods/Folly [Release]
▸ Check Dependencies
▸ Compiling Assume.cpp
▸ Compiling ColdClass.cpp
▸ Compiling Conv.cpp
▸ Compiling Demangle.cpp
▸ Compiling Demangle.cpp
▸ Compiling dynamic.cpp
▸ Compiling F14Table.cpp
▸ Compiling Folly-dummy.m
▸ Compiling Format.cpp
▸ Compiling json.cpp
▸ Compiling json_pointer.cpp
▸ Compiling MallocImpl.cpp
▸ Compiling ScopeGuard.cpp
▸ Compiling SpookyHashV2.cpp
▸ Compiling String.cpp
▸ Compiling Unicode.cpp
▸ Compiling Assume.cpp
▸ Compiling ColdClass.cpp
▸ Compiling Conv.cpp
▸ Compiling Demangle.cpp
▸ Compiling Demangle.cpp
▸ Compiling dynamic.cpp
▸ Compiling F14Table.cpp
▸ Compiling Folly-dummy.m
▸ Compiling Format.cpp
▸ Compiling json.cpp
▸ Compiling json_pointer.cpp
▸ Compiling MallocImpl.cpp
▸ Compiling ScopeGuard.cpp
▸ Compiling SpookyHashV2.cpp
▸ Compiling String.cpp
▸ Compiling Unicode.cpp
▸ Building library libFolly.a
▸ Building library libFolly.a
▸ Building Pods/React-jsinspector [Release]
▸ Check Dependencies
▸ Compiling InspectorInterfaces.cpp
▸ Compiling React-jsinspector-dummy.m
▸ Compiling InspectorInterfaces.cpp
▸ Compiling React-jsinspector-dummy.m
▸ Building library libReact-jsinspector.a
▸ Building library libReact-jsinspector.a
▸ Building Pods/React-cxxreact [Release]
▸ Check Dependencies
▸ Compiling Instance.cpp
▸ Compiling CxxNativeModule.cpp
▸ Compiling JSBigString.cpp
▸ Compiling JSBundleType.cpp
▸ Compiling JSDeltaBundleClient.cpp
⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:30:29: loop variable 'pair' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
for (const folly::dynamic pair : *modules) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:55:33: loop variable 'id' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
for (const folly::dynamic id : *deleted) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling JSExecutor.cpp
▸ Compiling JSIndexedRAMBundle.cpp
▸ Compiling MethodCall.cpp
▸ Compiling ModuleRegistry.cpp
▸ Compiling NativeToJsBridge.cpp
▸ Compiling RAMBundleRegistry.cpp
▸ Compiling React-cxxreact-dummy.m
▸ Compiling ReactMarker.cpp
▸ Compiling CxxNativeModule.cpp
▸ Compiling Instance.cpp
▸ Compiling JSBigString.cpp
▸ Compiling JSBundleType.cpp
▸ Compiling JSDeltaBundleClient.cpp
⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:30:29: loop variable 'pair' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
for (const folly::dynamic pair : *modules) {
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native/ReactCommon/cxxreact/JSDeltaBundleClient.cpp:55:33: loop variable 'id' of type 'const folly::dynamic' creates a copy from type 'const folly::dynamic' [-Wrange-loop-analysis]
for (const folly::dynamic id : *deleted) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling JSExecutor.cpp
▸ Compiling JSIndexedRAMBundle.cpp
▸ Compiling MethodCall.cpp
▸ Compiling ModuleRegistry.cpp
▸ Compiling NativeToJsBridge.cpp
▸ Compiling RAMBundleRegistry.cpp
▸ Compiling React-cxxreact-dummy.m
▸ Compiling ReactMarker.cpp
▸ Building library libReact-cxxreact.a
▸ Building library libReact-cxxreact.a
▸ Building Pods/React-jsi [Release]
▸ Check Dependencies
▸ Compiling JSCRuntime.cpp
▸ Compiling jsi.cpp
▸ Compiling JSIDynamic.cpp
▸ Compiling jsilib-posix.cpp
▸ Compiling jsilib-windows.cpp
▸ Compiling React-jsi-dummy.m
▸ Compiling JSCRuntime.cpp
▸ Compiling jsi.cpp
▸ Compiling JSIDynamic.cpp
▸ Compiling jsilib-posix.cpp
▸ Compiling jsilib-windows.cpp
▸ Compiling React-jsi-dummy.m
▸ Building library libReact-jsi.a
▸ Building library libReact-jsi.a
▸ Building Pods/React-jsiexecutor [Release]
▸ Check Dependencies
▸ Compiling JSIExecutor.cpp
▸ Compiling JSINativeModules.cpp
▸ Compiling React-jsiexecutor-dummy.m
▸ Compiling JSIExecutor.cpp
▸ Compiling JSINativeModules.cpp
▸ Compiling React-jsiexecutor-dummy.m
▸ Building library libReact-jsiexecutor.a
▸ Building library libReact-jsiexecutor.a
▸ Building Pods/yoga [Release]
▸ Check Dependencies
▸ Compiling event.cpp
▸ Compiling log.cpp
▸ Compiling Utils.cpp
▸ Compiling YGConfig.cpp
▸ Compiling YGEnums.cpp
▸ Compiling YGLayout.cpp
▸ Compiling YGMarker.cpp
▸ Compiling YGNode.cpp
▸ Compiling YGNodePrint.cpp
▸ Compiling YGStyle.cpp
▸ Compiling YGValue.cpp
▸ Compiling yoga-dummy.m
▸ Compiling Yoga.cpp
▸ Compiling event.cpp
▸ Compiling log.cpp
▸ Compiling Utils.cpp
▸ Compiling YGConfig.cpp
▸ Compiling YGEnums.cpp
▸ Compiling YGLayout.cpp
▸ Compiling YGMarker.cpp
▸ Compiling YGNode.cpp
▸ Compiling YGNodePrint.cpp
▸ Compiling YGStyle.cpp
▸ Compiling YGValue.cpp
▸ Compiling yoga-dummy.m
▸ Compiling Yoga.cpp
▸ Building library libyoga.a
▸ Building library libyoga.a
▸ Building Pods/React-Core [Release]
▸ Check Dependencies
▸ Compiling NSDataBigString.mm
▸ Compiling JSCExecutorFactory.mm
▸ Compiling RCTAccessibilityManager.m
▸ Compiling RCTActivityIndicatorView.m
▸ Compiling RCTActivityIndicatorViewManager.m
▸ Compiling RCTAlertManager.m
▸ Compiling RCTAppState.m
▸ Compiling RCTAssert.m
▸ Compiling RCTAsyncLocalStorage.m
▸ Compiling RCTBorderDrawing.m
▸ Compiling RCTBridge.m
▸ Compiling RCTBundleURLProvider.m
▸ Compiling RCTClipboard.m
▸ Compiling RCTComponentData.m
▸ Compiling RCTComponentEvent.m
▸ Compiling RCTConvert+CoreLocation.m
▸ Compiling RCTConvert+Transform.m
▸ Compiling RCTConvert.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTConvert.m:367:34: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
@"ascii-capable-number-pad": @(UIKeyboardTypeASCIICapableNumberPad),
^~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling RCTCxxBridge.mm
▸ Compiling RCTCxxConvert.m
▸ Compiling RCTCxxMethod.mm
▸ Compiling RCTCxxModule.mm
▸ Compiling RCTCxxUtils.mm
▸ Compiling RCTDatePicker.m
▸ Compiling RCTDatePickerManager.m
▸ Compiling RCTDeviceInfo.m
▸ Compiling RCTDevSettings.mm
▸ Compiling RCTDisplayLink.m
▸ Compiling RCTErrorInfo.m
▸ Compiling RCTEventDispatcher.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTEventDispatcher.m:153:18: unused variable 'previousEvent' [-Wunused-variable]
id<RCTEvent> previousEvent = _events[eventID];
^~~~~~
▸ Compiling RCTEventEmitter.m
▸ Compiling RCTExceptionsManager.m
▸ Compiling RCTFollyConvert.mm
▸ Compiling RCTFont.mm
▸ Compiling RCTFPSGraph.m
▸ Compiling RCTFrameUpdate.m
▸ Compiling RCTI18nManager.m
▸ Compiling RCTI18nUtil.m
▸ Compiling RCTImageSource.m
▸ Compiling RCTJavaScriptLoader.mm
▸ Compiling RCTJSStackFrame.m
▸ Compiling RCTKeyboardObserver.m
▸ Compiling RCTKeyCommands.m
▸ Compiling RCTLayout.m
▸ Compiling RCTLayoutAnimation.m
▸ Compiling RCTLayoutAnimationGroup.m
▸ Compiling RCTLog.mm
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTLog.mm:186:29: unused function 'nativeStackFrameRegex' [-Wunused-function]
static NSRegularExpression *nativeStackFrameRegex()
^
▸ Compiling RCTManagedPointer.mm
▸ Compiling RCTMaskedView.m
▸ Compiling RCTMaskedViewManager.m
▸ Compiling RCTMessageThread.mm
▸ Compiling RCTModalHostView.m
▸ Compiling RCTModalHostViewController.m
▸ Compiling RCTModalHostViewManager.m
▸ Compiling RCTModalManager.m
▸ Compiling RCTModuleData.mm
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTModuleData.mm:334:8: unused variable 'instance' [-Wunused-variable]
id instance = self.instance;
^
▸ Compiling RCTModuleMethod.mm
▸ Compiling RCTMultipartDataTask.m
▸ Compiling RCTMultipartStreamReader.m
▸ Compiling RCTNativeModule.mm
▸ Compiling RCTObjcExecutor.mm
▸ Compiling RCTParserUtils.m
▸ Compiling RCTPerfMonitor.m
▸ Compiling RCTPerformanceLogger.m
▸ Compiling RCTPicker.m
▸ Compiling RCTPickerManager.m
▸ Compiling RCTPlatform.m
▸ Compiling RCTProfile.m
▸ Compiling RCTProgressViewManager.m
▸ Compiling RCTRedBox.m
▸ Compiling RCTRedBoxExtraDataViewController.m
▸ Compiling RCTRefreshControl.m
▸ Compiling RCTRefreshControlManager.m
▸ Compiling RCTReloadCommand.m
▸ Compiling RCTRootContentView.m
▸ Compiling RCTRootShadowView.m
▸ Compiling RCTRootView.m
▸ Compiling RCTSafeAreaShadowView.m
▸ Compiling RCTSafeAreaView.m
▸ Compiling RCTSafeAreaViewLocalData.m
▸ Compiling RCTSafeAreaViewManager.m
▸ Compiling RCTScrollContentShadowView.m
▸ Compiling RCTScrollContentView.m
▸ Compiling RCTScrollContentViewManager.m
▸ Compiling RCTScrollView.m
▸ Compiling RCTScrollViewManager.m
▸ Compiling RCTSegmentedControl.m
▸ Compiling RCTSegmentedControlManager.m
▸ Compiling RCTShadowView+Internal.m
▸ Compiling RCTShadowView+Layout.m
▸ Compiling RCTShadowView.m
▸ Compiling RCTSlider.m
▸ Compiling RCTSliderManager.m
▸ Compiling RCTSourceCode.m
▸ Compiling RCTSurface.mm
▸ Compiling RCTStatusBarManager.m
▸ Compiling RCTSurfaceHostingProxyRootView.mm
▸ Compiling RCTSurfaceHostingView.mm
▸ Compiling RCTSurfacePresenterStub.m
▸ Compiling RCTSurfaceRootShadowView.m
▸ Compiling RCTSurfaceRootView.mm
▸ Compiling RCTSurfaceSizeMeasureMode.mm
▸ Compiling RCTSurfaceStage.m
▸ Compiling RCTSurfaceView.mm
▸ Compiling RCTSwitch.m
▸ Compiling RCTSwitchManager.m
▸ Compiling RCTTiming.m
▸ Compiling RCTTouchEvent.m
▸ Compiling RCTTouchHandler.m
▸ Compiling RCTUIManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Modules/RCTUIManager.m:307:11: unused variable 'existingView' [-Wunused-variable]
UIView *existingView = _viewRegistry[reactTag];
^
▸ Compiling RCTUIManagerObserverCoordinator.mm
▸ Compiling RCTUIManagerUtils.m
▸ Compiling RCTUIUtils.m
▸ Compiling RCTUtils.m
▸ Compiling RCTVersion.m
▸ Compiling RCTView.m
▸ Compiling RCTViewManager.m
▸ Compiling RCTWrapperViewController.m
▸ Compiling React-Core-dummy.m
▸ Compiling UIView+React.m
▸ Compiling JSCExecutorFactory.mm
▸ Compiling NSDataBigString.mm
▸ Compiling RCTAccessibilityManager.m
▸ Compiling RCTActivityIndicatorView.m
▸ Compiling RCTActivityIndicatorViewManager.m
▸ Compiling RCTAlertManager.m
▸ Compiling RCTAppState.m
▸ Compiling RCTAssert.m
▸ Compiling RCTAsyncLocalStorage.m
▸ Compiling RCTBorderDrawing.m
▸ Compiling RCTBridge.m
▸ Compiling RCTBundleURLProvider.m
▸ Compiling RCTClipboard.m
▸ Compiling RCTComponentData.m
▸ Compiling RCTComponentEvent.m
▸ Compiling RCTConvert+CoreLocation.m
▸ Compiling RCTConvert+Transform.m
▸ Compiling RCTConvert.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTConvert.m:367:34: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
@"ascii-capable-number-pad": @(UIKeyboardTypeASCIICapableNumberPad),
^
▸ Compiling RCTCxxBridge.mm
▸ Compiling RCTCxxConvert.m
▸ Compiling RCTCxxMethod.mm
▸ Compiling RCTCxxModule.mm
▸ Compiling RCTCxxUtils.mm
▸ Compiling RCTDatePicker.m
▸ Compiling RCTDatePickerManager.m
▸ Compiling RCTDeviceInfo.m
▸ Compiling RCTDevSettings.mm
▸ Compiling RCTDisplayLink.m
▸ Compiling RCTErrorInfo.m
▸ Compiling RCTEventDispatcher.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTEventDispatcher.m:153:18: unused variable 'previousEvent' [-Wunused-variable]
id<RCTEvent> previousEvent = _events[eventID];
^~~~~~
▸ Compiling RCTEventEmitter.m
▸ Compiling RCTExceptionsManager.m
▸ Compiling RCTFollyConvert.mm
▸ Compiling RCTFont.mm
▸ Compiling RCTFPSGraph.m
▸ Compiling RCTFrameUpdate.m
▸ Compiling RCTI18nManager.m
▸ Compiling RCTI18nUtil.m
▸ Compiling RCTImageSource.m
▸ Compiling RCTJavaScriptLoader.mm
▸ Compiling RCTJSStackFrame.m
▸ Compiling RCTKeyboardObserver.m
▸ Compiling RCTKeyCommands.m
▸ Compiling RCTLayout.m
▸ Compiling RCTLayoutAnimation.m
▸ Compiling RCTLayoutAnimationGroup.m
▸ Compiling RCTLog.mm
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTLog.mm:186:29: unused function 'nativeStackFrameRegex' [-Wunused-function]
static NSRegularExpression *nativeStackFrameRegex()
^
▸ Compiling RCTManagedPointer.mm
▸ Compiling RCTMaskedView.m
▸ Compiling RCTMaskedViewManager.m
▸ Compiling RCTMessageThread.mm
▸ Compiling RCTModalHostView.m
▸ Compiling RCTModalHostViewController.m
▸ Compiling RCTModalHostViewManager.m
▸ Compiling RCTModalManager.m
▸ Compiling RCTModuleData.mm
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Base/RCTModuleData.mm:334:8: unused variable 'instance' [-Wunused-variable]
id instance = self.instance;
^
▸ Compiling RCTModuleMethod.mm
▸ Compiling RCTMultipartDataTask.m
▸ Compiling RCTMultipartStreamReader.m
▸ Compiling RCTNativeModule.mm
▸ Compiling RCTObjcExecutor.mm
▸ Compiling RCTParserUtils.m
▸ Compiling RCTPerfMonitor.m
▸ Compiling RCTPerformanceLogger.m
▸ Compiling RCTPicker.m
▸ Compiling RCTPickerManager.m
▸ Compiling RCTPlatform.m
▸ Compiling RCTProfile.m
▸ Compiling RCTProgressViewManager.m
▸ Compiling RCTRedBox.m
▸ Compiling RCTRedBoxExtraDataViewController.m
▸ Compiling RCTRefreshControl.m
▸ Compiling RCTRefreshControlManager.m
▸ Compiling RCTReloadCommand.m
▸ Compiling RCTRootContentView.m
▸ Compiling RCTRootShadowView.m
▸ Compiling RCTRootView.m
▸ Compiling RCTSafeAreaShadowView.m
▸ Compiling RCTSafeAreaView.m
▸ Compiling RCTSafeAreaViewLocalData.m
▸ Compiling RCTSafeAreaViewManager.m
▸ Compiling RCTScrollContentShadowView.m
▸ Compiling RCTScrollContentView.m
▸ Compiling RCTScrollContentViewManager.m
▸ Compiling RCTScrollView.m
▸ Compiling RCTScrollViewManager.m
▸ Compiling RCTSegmentedControl.m
▸ Compiling RCTSegmentedControlManager.m
▸ Compiling RCTShadowView+Internal.m
▸ Compiling RCTShadowView+Layout.m
▸ Compiling RCTShadowView.m
▸ Compiling RCTSlider.m
▸ Compiling RCTSliderManager.m
▸ Compiling RCTSourceCode.m
▸ Compiling RCTStatusBarManager.m
▸ Compiling RCTSurface.mm
▸ Compiling RCTSurfaceHostingProxyRootView.mm
▸ Compiling RCTSurfaceHostingView.mm
▸ Compiling RCTSurfacePresenterStub.m
▸ Compiling RCTSurfaceRootShadowView.m
▸ Compiling RCTSurfaceRootView.mm
▸ Compiling RCTSurfaceSizeMeasureMode.mm
▸ Compiling RCTSurfaceStage.m
▸ Compiling RCTSurfaceView.mm
▸ Compiling RCTSwitch.m
▸ Compiling RCTSwitchManager.m
▸ Compiling RCTTiming.m
▸ Compiling RCTTouchEvent.m
▸ Compiling RCTTouchHandler.m
▸ Compiling RCTUIManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/React/Modules/RCTUIManager.m:307:11: unused variable 'existingView' [-Wunused-variable]
UIView *existingView = _viewRegistry[reactTag];
^
▸ Compiling RCTUIManagerObserverCoordinator.mm
▸ Compiling RCTUIManagerUtils.m
▸ Compiling RCTUIUtils.m
▸ Compiling RCTUtils.m
▸ Compiling RCTVersion.m
▸ Compiling RCTView.m
▸ Compiling RCTViewManager.m
▸ Compiling RCTWrapperViewController.m
▸ Compiling React-Core-dummy.m
▸ Compiling UIView+React.m
▸ Building library libReact-Core.a
▸ Building library libReact-Core.a
▸ Building Pods/React-RCTWebSocket [Release]
▸ Check Dependencies
▸ Compiling RCTReconnectingWebSocket.m
▸ Compiling RCTSRWebSocket.m
▸ Compiling RCTWebSocketExecutor.m
▸ Compiling RCTWebSocketModule.m
▸ Compiling React-RCTWebSocket-dummy.m
▸ Compiling RCTReconnectingWebSocket.m
▸ Compiling RCTSRWebSocket.m
▸ Compiling RCTWebSocketExecutor.m
▸ Compiling RCTWebSocketModule.m
▸ Compiling React-RCTWebSocket-dummy.m
▸ Building library libReact-RCTWebSocket.a
▸ Building library libReact-RCTWebSocket.a
▸ Building Pods/React-DevSupport [Release]
▸ Check Dependencies
▸ Compiling RCTDevLoadingView.m
▸ Compiling RCTDevMenu.m
▸ Compiling RCTInspector.mm
▸ Compiling RCTInspectorDevServerHelper.mm
▸ Compiling RCTInspectorPackagerConnection.m
▸ Compiling RCTPackagerClient.m
▸ Compiling RCTPackagerConnection.mm
▸ Compiling React-DevSupport-dummy.m
▸ Compiling RCTDevLoadingView.m
▸ Compiling RCTDevMenu.m
▸ Compiling RCTInspector.mm
▸ Compiling RCTInspectorDevServerHelper.mm
▸ Compiling RCTInspectorPackagerConnection.m
▸ Compiling RCTPackagerClient.m
▸ Compiling RCTPackagerConnection.mm
▸ Compiling React-DevSupport-dummy.m
▸ Building library libReact-DevSupport.a
▸ Building library libReact-DevSupport.a
▸ Building Pods/React-RCTActionSheet [Release]
▸ Check Dependencies
▸ Compiling RCTActionSheetManager.m
▸ Compiling React-RCTActionSheet-dummy.m
▸ Compiling RCTActionSheetManager.m
▸ Compiling React-RCTActionSheet-dummy.m
▸ Building library libReact-RCTActionSheet.a
▸ Building library libReact-RCTActionSheet.a
▸ Building Pods/React-RCTAnimation [Release]
▸ Check Dependencies
▸ Compiling RCTAdditionAnimatedNode.m
▸ Compiling RCTAnimatedNode.m
▸ Compiling RCTAnimationUtils.m
▸ Compiling RCTDecayAnimation.m
▸ Compiling RCTDiffClampAnimatedNode.m
▸ Compiling RCTDivisionAnimatedNode.m
▸ Compiling RCTEventAnimation.m
▸ Compiling RCTFrameAnimation.m
▸ Compiling RCTInterpolationAnimatedNode.m
▸ Compiling RCTModuloAnimatedNode.m
▸ Compiling RCTMultiplicationAnimatedNode.m
▸ Compiling RCTNativeAnimatedModule.m
▸ Compiling RCTNativeAnimatedNodesManager.m
▸ Compiling RCTPropsAnimatedNode.m
▸ Compiling RCTSpringAnimation.m
▸ Compiling RCTStyleAnimatedNode.m
▸ Compiling RCTSubtractionAnimatedNode.m
▸ Compiling RCTTrackingAnimatedNode.m
▸ Compiling RCTTransformAnimatedNode.m
▸ Compiling RCTValueAnimatedNode.m
▸ Compiling React-RCTAnimation-dummy.m
▸ Compiling RCTAdditionAnimatedNode.m
▸ Compiling RCTAnimatedNode.m
▸ Compiling RCTAnimationUtils.m
▸ Compiling RCTDecayAnimation.m
▸ Compiling RCTDiffClampAnimatedNode.m
▸ Compiling RCTDivisionAnimatedNode.m
▸ Compiling RCTEventAnimation.m
▸ Compiling RCTFrameAnimation.m
▸ Compiling RCTInterpolationAnimatedNode.m
▸ Compiling RCTModuloAnimatedNode.m
▸ Compiling RCTMultiplicationAnimatedNode.m
▸ Compiling RCTNativeAnimatedModule.m
▸ Compiling RCTNativeAnimatedNodesManager.m
▸ Compiling RCTPropsAnimatedNode.m
▸ Compiling RCTSpringAnimation.m
▸ Compiling RCTStyleAnimatedNode.m
▸ Compiling RCTSubtractionAnimatedNode.m
▸ Compiling RCTTrackingAnimatedNode.m
▸ Compiling RCTTransformAnimatedNode.m
▸ Compiling RCTValueAnimatedNode.m
▸ Compiling React-RCTAnimation-dummy.m
▸ Building library libReact-RCTAnimation.a
▸ Building library libReact-RCTAnimation.a
▸ Building Pods/React-RCTNetwork [Release]
▸ Check Dependencies
▸ Compiling RCTDataRequestHandler.m
▸ Compiling RCTFileRequestHandler.m
▸ Compiling RCTHTTPRequestHandler.mm
▸ Compiling RCTNetInfo.m
▸ Compiling RCTNetworking.mm
▸ Compiling RCTNetworkTask.m
▸ Compiling React-RCTNetwork-dummy.m
▸ Compiling RCTDataRequestHandler.m
▸ Compiling RCTFileRequestHandler.m
▸ Compiling RCTHTTPRequestHandler.mm
▸ Compiling RCTNetInfo.m
▸ Compiling RCTNetworking.mm
▸ Compiling RCTNetworkTask.m
▸ Compiling React-RCTNetwork-dummy.m
▸ Building library libReact-RCTNetwork.a
▸ Building library libReact-RCTNetwork.a
▸ Building Pods/React-RCTBlob [Release]
▸ Check Dependencies
▸ Compiling RCTBlobCollector.mm
▸ Compiling RCTBlobManager.mm
▸ Compiling RCTFileReaderModule.m
▸ Compiling React-RCTBlob-dummy.m
▸ Compiling RCTBlobCollector.mm
▸ Compiling RCTBlobManager.mm
▸ Compiling RCTFileReaderModule.m
▸ Compiling React-RCTBlob-dummy.m
▸ Building library libReact-RCTBlob.a
▸ Building library libReact-RCTBlob.a
▸ Building Pods/React-RCTImage [Release]
▸ Check Dependencies
▸ Compiling RCTGIFImageDecoder.m
▸ Compiling RCTImageBlurUtils.m
▸ Compiling RCTImageCache.m
▸ Compiling RCTImageEditingManager.m
▸ Compiling RCTImageLoader.m
▸ Compiling RCTImageShadowView.m
▸ Compiling RCTImageStoreManager.m
▸ Compiling RCTImageUtils.m
▸ Compiling RCTImageView.m
▸ Compiling RCTImageViewManager.m
▸ Compiling RCTLocalAssetImageLoader.m
▸ Compiling RCTResizeMode.m
▸ Compiling React-RCTImage-dummy.m
▸ Compiling RCTGIFImageDecoder.m
▸ Compiling RCTImageBlurUtils.m
▸ Compiling RCTImageCache.m
▸ Compiling RCTImageEditingManager.m
▸ Compiling RCTImageLoader.m
▸ Compiling RCTImageShadowView.m
▸ Compiling RCTImageStoreManager.m
▸ Compiling RCTImageUtils.m
▸ Compiling RCTImageView.m
▸ Compiling RCTImageViewManager.m
▸ Compiling RCTLocalAssetImageLoader.m
▸ Compiling RCTResizeMode.m
▸ Compiling React-RCTImage-dummy.m
▸ Building library libReact-RCTImage.a
▸ Building library libReact-RCTImage.a
▸ Building Pods/React-RCTLinking [Release]
▸ Check Dependencies
▸ Compiling RCTLinkingManager.m
▸ Compiling React-RCTLinking-dummy.m
▸ Compiling RCTLinkingManager.m
▸ Compiling React-RCTLinking-dummy.m
▸ Building library libReact-RCTLinking.a
▸ Building library libReact-RCTLinking.a
▸ Building Pods/React-RCTSettings [Release]
▸ Check Dependencies
▸ Compiling RCTSettingsManager.m
▸ Compiling React-RCTSettings-dummy.m
▸ Compiling RCTSettingsManager.m
▸ Compiling React-RCTSettings-dummy.m
▸ Building library libReact-RCTSettings.a
▸ Building library libReact-RCTSettings.a
▸ Building Pods/React-RCTText [Release]
▸ Check Dependencies
▸ Compiling NSTextStorage+FontScaling.m
▸ Compiling RCTBackedTextInputDelegateAdapter.m
▸ Compiling RCTBaseTextInputShadowView.m
▸ Compiling RCTBaseTextInputView.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.m:574:23: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
keyboardType == UIKeyboardTypeASCIICapableNumberPad
^
▸ Compiling RCTBaseTextInputViewManager.m
▸ Compiling RCTBaseTextShadowView.m
▸ Compiling RCTBaseTextViewManager.m
▸ Compiling RCTConvert+Text.m
▸ Compiling RCTInputAccessoryShadowView.m
▸ Compiling RCTInputAccessoryView.m
▸ Compiling RCTInputAccessoryViewContent.m
▸ Compiling RCTInputAccessoryViewManager.m
▸ Compiling RCTMultilineTextInputView.m
▸ Compiling RCTMultilineTextInputViewManager.m
▸ Compiling RCTRawTextShadowView.m
▸ Compiling RCTRawTextViewManager.m
▸ Compiling RCTSinglelineTextInputView.m
▸ Compiling RCTSinglelineTextInputViewManager.m
▸ Compiling RCTTextAttributes.m
▸ Compiling RCTTextRenderer.m
▸ Compiling RCTTextSelection.m
▸ Compiling RCTTextShadowView.m
▸ Compiling RCTTextView.m
▸ Compiling RCTTextViewManager.m
▸ Compiling RCTUITextField.m
▸ Compiling RCTUITextView.m
▸ Compiling RCTVirtualTextShadowView.m
▸ Compiling RCTVirtualTextViewManager.m
▸ Compiling React-RCTText-dummy.m
▸ Compiling NSTextStorage+FontScaling.m
▸ Compiling RCTBackedTextInputDelegateAdapter.m
▸ Compiling RCTBaseTextInputShadowView.m
▸ Compiling RCTBaseTextInputView.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native/Libraries/Text/TextInput/RCTBaseTextInputView.m:574:23: 'UIKeyboardTypeASCIICapableNumberPad' is only available on iOS 10.0 or newer [-Wunguarded-availability]
keyboardType == UIKeyboardTypeASCIICapableNumberPad
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling RCTBaseTextInputViewManager.m
▸ Compiling RCTBaseTextShadowView.m
▸ Compiling RCTBaseTextViewManager.m
▸ Compiling RCTConvert+Text.m
▸ Compiling RCTInputAccessoryShadowView.m
▸ Compiling RCTInputAccessoryView.m
▸ Compiling RCTInputAccessoryViewContent.m
▸ Compiling RCTInputAccessoryViewManager.m
▸ Compiling RCTMultilineTextInputView.m
▸ Compiling RCTMultilineTextInputViewManager.m
▸ Compiling RCTRawTextShadowView.m
▸ Compiling RCTRawTextViewManager.m
▸ Compiling RCTSinglelineTextInputView.m
▸ Compiling RCTSinglelineTextInputViewManager.m
▸ Compiling RCTTextAttributes.m
▸ Compiling RCTTextRenderer.m
▸ Compiling RCTTextSelection.m
▸ Compiling RCTTextShadowView.m
▸ Compiling RCTTextView.m
▸ Compiling RCTTextViewManager.m
▸ Compiling RCTUITextField.m
▸ Compiling RCTUITextView.m
▸ Compiling RCTVirtualTextShadowView.m
▸ Compiling RCTVirtualTextViewManager.m
▸ Compiling React-RCTText-dummy.m
▸ Building library libReact-RCTText.a
▸ Building library libReact-RCTText.a
▸ Building Pods/React-RCTVibration [Release]
▸ Check Dependencies
▸ Compiling RCTVibration.m
▸ Compiling React-RCTVibration-dummy.m
▸ Compiling RCTVibration.m
▸ Compiling React-RCTVibration-dummy.m
▸ Building library libReact-RCTVibration.a
▸ Building library libReact-RCTVibration.a
▸ Aggregate Pods/React [Release]
▸ Check Dependencies
▸ Building Pods/BugsnagReactNative [Release]
▸ Check Dependencies
▸ Compiling BSG_KSBacktrace.c
▸ Compiling BSG_KSCrash.m
▸ Compiling BSG_KSCrashC.c
▸ Compiling BSG_KSCrashCallCompletion.m
▸ Compiling BSG_KSCrashDoctor.m
▸ Compiling BSG_KSCrashIdentifier.m
▸ Compiling BSG_KSCrashReport.c
▸ Compiling BSG_KSCrashReportStore.m
▸ Compiling BSG_KSCrashSentry.c
▸ Compiling BSG_KSCrashSentry_CPPException.mm
▸ Compiling BSG_KSCrashSentry_MachException.c
▸ Compiling BSG_KSCrashSentry_NSException.m
▸ Compiling BSG_KSCrashSentry_Signal.c
▸ Compiling BSG_KSCrashSentry_User.c
▸ Compiling BSG_KSCrashState.m
▸ Compiling BSG_KSCrashType.c
▸ Compiling BSG_KSDynamicLinker.c
▸ Compiling BSG_KSFileUtils.c
▸ Compiling BSG_KSJSONCodec.c
▸ Compiling BSG_KSJSONCodecObjC.m
▸ Compiling BSG_KSLogger.m
▸ Compiling BSG_KSMach.c
▸ Compiling BSG_KSMach_Arm.c
▸ Compiling BSG_KSMach_Arm64.c
▸ Compiling BSG_KSMach_x86_32.c
▸ Compiling BSG_KSMach_x86_64.c
▸ Compiling BSG_KSObjC.c
▸ Compiling BSG_KSSignalInfo.c
▸ Compiling BSG_KSString.c
▸ Compiling BSG_KSSysCtl.c
▸ Compiling BSG_KSSystemInfo.m
▸ Compiling BSG_RFC3339DateTool.m
▸ Compiling BSGConnectivity.m
▸ Compiling BSGOutOfMemoryWatchdog.m
▸ Compiling BSGSerialization.m
▸ Compiling Bugsnag.m
▸ Compiling BugsnagApiClient.m
▸ Compiling BugsnagBreadcrumb.m
▸ Compiling BugsnagCollections.m
▸ Compiling BugsnagConfiguration.m
▸ Compiling BugsnagCrashReport.m
▸ Compiling BugsnagCrashSentry.m
▸ Compiling BugsnagErrorReportApiClient.m
▸ Compiling BugsnagFileStore.m
▸ Compiling BugsnagHandledState.m
▸ Compiling BugsnagKSCrashSysInfoParser.m
▸ Compiling BugsnagMetaData.m
▸ Compiling BugsnagNotifier.m
▸ Compiling BugsnagReactNative-dummy.m
▸ Compiling BugsnagReactNative.m
▸ Compiling BugsnagSession.m
▸ Compiling BugsnagSessionFileStore.m
▸ Compiling BugsnagSessionTracker.m
▸ Compiling BugsnagSessionTrackingApiClient.m
▸ Compiling BugsnagSessionTrackingPayload.m
▸ Compiling BugsnagSink.m
▸ Compiling BugsnagUser.m
▸ Compiling NSError+BSG_SimpleConstructor.m
▸ Compiling BSG_KSBacktrace.c
▸ Compiling BSG_KSCrash.m
▸ Compiling BSG_KSCrashC.c
▸ Compiling BSG_KSCrashCallCompletion.m
▸ Compiling BSG_KSCrashDoctor.m
▸ Compiling BSG_KSCrashIdentifier.m
▸ Compiling BSG_KSCrashReport.c
▸ Compiling BSG_KSCrashReportStore.m
▸ Compiling BSG_KSCrashSentry.c
▸ Compiling BSG_KSCrashSentry_CPPException.mm
▸ Compiling BSG_KSCrashSentry_MachException.c
▸ Compiling BSG_KSCrashSentry_NSException.m
▸ Compiling BSG_KSCrashSentry_Signal.c
▸ Compiling BSG_KSCrashSentry_User.c
▸ Compiling BSG_KSCrashState.m
▸ Compiling BSG_KSCrashType.c
▸ Compiling BSG_KSDynamicLinker.c
▸ Compiling BSG_KSFileUtils.c
▸ Compiling BSG_KSJSONCodec.c
▸ Compiling BSG_KSJSONCodecObjC.m
▸ Compiling BSG_KSLogger.m
▸ Compiling BSG_KSMach.c
▸ Compiling BSG_KSMach_Arm.c
▸ Compiling BSG_KSMach_Arm64.c
▸ Compiling BSG_KSMach_x86_32.c
▸ Compiling BSG_KSMach_x86_64.c
▸ Compiling BSG_KSObjC.c
▸ Compiling BSG_KSSignalInfo.c
▸ Compiling BSG_KSString.c
▸ Compiling BSG_KSSysCtl.c
▸ Compiling BSG_KSSystemInfo.m
▸ Compiling BSG_RFC3339DateTool.m
▸ Compiling BSGConnectivity.m
▸ Compiling BSGOutOfMemoryWatchdog.m
▸ Compiling BSGSerialization.m
▸ Compiling Bugsnag.m
▸ Compiling BugsnagApiClient.m
▸ Compiling BugsnagBreadcrumb.m
▸ Compiling BugsnagCollections.m
▸ Compiling BugsnagConfiguration.m
▸ Compiling BugsnagCrashReport.m
▸ Compiling BugsnagCrashSentry.m
▸ Compiling BugsnagErrorReportApiClient.m
▸ Compiling BugsnagFileStore.m
▸ Compiling BugsnagHandledState.m
▸ Compiling BugsnagKSCrashSysInfoParser.m
▸ Compiling BugsnagMetaData.m
▸ Compiling BugsnagNotifier.m
▸ Compiling BugsnagReactNative-dummy.m
▸ Compiling BugsnagReactNative.m
▸ Compiling BugsnagSession.m
▸ Compiling BugsnagSessionFileStore.m
▸ Compiling BugsnagSessionTracker.m
▸ Compiling BugsnagSessionTrackingApiClient.m
▸ Compiling BugsnagSessionTrackingPayload.m
▸ Compiling BugsnagSink.m
▸ Compiling BugsnagUser.m
▸ Compiling NSError+BSG_SimpleConstructor.m
▸ Building library libBugsnagReactNative.a
▸ Building library libBugsnagReactNative.a
▸ Aggregate Pods/Fabric [Release]
▸ Check Dependencies
▸ Aggregate Pods/Crashlytics [Release]
▸ Check Dependencies
▸ Building Pods/GoogleUtilities [Release]
▸ Check Dependencies
▸ Compiling GoogleUtilities-dummy.m
▸ Compiling GULAppDelegateSwizzler.m
▸ Compiling GULAppEnvironmentUtil.m
▸ Compiling GULLogger.m
▸ Compiling GULMutableDictionary.m
▸ Compiling GULNetwork.m
▸ Compiling GULNetworkConstants.m
▸ Compiling GULNetworkURLSession.m
▸ Compiling GULNSData+zlib.m
▸ Compiling GULReachabilityChecker.m
▸ Compiling GULSwizzler.m
▸ Compiling GULUserDefaults.m
▸ Compiling GoogleUtilities-dummy.m
▸ Compiling GULAppDelegateSwizzler.m
▸ Compiling GULAppEnvironmentUtil.m
▸ Compiling GULLogger.m
▸ Compiling GULMutableDictionary.m
▸ Compiling GULNetwork.m
▸ Compiling GULNetworkConstants.m
▸ Compiling GULNetworkURLSession.m
▸ Compiling GULNSData+zlib.m
▸ Compiling GULReachabilityChecker.m
▸ Compiling GULSwizzler.m
▸ Compiling GULUserDefaults.m
▸ Building library libGoogleUtilities.a
▸ Building library libGoogleUtilities.a
▸ Building Pods/FirebaseCore [Release]
▸ Check Dependencies
▸ Compiling FIRAnalyticsConfiguration.m
▸ Compiling FIRAppAssociationRegistration.m
▸ Compiling FIRApp.m
▸ Compiling FIRBundleUtil.m
▸ Compiling FIRComponent.m
▸ Compiling FIRComponentContainer.m
▸ Compiling FIRComponentType.m
▸ Compiling FIRConfiguration.m
▸ Compiling FIRDependency.m
▸ Compiling FirebaseCore-dummy.m
▸ Compiling FIRErrors.m
▸ Compiling FIRLogger.m
▸ Compiling FIROptions.m
▸ Compiling FIRVersion.m
▸ Compiling FIRAnalyticsConfiguration.m
▸ Compiling FIRApp.m
▸ Compiling FIRAppAssociationRegistration.m
▸ Compiling FIRBundleUtil.m
▸ Compiling FIRComponent.m
▸ Compiling FIRComponentContainer.m
▸ Compiling FIRComponentType.m
▸ Compiling FIRConfiguration.m
▸ Compiling FIRDependency.m
▸ Compiling FirebaseCore-dummy.m
▸ Compiling FIRErrors.m
▸ Compiling FIRLogger.m
▸ Compiling FIROptions.m
▸ Compiling FIRVersion.m
▸ Building library libFirebaseCore.a
▸ Building library libFirebaseCore.a
▸ Building Pods/FirebaseInstanceID [Release]
▸ Check Dependencies
▸ Compiling FirebaseInstanceID-dummy.m
▸ Compiling FIRInstanceID+Private.m
▸ Compiling FIRInstanceID.m
▸ Compiling FIRInstanceIDAPNSInfo.m
▸ Compiling FIRInstanceIDAuthKeyChain.m
▸ Compiling FIRInstanceIDAuthService.m
▸ Compiling FIRInstanceIDBackupExcludedPlist.m
▸ Compiling FIRInstanceIDCheckinPreferences+Internal.m
▸ Compiling FIRInstanceIDCheckinPreferences.m
▸ Compiling FIRInstanceIDCheckinService.m
▸ Compiling FIRInstanceIDCheckinStore.m
▸ Compiling FIRInstanceIDCombinedHandler.m
▸ Compiling FIRInstanceIDConstants.m
▸ Compiling FIRInstanceIDKeychain.m
▸ Compiling FIRInstanceIDKeyPair.m
▸ Compiling FIRInstanceIDKeyPairStore.m
▸ Compiling FIRInstanceIDKeyPairUtilities.m
▸ Compiling FIRInstanceIDLogger.m
▸ Compiling FIRInstanceIDStore.m
▸ Compiling FIRInstanceIDStringEncoding.m
▸ Compiling FIRInstanceIDTokenDeleteOperation.m
▸ Compiling FIRInstanceIDTokenFetchOperation.m
▸ Compiling FIRInstanceIDTokenInfo.m
▸ Compiling FIRInstanceIDTokenManager.m
▸ Compiling FIRInstanceIDTokenOperation.m
▸ Compiling FIRInstanceIDTokenStore.m
▸ Compiling FIRInstanceIDURLQueryItem.m
▸ Compiling FIRInstanceIDUtilities.m
▸ Compiling FIRInstanceIDVersionUtilities.m
▸ Compiling NSError+FIRInstanceID.m
▸ Compiling FirebaseInstanceID-dummy.m
▸ Compiling FIRInstanceID+Private.m
▸ Compiling FIRInstanceID.m
▸ Compiling FIRInstanceIDAPNSInfo.m
▸ Compiling FIRInstanceIDAuthKeyChain.m
▸ Compiling FIRInstanceIDAuthService.m
▸ Compiling FIRInstanceIDBackupExcludedPlist.m
▸ Compiling FIRInstanceIDCheckinPreferences+Internal.m
▸ Compiling FIRInstanceIDCheckinPreferences.m
▸ Compiling FIRInstanceIDCheckinService.m
▸ Compiling FIRInstanceIDCheckinStore.m
▸ Compiling FIRInstanceIDCombinedHandler.m
▸ Compiling FIRInstanceIDConstants.m
▸ Compiling FIRInstanceIDKeychain.m
▸ Compiling FIRInstanceIDKeyPair.m
▸ Compiling FIRInstanceIDKeyPairStore.m
▸ Compiling FIRInstanceIDKeyPairUtilities.m
▸ Compiling FIRInstanceIDLogger.m
▸ Compiling FIRInstanceIDStore.m
▸ Compiling FIRInstanceIDStringEncoding.m
▸ Compiling FIRInstanceIDTokenDeleteOperation.m
▸ Compiling FIRInstanceIDTokenFetchOperation.m
▸ Compiling FIRInstanceIDTokenInfo.m
▸ Compiling FIRInstanceIDTokenManager.m
▸ Compiling FIRInstanceIDTokenOperation.m
▸ Compiling FIRInstanceIDTokenStore.m
▸ Compiling FIRInstanceIDURLQueryItem.m
▸ Compiling FIRInstanceIDUtilities.m
▸ Compiling FIRInstanceIDVersionUtilities.m
▸ Compiling NSError+FIRInstanceID.m
▸ Building library libFirebaseInstanceID.a
▸ Building library libFirebaseInstanceID.a
▸ Building Pods/nanopb [Release]
▸ Check Dependencies
▸ Compiling nanopb-dummy.m
▸ Compiling pb_common.c
▸ Compiling pb_decode.c
▸ Compiling pb_encode.c
▸ Compiling nanopb-dummy.m
▸ Compiling pb_common.c
▸ Compiling pb_decode.c
▸ Compiling pb_encode.c
▸ Building library libnanopb.a
▸ Building library libnanopb.a
▸ Aggregate Pods/GoogleAppMeasurement [Release]
▸ Check Dependencies
▸ Aggregate Pods/FirebaseAnalytics [Release]
▸ Check Dependencies
▸ Aggregate Pods/FirebaseAnalyticsInterop [Release]
▸ Check Dependencies
▸ Building Pods/Protobuf [Release]
▸ Check Dependencies
▸ Compiling Any.pbobjc.m
▸ Compiling Api.pbobjc.m
▸ Compiling Duration.pbobjc.m
▸ Compiling Empty.pbobjc.m
▸ Compiling FieldMask.pbobjc.m
▸ Compiling GPBArray.m
▸ Compiling GPBCodedInputStream.m
▸ Compiling GPBCodedOutputStream.m
▸ Compiling GPBDescriptor.m
▸ Compiling GPBDictionary.m
▸ Compiling GPBExtensionInternals.m
▸ Compiling GPBExtensionRegistry.m
▸ Compiling GPBMessage.m
▸ Compiling GPBRootObject.m
▸ Compiling GPBUnknownField.m
▸ Compiling GPBUnknownFieldSet.m
▸ Compiling GPBUtilities.m
▸ Compiling GPBWellKnownTypes.m
▸ Compiling GPBWireFormat.m
▸ Compiling Protobuf-dummy.m
▸ Compiling SourceContext.pbobjc.m
▸ Compiling Struct.pbobjc.m
▸ Compiling Timestamp.pbobjc.m
▸ Compiling Type.pbobjc.m
▸ Compiling Wrappers.pbobjc.m
▸ Compiling Any.pbobjc.m
▸ Compiling Api.pbobjc.m
▸ Compiling Duration.pbobjc.m
▸ Compiling Empty.pbobjc.m
▸ Compiling FieldMask.pbobjc.m
▸ Compiling GPBArray.m
▸ Compiling GPBCodedInputStream.m
▸ Compiling GPBCodedOutputStream.m
▸ Compiling GPBDescriptor.m
▸ Compiling GPBDictionary.m
▸ Compiling GPBExtensionInternals.m
▸ Compiling GPBExtensionRegistry.m
▸ Compiling GPBMessage.m
▸ Compiling GPBRootObject.m
▸ Compiling GPBUnknownField.m
▸ Compiling GPBUnknownFieldSet.m
▸ Compiling GPBUtilities.m
▸ Compiling GPBWellKnownTypes.m
▸ Compiling GPBWireFormat.m
▸ Compiling Protobuf-dummy.m
▸ Compiling SourceContext.pbobjc.m
▸ Compiling Struct.pbobjc.m
▸ Compiling Timestamp.pbobjc.m
▸ Compiling Type.pbobjc.m
▸ Compiling Wrappers.pbobjc.m
▸ Building library libProtobuf.a
▸ Building library libProtobuf.a
▸ Building Pods/FirebaseMessaging [Release]
▸ Check Dependencies
▸ Compiling FirebaseMessaging-dummy.m
▸ Compiling FIRMessaging.m
▸ Compiling FIRMessagingAnalytics.m
▸ Compiling FIRMessagingClient.m
▸ Compiling FIRMessagingCodedInputStream.m
▸ Compiling FIRMessagingConnection.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingConstants.m
▸ Compiling FIRMessagingContextManagerService.m
▸ Compiling FIRMessagingDataMessageManager.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingDelayedMessageQueue.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingExtensionHelper.m
▸ Compiling FIRMessagingLogger.m
▸ Compiling FIRMessagingPacketQueue.m
▸ Compiling FIRMessagingPendingTopicsList.m
▸ Compiling FIRMessagingPersistentSyncMessage.m
▸ Compiling FIRMessagingPubSub.m
▸ Compiling FIRMessagingPubSubRegistrar.m
▸ Compiling FIRMessagingReceiver.m
▸ Compiling FIRMessagingRemoteNotificationsProxy.m
▸ Compiling FIRMessagingRmq2PersistentStore.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingRmqManager.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingSecureSocket.m
▸ Compiling FIRMessagingSyncMessageManager.m
▸ Compiling FIRMessagingTopicOperation.m
▸ Compiling FIRMessagingUtilities.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingVersionUtilities.m
▸ Compiling GtalkCore.pbobjc.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling GtalkExtensions.pbobjc.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling NSDictionary+FIRMessaging.m
▸ Compiling NSError+FIRMessaging.m
▸ Compiling FirebaseMessaging-dummy.m
▸ Compiling FIRMessaging.m
▸ Compiling FIRMessagingAnalytics.m
▸ Compiling FIRMessagingClient.m
▸ Compiling FIRMessagingCodedInputStream.m
▸ Compiling FIRMessagingConnection.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingConstants.m
▸ Compiling FIRMessagingContextManagerService.m
▸ Compiling FIRMessagingDataMessageManager.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingDelayedMessageQueue.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingExtensionHelper.m
▸ Compiling FIRMessagingLogger.m
▸ Compiling FIRMessagingPacketQueue.m
▸ Compiling FIRMessagingPendingTopicsList.m
▸ Compiling FIRMessagingPersistentSyncMessage.m
▸ Compiling FIRMessagingPubSub.m
▸ Compiling FIRMessagingPubSubRegistrar.m
▸ Compiling FIRMessagingReceiver.m
▸ Compiling FIRMessagingRemoteNotificationsProxy.m
▸ Compiling FIRMessagingRmq2PersistentStore.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingRmqManager.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingSecureSocket.m
▸ Compiling FIRMessagingSyncMessageManager.m
▸ Compiling FIRMessagingTopicOperation.m
▸ Compiling FIRMessagingUtilities.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling FIRMessagingVersionUtilities.m
▸ Compiling GtalkCore.pbobjc.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling GtalkExtensions.pbobjc.m
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Any.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Api.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Duration.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Empty.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/FieldMask.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/SourceContext.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Struct.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Timestamp.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Type.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import <Protobuf/Wrappers.pbobjc.h>
^~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling NSDictionary+FIRMessaging.m
▸ Compiling NSError+FIRMessaging.m
▸ Building library libFirebaseMessaging.a
▸ Building library libFirebaseMessaging.a
▸ Aggregate Pods/Firebase [Release]
▸ Check Dependencies
▸ Building Pods/RNCAsyncStorage [Release]
▸ Check Dependencies
▸ Compiling RNCAsyncStorage-dummy.m
▸ Compiling RNCAsyncStorage.m
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:56: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
^
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
^
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:70: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
^
▸ Compiling RNCAsyncStorage-dummy.m
▸ Compiling RNCAsyncStorage.m
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
^
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:38:56: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiGet:(NSArray<NSString *> *)keys callback:(RCTResponseSenderBlock)callback;
^
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
^
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.h:41:70: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)multiSet:(NSArray<NSArray<NSString *> *> *)kvPairs callback:(RCTResponseSenderBlock)callback;
^
▸ Building library libRNCAsyncStorage.a
▸ Building library libRNCAsyncStorage.a
▸ Building Pods/RNDeviceInfo [Release]
▸ Check Dependencies
▸ Compiling DeviceUID.m
▸ Compiling RNDeviceInfo-dummy.m
▸ Compiling RNDeviceInfo.m
▸ Compiling DeviceUID.m
▸ Compiling RNDeviceInfo-dummy.m
▸ Compiling RNDeviceInfo.m
▸ Building library libRNDeviceInfo.a
▸ Building library libRNDeviceInfo.a
▸ Building Pods/RNFirebase [Release]
▸ Check Dependencies
▸ Compiling BannerComponent.m
▸ Compiling NativeExpressComponent.m
▸ Compiling RCTConvert+UIBackgroundFetchResult.m
▸ Compiling RNFirebase-dummy.m
▸ Compiling RNFirebase.m
▸ Compiling RNFirebaseAdMob.m
▸ Compiling RNFirebaseAdMobBannerManager.m
▸ Compiling RNFirebaseAdMobInterstitial.m
▸ Compiling RNFirebaseAdMobNativeExpressManager.m
▸ Compiling RNFirebaseAdMobRewardedVideo.m
▸ Compiling RNFirebaseAnalytics.m
▸ Compiling RNFirebaseAuth.m
▸ Compiling RNFirebaseCrashlytics.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/fabric/crashlytics/RNFirebaseCrashlytics.m:62:38: incompatible pointer to integer conversion sending 'BOOL *' (aka 'signed char *') to parameter of type 'BOOL' (aka 'signed char'); dereference with * [-Wint-conversion]
[CrashlyticsKit setBoolValue:boolValue forKey:key];
^
▸ Compiling RNFirebaseDatabase.m
▸ Compiling RNFirebaseDatabaseReference.m
▸ Compiling RNFirebaseFirestore.m
▸ Compiling RNFirebaseFirestoreCollectionReference.m
▸ Compiling RNFirebaseFirestoreDocumentReference.m
▸ Compiling RNFirebaseFunctions.m
▸ Compiling RNFirebaseInstanceId.m
▸ Compiling RNFirebaseLinks.m
▸ Compiling RNFirebaseMessaging.m
▸ Compiling RNFirebaseNotifications.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/notifications/RNFirebaseNotifications.m:464:41: incompatible pointer to integer conversion assigning to 'BOOL' (aka 'signed char') from 'id _Nullable' [-Wint-conversion]
localNotification.hasAction = ios[@"hasAction"];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/notifications/RNFirebaseNotifications.m:592:134: incompatible pointer to integer conversion sending 'NSString *__strong' to parameter of type 'BOOL' (aka 'signed char') [-Wint-conversion]
UNCalendarNotificationTrigger *trigger = [UNCalendarNotificationTrigger triggerWithDateMatchingComponents:components repeats:interval];
^ ~~~~~~~~~~~~~~~~~
▸ Compiling RNFirebasePerformance.m
▸ Compiling RNFirebaseRemoteConfig.m
▸ Compiling RNFirebaseStorage.m
▸ Compiling RNFirebaseUtil.m
▸ Compiling BannerComponent.m
▸ Compiling NativeExpressComponent.m
▸ Compiling RCTConvert+UIBackgroundFetchResult.m
▸ Compiling RNFirebase-dummy.m
▸ Compiling RNFirebase.m
▸ Compiling RNFirebaseAdMob.m
▸ Compiling RNFirebaseAdMobBannerManager.m
▸ Compiling RNFirebaseAdMobInterstitial.m
▸ Compiling RNFirebaseAdMobNativeExpressManager.m
▸ Compiling RNFirebaseAdMobRewardedVideo.m
▸ Compiling RNFirebaseAnalytics.m
▸ Compiling RNFirebaseAuth.m
▸ Compiling RNFirebaseCrashlytics.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-firebase/ios/RNFirebase/fabric/crashlytics/RNFirebaseCrashlytics.m:70:37: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
[CrashlyticsKit setIntValue:[intValue integerValue] forKey:key];
^
▸ Compiling RNFirebaseDatabase.m
▸ Compiling RNFirebaseDatabaseReference.m
▸ Compiling RNFirebaseFirestore.m
▸ Compiling RNFirebaseFirestoreCollectionReference.m
▸ Compiling RNFirebaseFirestoreDocumentReference.m
▸ Compiling RNFirebaseFunctions.m
▸ Compiling RNFirebaseInstanceId.m
▸ Compiling RNFirebaseLinks.m
▸ Compiling RNFirebaseMessaging.m
▸ Compiling RNFirebaseNotifications.m
▸ Compiling RNFirebasePerformance.m
▸ Compiling RNFirebaseRemoteConfig.m
▸ Compiling RNFirebaseStorage.m
▸ Compiling RNFirebaseUtil.m
▸ Building library libRNFirebase.a
▸ Building library libRNFirebase.a
▸ Building Pods/RNGestureHandler [Release]
▸ Check Dependencies
▸ Compiling RNFlingHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
~ ^~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling RNForceTouchHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandler-dummy.m
▸ Compiling RNGestureHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerButton.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerEvents.m
▸ Compiling RNGestureHandlerManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerModule.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerRegistry.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNLongPressHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNNativeViewHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNPanHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNPinchHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNRootViewGestureRecognizer.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNRotationHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNTapHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNFlingHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNForceTouchHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandler-dummy.m
▸ Compiling RNGestureHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerButton.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerEvents.m
▸ Compiling RNGestureHandlerManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerModule.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNGestureHandlerRegistry.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNLongPressHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNNativeViewHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNPanHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNPinchHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNRootViewGestureRecognizer.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNRotationHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Compiling RNTapHandler.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-gesture-handler/ios/RNGestureHandler.h:70:59: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
withExtraData:(RNGestureHandlerEventExtraData *)extraData;
^
▸ Building library libRNGestureHandler.a
▸ Building library libRNGestureHandler.a
▸ Building Pods/RNVectorIcons [Release]
▸ Check Dependencies
▸ Compiling RNVectorIcons-dummy.m
▸ Compiling RNVectorIconsManager.m
▸ Compiling RNVectorIcons-dummy.m
▸ Compiling RNVectorIconsManager.m
▸ Building library libRNVectorIcons.a
▸ Building library libRNVectorIcons.a
▸ Building Pods/ReactNativePermissions [Release]
▸ Check Dependencies
▸ Compiling RCTConvert+RNPStatus.m
▸ Compiling ReactNativePermissions-dummy.m
▸ Compiling ReactNativePermissions.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:93:9: implicit boolean conversion of Objective-C object literal always evaluates to true [-Wobjc-literal-conversion]
if (@(UIApplicationOpenSettingsURLString != nil)) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:166:15: unused variable 'status' [-Wunused-variable]
NSString *status;
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:217:17: variable 'types' is uninitialized when used here [-Wuninitialized]
types = types | UIUserNotificationTypeAlert;
^
▸ Compiling RNPAudioVideo.m
▸ Compiling RNPBackgroundRefresh.m
▸ Compiling RNPBluetooth.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPBluetooth.m:41:80: sending 'RNPBluetooth *const __strong' to parameter of incompatible type 'id<CBPeripheralManagerDelegate> _Nullable'
self.peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self queue:nil];
^
▸ Compiling RNPContacts.m
▸ Compiling RNPEvent.m
▸ Compiling RNPLocation.m
▸ Compiling RNPMediaLibrary.m
▸ Compiling RNPMotion.m
▸ Compiling RNPNotification.m
▸ Compiling RNPPhoto.m
▸ Compiling RNPSpeechRecognition.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:17:17: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
int status = [SFSpeechRecognizer authorizationStatus];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:6: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
^~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:48: 'SFSpeechRecognizerAuthorizationStatus' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
^~~~~~~~~~~~~~~~~~
▸ Compiling RCTConvert+RNPStatus.m
▸ Compiling ReactNativePermissions-dummy.m
▸ Compiling ReactNativePermissions.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:93:9: implicit boolean conversion of Objective-C object literal always evaluates to true [-Wobjc-literal-conversion]
if (@(UIApplicationOpenSettingsURLString != nil)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:166:15: unused variable 'status' [-Wunused-variable]
NSString *status;
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/ReactNativePermissions.m:217:17: variable 'types' is uninitialized when used here [-Wuninitialized]
types = types | UIUserNotificationTypeAlert;
^
▸ Compiling RNPAudioVideo.m
▸ Compiling RNPBackgroundRefresh.m
▸ Compiling RNPBluetooth.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPBluetooth.m:41:80: sending 'RNPBluetooth *const __strong' to parameter of incompatible type 'id<CBPeripheralManagerDelegate> _Nullable'
self.peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self queue:nil];
^
▸ Compiling RNPContacts.m
▸ Compiling RNPEvent.m
▸ Compiling RNPLocation.m
▸ Compiling RNPMediaLibrary.m
▸ Compiling RNPMotion.m
▸ Compiling RNPNotification.m
▸ Compiling RNPPhoto.m
▸ Compiling RNPSpeechRecognition.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:17:17: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
int status = [SFSpeechRecognizer authorizationStatus];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:6: 'SFSpeechRecognizer' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
^~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-permissions/ios/Permissions/RNPSpeechRecognition.m:39:48: 'SFSpeechRecognizerAuthorizationStatus' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) {
^~~~~~~~~~~~~~~~~~
▸ Building library libReactNativePermissions.a
▸ Building library libReactNativePermissions.a
▸ Building Pods/react-native-appsflyer [Release]
▸ Check Dependencies
▸ Compiling react-native-appsflyer-dummy.m
▸ Compiling RNAppsFlyer.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:347:48: 'openURL:options:completionHandler:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:appLink] options:@{} completionHandler:^(BOOL success) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:432:34: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:type body:errorMessage];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:439:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:afOnInstallConversionData body:data];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:442:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:afOnAppOpenAttribution body:data];
^
▸ Compiling react-native-appsflyer-dummy.m
▸ Compiling RNAppsFlyer.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:347:48: 'openURL:options:completionHandler:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:appLink] options:@{} completionHandler:^(BOOL success) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:432:34: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:type body:errorMessage];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:439:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:afOnInstallConversionData body:data];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-appsflyer/ios/RNAppsFlyer.m:442:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:afOnAppOpenAttribution body:data];
^
▸ Building library libreact-native-appsflyer.a
▸ Building library libreact-native-appsflyer.a
▸ Building Pods/react-native-camera [Release]
▸ Check Dependencies
▸ Compiling BarcodeDetectorManagerMlkit.m
▸ Compiling CameraFocusSquare.m
▸ Compiling FaceDetectorManagerMlkit.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:298:25: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setTracking:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:302:30: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setLandmarksMode:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:307:32: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setPerformanceMode:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:312:35: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClassificationMode:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setTracking:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setLandmarksMode:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setPerformanceMode:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setClassificationMode:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:288:1: conflicting return type in implementation of 'findFacesInFrame:scaleX:scaleY:completed:': 'void' vs 'NSArray *' [-Wmismatched-return-types]
- (NSArray *)findFacesInFrame:(UIImage *)image
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'constants' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^ ~~~~
▸ Compiling NSMutableDictionary+ImageMetadata.m
▸ Compiling RCTCamera.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:95:1: method possibly missing a [super insertReactSubview:atIndex:] call [-Wobjc-missing-super-calls]
}
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:101:1: method possibly missing a [super removeReactSubview:] call [-Wobjc-missing-super-calls]
}
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:150:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:@"focusChanged" body:event];
^
▸ Compiling RCTCameraManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:67:10: comparison of address of 'AVMetadataObjectTypeInterleaved2of5Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if (&AVMetadataObjectTypeInterleaved2of5Code != NULL) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:71:9: comparison of address of 'AVMetadataObjectTypeITF14Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if(&AVMetadataObjectTypeITF14Code != NULL){
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:75:9: comparison of address of 'AVMetadataObjectTypeDataMatrixCode' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if(&AVMetadataObjectTypeDataMatrixCode != NULL){
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:247:20: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'int *') from 'NSInteger' (aka 'int') [-Wint-conversion]
self.flashMode = [RCTConvert NSInteger:json];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:260:57: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
if (device.hasFlash && [device isFlashModeSupported:self.flashMode])
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:265:34: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
[device setFlashMode:self.flashMode];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:278:16: incompatible integer to pointer conversion initializing 'NSInteger *' (aka 'int *') with an expression of type 'NSInteger' (aka 'int') [-Wint-conversion]
NSInteger *torchMode = [RCTConvert NSInteger:json];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:287:27: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'AVCaptureTorchMode' (aka 'enum AVCaptureTorchMode') [-Wint-conversion]
[device setTorchMode: torchMode];
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:321:1: implementing deprecated method [-Wdeprecated-implementations]
- (NSArray *)customBubblingEventTypes
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:24: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:37: 'writeImageDataToSavedPhotosAlbum:metadata:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromImageData: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:5: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:50: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:923:18: 'videoAtPathIsCompatibleWithSavedPhotosAlbum:' is deprecated: first deprecated in iOS 9.0 - Use isCompatibleWithSavedPhotosAlbum on AVAsset instead [-Wdeprecated-declarations]
if ([library videoAtPathIsCompatibleWithSavedPhotosAlbum:outputFileURL]) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:924:16: 'writeVideoAtPathToSavedPhotosAlbum:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromVideoAtFilePath: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[library writeVideoAtPathToSavedPhotosAlbum:outputFileURL
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1001:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:@"CameraBarCodeRead" body:event];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1122:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:@"zoomChanged" body:event];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:21:17: method definition for 'setZoom' not found [-Wincomplete-implementation]
@implementation RCTCameraManager
^
▸ Compiling RCTSensorOrientationChecker.m
▸ Compiling react-native-camera-dummy.m
▸ Compiling RNCamera.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
@property(nonatomic, strong) dispatch_queue_t sessionQueue;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateTrackingEnabled:(id)requestedTracking;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionMode:(id)requestedMode;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionClassifications:(id)requestedClassifications;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePicture:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePictureWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)record:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)recordWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onReady:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onMountingError:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onCodeRead:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onFacesDetected:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onPictureSaved:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onText:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onBarcodesDetected:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:40:35: type of property 'isRecording' does not match type of accessor 'isRecording'
@property(nonatomic, assign) BOOL isRecording;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:285:107: 'isLockingFocusWithCustomLensPositionSupported' is only available on iOS 10.0 or newer [-Wunguarded-availability]
if (![device respondsToSelector:@selector(isLockingFocusWithCustomLensPositionSupported)] || ![device isLockingFocusWithCustomLensPositionSupported]) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:742:24: this block declaration is not a prototype [-Wstrict-prototypes]
void (^statusBlock)() = ^() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:857:14: type of property 'isRecording' does not match type of accessor 'isRecording'
if (self.isRecording) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1204:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1277:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
^
▸ Compiling RNCameraManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
@property(nonatomic, strong) dispatch_queue_t sessionQueue;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateTrackingEnabled:(id)requestedTracking;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionMode:(id)requestedMode;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionClassifications:(id)requestedClassifications;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePicture:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePictureWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)record:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)recordWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onReady:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onMountingError:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onCodeRead:(NSDictionary *)event;
^
⚠��� /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onFacesDetected:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onPictureSaved:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onText:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onBarcodesDetected:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:40:35: type of property 'isRecording' does not match type of accessor 'isRecording'
@property(nonatomic, assign) BOOL isRecording;
^
▸ Compiling RNCameraUtils.m
▸ Compiling RNFaceDetectorModuleMLKit.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNFaceDetectorModuleMLKit.m:121:17: class 'RNFaceDetectorModuleMLKit' does not conform to protocol 'RCTBridgeModule' [-Wprotocol]
@implementation RNFaceDetectorModuleMLKit
^
▸ Compiling RNFileSystem.m
▸ Compiling RNImageUtils.m
▸ Compiling RNSensorOrientationChecker.m
▸ Compiling TextDetectorManager.m
▸ Compiling BarcodeDetectorManagerMlkit.m
▸ Compiling CameraFocusSquare.m
▸ Compiling FaceDetectorManagerMlkit.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:298:25: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setTracking:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:302:30: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setLandmarksMode:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:307:32: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setPerformanceMode:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:312:35: 'json' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClassificationMode:(id)json:(dispatch_queue_t)sessionQueue
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setTracking:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setLandmarksMode:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setPerformanceMode:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'setClassificationMode:queue:' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:288:1: conflicting return type in implementation of 'findFacesInFrame:scaleX:scaleY:completed:': 'void' vs 'NSArray *' [-Wmismatched-return-types]
- (NSArray *)findFacesInFrame:(UIImage *)image
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/FaceDetectorManagerMlkit.m:277:17: method definition for 'constants' not found [-Wincomplete-implementation]
@implementation FaceDetectorManagerMlkit
^ ~~~~
▸ Compiling NSMutableDictionary+ImageMetadata.m
▸ Compiling RCTCamera.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:95:1: method possibly missing a [super insertReactSubview:atIndex:] call [-Wobjc-missing-super-calls]
}
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:101:1: method possibly missing a [super removeReactSubview:] call [-Wobjc-missing-super-calls]
}
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCamera.m:150:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:@"focusChanged" body:event];
^
▸ Compiling RCTCameraManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:67:10: comparison of address of 'AVMetadataObjectTypeInterleaved2of5Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if (&AVMetadataObjectTypeInterleaved2of5Code != NULL) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:71:9: comparison of address of 'AVMetadataObjectTypeITF14Code' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if(&AVMetadataObjectTypeITF14Code != NULL){
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:75:9: comparison of address of 'AVMetadataObjectTypeDataMatrixCode' not equal to a null pointer is always true [-Wtautological-pointer-compare]
if(&AVMetadataObjectTypeDataMatrixCode != NULL){
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:247:20: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'long *') from 'NSInteger' (aka 'long') [-Wint-conversion]
self.flashMode = [RCTConvert NSInteger:json];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:260:57: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
if (device.hasFlash && [device isFlashModeSupported:self.flashMode])
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:265:34: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'AVCaptureFlashMode' (aka 'enum AVCaptureFlashMode') [-Wint-conversion]
[device setFlashMode:self.flashMode];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:278:16: incompatible integer to pointer conversion initializing 'NSInteger *' (aka 'long *') with an expression of type 'NSInteger' (aka 'long') [-Wint-conversion]
NSInteger *torchMode = [RCTConvert NSInteger:json];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:287:27: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'AVCaptureTorchMode' (aka 'enum AVCaptureTorchMode') [-Wint-conversion]
[device setTorchMode: torchMode];
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:321:1: implementing deprecated method [-Wdeprecated-implementations]
- (NSArray *)customBubblingEventTypes
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:24: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
[[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:772:37: 'writeImageDataToSavedPhotosAlbum:metadata:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromImageData: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[[[ALAssetsLibrary alloc] init] writeImageDataToSavedPhotosAlbum:imageData metadata:metadata completionBlock:^(NSURL* url, NSError* error) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:5: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:922:50: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:923:18: 'videoAtPathIsCompatibleWithSavedPhotosAlbum:' is deprecated: first deprecated in iOS 9.0 - Use isCompatibleWithSavedPhotosAlbum on AVAsset instead [-Wdeprecated-declarations]
if ([library videoAtPathIsCompatibleWithSavedPhotosAlbum:outputFileURL]) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:924:16: 'writeVideoAtPathToSavedPhotosAlbum:completionBlock:' is deprecated: first deprecated in iOS 9.0 - Use creationRequestForAssetFromVideoAtFilePath: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
[library writeVideoAtPathToSavedPhotosAlbum:outputFileURL
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1001:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:@"CameraBarCodeRead" body:event];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:1122:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations]
[self.bridge.eventDispatcher sendAppEventWithName:@"zoomChanged" body:event];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RCT/RCTCameraManager.m:21:17: method definition for 'setZoom' not found [-Wincomplete-implementation]
@implementation RCTCameraManager
^
▸ Compiling RCTSensorOrientationChecker.m
▸ Compiling react-native-camera-dummy.m
▸ Compiling RNCamera.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
@property(nonatomic, strong) dispatch_queue_t sessionQueue;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateTrackingEnabled:(id)requestedTracking;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionMode:(id)requestedMode;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionClassifications:(id)requestedClassifications;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePicture:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePictureWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)record:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)recordWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onReady:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onMountingError:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onCodeRead:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onFacesDetected:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onPictureSaved:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onText:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onBarcodesDetected:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:285:107: 'isLockingFocusWithCustomLensPositionSupported' is only available on iOS 10.0 or newer [-Wunguarded-availability]
if (![device respondsToSelector:@selector(isLockingFocusWithCustomLensPositionSupported)] || ![device isLockingFocusWithCustomLensPositionSupported]) {
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:742:24: this block declaration is not a prototype [-Wstrict-prototypes]
void (^statusBlock)() = ^() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1204:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.m:1277:91: incompatible pointer to integer conversion sending 'NSNumber * _Nullable' to parameter of type 'RNCameraVideoResolution' (aka 'enum RNCameraVideoResolution') [-Wint-conversion]
AVCaptureSessionPreset preset = [RNCameraUtils captureSessionPresetForVideoResolution:[self defaultVideoQuality]];
^
▸ Compiling RNCameraManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:16:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
@property(nonatomic, strong) dispatch_queue_t sessionQueue;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:54:33: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (id)initWithBridge:(RCTBridge *)bridge;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:65:32: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateTrackingEnabled:(id)requestedTracking;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:66:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionMode:(id)requestedMode;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:67:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionLandmarks:(id)requestedLandmarks;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:68:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateFaceDetectionClassifications:(id)requestedClassifications;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:71:40: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)updateGoogleVisionBarcodeType:(id)requestedTypes;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:73:35: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePicture:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:74:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:75:22: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:76:50: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)takePictureWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:77:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:78:37: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:79:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)record:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:80:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:81:17: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:82:45: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)recordWithOrientation:(NSDictionary *)options
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:83:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
resolve:(RCTPromiseResolveBlock)resolve
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:84:32: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
reject:(RCTPromiseRejectBlock)reject;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:92:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onReady:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:93:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onMountingError:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:94:34: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onCodeRead:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:95:39: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onFacesDetected:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:96:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onPictureSaved:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:97:30: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onText:(NSDictionary *)event;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCamera.h:98:42: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)onBarcodesDetected:(NSDictionary *)event;
^
▸ Compiling RNCameraUtils.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNCameraUtils.m:118:51: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
ciImage = [ciImage imageByApplyingOrientation:orientationToApply];
^
▸ Compiling RNFaceDetectorModuleMLKit.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-camera/ios/RN/RNFaceDetectorModuleMLKit.m:121:17: class 'RNFaceDetectorModuleMLKit' does not conform to protocol 'RCTBridgeModule' [-Wprotocol]
@implementation RNFaceDetectorModuleMLKit
~ ^~~~~~~~~~~~~~~~~~
▸ Compiling RNFileSystem.m
▸ Compiling RNImageUtils.m
▸ Compiling RNSensorOrientationChecker.m
▸ Compiling TextDetectorManager.m
▸ Building library libreact-native-camera.a
▸ Building library libreact-native-camera.a
▸ Building Pods/react-native-cookies [Release]
▸ Check Dependencies
▸ Compiling RNCookieManagerIOS.m
▸ Compiling react-native-cookies-dummy.m
▸ Compiling react-native-cookies-dummy.m
▸ Compiling RNCookieManagerIOS.m
▸ Building library libreact-native-cookies.a
▸ Building library libreact-native-cookies.a
▸ Building Pods/react-native-netinfo [Release]
▸ Check Dependencies
▸ Compiling RNCConnectionState.m
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/netinfo/ios/RNCConnectionState.m:13:17: method definition for 'dictionaryValue' not found [-Wincomplete-implementation]
@implementation RNCConnectionState
^
▸ Compiling react-native-netinfo-dummy.m
▸ Compiling RNCConnectionStateWatcher.m
▸ Compiling RNCNetInfo.m
▸ Compiling react-native-netinfo-dummy.m
▸ Compiling RNCConnectionState.m
⚠️ /Users/distiller/mobile-app/node_modules/@react-native-community/netinfo/ios/RNCConnectionState.m:13:17: method definition for 'dictionaryValue' not found [-Wincomplete-implementation]
@implementation RNCConnectionState
^
▸ Compiling RNCConnectionStateWatcher.m
▸ Compiling RNCNetInfo.m
▸ Building library libreact-native-netinfo.a
▸ Building library libreact-native-netinfo.a
▸ Building Pods/react-native-webview [Release]
▸ Check Dependencies
▸ Compiling react-native-webview-dummy.m
▸ Compiling RNCWebView.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (BOOL)webView:(RNCWebView *)webView
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)postMessage:(NSString *)message;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)injectJavaScript:(NSString *)script;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:54:3: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
UIScrollViewContentInsetAdjustmentBehavior _savedContentInsetAdjustmentBehavior;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:345:44: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
- (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:1: treating Unicode character as whitespace [-Wunicode-whitespace]
   UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:4: treating Unicode character as whitespace [-Wunicode-whitespace]
   UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:22: treating Unicode character as whitespace [-Wunicode-whitespace]
   UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:37: treating Unicode character as whitespace [-Wunicode-whitespace]
   UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:1: treating Unicode character as whitespace [-Wunicode-whitespace]
   return controller;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:4: treating Unicode character as whitespace [-Wunicode-whitespace]
   return controller;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:74:44: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
_savedContentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:155:21: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations]
wkWebViewConfig.mediaPlaybackRequiresUserAction = _mediaPlaybackRequiresUserAction;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:243:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
_webView.scrollView.contentInsetAdjustmentBehavior = _savedContentInsetAdjustmentBehavior;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:285:50: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[RCTSharedApplication() setStatusBarHidden:_savedStatusBarHidden animated:YES];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:286:49: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[RCTSharedApplication() setStatusBarStyle:_savedStatusBarStyle animated:YES];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:354:29: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
_webView.scrollView.contentInsetAdjustmentBehavior = behavior;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:786:23: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
decisionHandler(WKNavigationResponsePolicyCancel);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:805:19: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
decisionHandler(WKNavigationResponsePolicyAllow);
~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:853:18: format string is not a string literal (potentially insecure) [-Wformat-security]
RCTLogWarn([NSString stringWithFormat:@"Error evaluating injectedJavaScript: This is possibly due to an unsupported return type. Try adding true to the end of your injectedJavaScript string. %@", error]);
~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling RNCWebViewManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (BOOL)webView:(RNCWebView *)webView
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)postMessage:(NSString *)message;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)injectJavaScript:(NSString *)script;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:20:20: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:21:83: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic),
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:22:88: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes),
^~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:23:79: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"never": @(UIScrollViewContentInsetAdjustmentNever),
^~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:24:80: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"always": @(UIScrollViewContentInsetAdjustmentAlways),
^~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:25:71: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
}), UIScrollViewContentInsetAdjustmentNever, integerValue)
^~~~~~
▸ Compiling RNCWKProcessPoolManager.m
▸ Compiling react-native-webview-dummy.m
▸ Compiling RNCWebView.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (BOOL)webView:(RNCWebView *)webView
^~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)postMessage:(NSString *)message;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)injectJavaScript:(NSString *)script;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:54:3: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
UIScrollViewContentInsetAdjustmentBehavior _savedContentInsetAdjustmentBehavior;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:345:44: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
- (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:1: treating Unicode character as whitespace [-Wunicode-whitespace]
   UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:4: treating Unicode character as whitespace [-Wunicode-whitespace]
��  UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:22: treating Unicode character as whitespace [-Wunicode-whitespace]
   UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:715:37: treating Unicode character as whitespace [-Wunicode-whitespace]
   UIViewController *controller = [self topViewControllerWithRootViewController:[self getCurrentWindow].rootViewController];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:1: treating Unicode character as whitespace [-Wunicode-whitespace]
   return controller;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:716:4: treating Unicode character as whitespace [-Wunicode-whitespace]
   return controller;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:74:44: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
_savedContentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:155:21: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations]
wkWebViewConfig.mediaPlaybackRequiresUserAction = _mediaPlaybackRequiresUserAction;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:243:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
_webView.scrollView.contentInsetAdjustmentBehavior = _savedContentInsetAdjustmentBehavior;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:285:50: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[RCTSharedApplication() setStatusBarHidden:_savedStatusBarHidden animated:YES];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:286:49: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[RCTSharedApplication() setStatusBarStyle:_savedStatusBarStyle animated:YES];
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:354:29: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
_webView.scrollView.contentInsetAdjustmentBehavior = behavior;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:786:23: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
decisionHandler(WKNavigationResponsePolicyCancel);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:805:19: implicit conversion from enumeration type 'enum WKNavigationResponsePolicy' to different enumeration type 'WKNavigationActionPolicy' (aka 'enum WKNavigationActionPolicy') [-Wenum-conversion]
decisionHandler(WKNavigationResponsePolicyAllow);
~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.m:853:18: format string is not a string literal (potentially insecure) [-Wformat-security]
RCTLogWarn([NSString stringWithFormat:@"Error evaluating injectedJavaScript: This is possibly due to an unsupported return type. Try adding true to the end of your injectedJavaScript string. %@", error]);
~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
▸ Compiling RNCWebViewManager.m
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:16:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (BOOL)webView:(RNCWebView *)webView
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:56:31: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)postMessage:(NSString *)message;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebView.h:57:36: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
- (void)injectJavaScript:(NSString *)script;
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:20:20: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:21:83: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic),
^
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:22:88: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes),
^~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:23:79: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"never": @(UIScrollViewContentInsetAdjustmentNever),
^~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:24:80: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
@"always": @(UIScrollViewContentInsetAdjustmentAlways),
^~~~~~
⚠️ /Users/distiller/mobile-app/node_modules/react-native-webview/ios/RNCWebViewManager.m:25:71: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
}), UIScrollViewContentInsetAdjustmentNever, integerValue)
^~~~~~
▸ Compiling RNCWKProcessPoolManager.m
▸ Building library libreact-native-webview.a
▸ Building library libreact-native-webview.a
▸ Building Pods/Pods-MyApp [Release]
▸ Check Dependencies
▸ Compiling Pods-MyApp-dummy.m
▸ Compiling Pods-MyApp-dummy.m
▸ Building library libPods-MyApp.a
▸ Building library libPods-MyApp.a
▸ Building MyApp/MyApp [Release]
▸ Check Dependencies
▸ Running script '[CP] Check Pods Manifest.lock'
▸ Compiling AppDelegate.m
▸ Compiling main.m
▸ Compiling MyApp_vers.c
▸ Compiling AppDelegate.m
▸ Compiling main.m
▸ Compiling MyApp_vers.c
▸ Linking MyApp
⚠️ ld: meta method 'UIScrollViewContentInsetAdjustmentBehavior:' in category from /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/React-Core/libReact-Core.a(RCTScrollViewManager.o) conflicts with same method from another category
▸ Linking MyApp
⚠️ ld: meta method 'UIScrollViewContentInsetAdjustmentBehavior:' in category from /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/React-Core/libReact-Core.a(RCTScrollViewManager.o) conflicts with same method from another category
▸ Compiling LaunchScreen.xib
▸ Copying GoogleService-Info.plist
▸ Processing Info.plist
▸ Generating 'MyApp.app.dSYM'
▸ Running script 'Bundle React Native code and images'
the transform cache was reset.
▸ Running script 'Run Script'
▸ Running script '[CP] Copy Pods Resources'
▸ Touching MyApp.app
▸ Signing /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app
▸ Touching MyApp.app.dSYM
** ARCHIVE FAILED **
[08:20:26]: Exit status: 65
[08:20:26]:
[08:20:26]: Maybe the error shown is caused by using the wrong version of Xcode
[08:20:26]: Found multiple versions of Xcode in '/Applications/'
[08:20:26]: Make sure you selected the right version for your project
[08:20:26]: This build process was executed using '/Applications/Xcode-10.2.1.app'
[08:20:26]: If you want to update your Xcode path, either
[08:20:26]:
[08:20:26]: - Specify the Xcode version in your Fastfile
[08:20:26]: ▸ xcversion(version: "8.1") # Selects Xcode 8.1.0
[08:20:26]:
[08:20:26]: - Specify an absolute path to your Xcode installation in your Fastfile
[08:20:26]: ▸ xcode_select "/Applications/Xcode8.app"
[08:20:26]:
[08:20:26]: - Manually update the path using
[08:20:26]: ▸ sudo xcode-select -s /Applications/Xcode.app
[08:20:26]:
+---------------+--------------------------------+
| Build environment |
+---------------+--------------------------------+
| xcode_path | /Applications/Xcode-10.2.1.app |
| gym_version | 2.130.0 |
| export_method | app-store |
| sdk | iPhoneOS12.2.sdk |
+---------------+--------------------------------+
[08:20:26]: ▸ Touch /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/MyApp.app.dSYM
[08:20:26]: ▸ cd /Users/distiller/mobile-app/ios
[08:20:26]: ▸ export PATH="/Applications/Xcode-10.2.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-10.2.1.app/Contents/Developer/usr/bin:/Users/distiller/.gem/ruby/2.4.6/bin:/Users/distiller/.rubies/ruby-2.4.6/lib/ruby/gems/2.4.0/bin:/Users/distiller/.rubies/ruby-2.4.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
[08:20:26]: ▸ /usr/bin/touch -c /Users/distiller/Library/Developer/Xcode/DerivedData/MyApp-crgfinutbidjbqcbnlrwjwautwhq/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/MyApp.app.dSYM
[08:20:26]:
[08:20:26]: ⬆️ Check out the few lines of raw `xcodebuild` output above for potential hints on how to solve this error
[08:20:26]: 📋 For the complete and more detailed error log, check the full log at:
[08:20:26]: 📋 /Users/distiller/Library/Logs/gym/MyApp-MyApp.log
[08:20:26]:
[08:20:26]: Looks like fastlane ran into a build/archive error with your project
[08:20:26]: It's hard to tell what's causing the error, so we wrote some guides on how
[08:20:26]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/
[08:20:26]: Before submitting an issue on GitHub, please follow the guide above and make
[08:20:26]: sure your project is set up correctly.
[08:20:26]: fastlane uses `xcodebuild` commands to generate your binary, you can see the
[08:20:26]: the full commands printed out in yellow in the above log.
[08:20:26]: Make sure to inspect the output above, as usually you'll find more error information there
[08:20:26]:
+------------------------------------+--------------------------------------------------------+
| Lane Context |
+------------------------------------+--------------------------------------------------------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | ios |
| LANE_NAME | ios build_release |
| ORIGINAL_DEFAULT_KEYCHAIN | "/Users/distiller/Library/Keychains/login.keychain-db" |
| SIGH_PROFILE_TYPE | app-store |
| MATCH_PROVISIONING_PROFILE_MAPPING | {"com.myapp.app"=>"match AppStore com.myapp.app"} |
+------------------------------------+--------------------------------------------------------+
[08:20:26]: Error building the application - see the log above
+------+----------------------------+-------------+
| fastlane summary |
+------+----------------------------+-------------+
| Step | Action | Time (in s) |
+------+----------------------------+-------------+
| 1 | Verifying fastlane version | 0 |
| 2 | default_platform | 0 |
| 3 | setup_circle_ci | 0 |
| 4 | sync_code_signing | 2 |
| 💥 | build_app | 354 |
+------+----------------------------+-------------+
[08:20:26]: fastlane finished with errors
[!] Error building the application - see the log above
Exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment