Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥Fails with App Center Build #1667

Closed
10 of 31 tasks
ethanneff opened this issue Nov 5, 2018 · 31 comments
Closed
10 of 31 tasks

🔥Fails with App Center Build #1667

ethanneff opened this issue Nov 5, 2018 · 31 comments
Labels
Impact: Build Error Behaviour causing build failure Platform: iOS Type: Stale Issue has become stale - automatically added by Stale bot

Comments

@ethanneff
Copy link

Issue

Work with CLI. Works with Xcode. Works with Travis CI. Fails with App Center Build.

Project Files

iOS

ios/Podfile:

  • I'm not using Pods
  • I'm using Pods and my Podfile looks like:
platform :ios, '9.0'

target 'example' do
  pod 'AppCenter/Crashes', '~> 1.10.0'
  pod 'AppCenterReactNativeShared', '~> 1.9.0'
  pod 'AppCenter/Analytics', '~> 1.10.0'
  pod 'Fabric', '~> 1.7.11'
  pod 'Crashlytics', '~> 3.10.7'
  pod 'Firebase/Core', '~> 5.9.0'
  pod 'Firebase/Auth', '~> 5.9.0'
  pod 'Firebase/Performance', '~> 5.9.0'
  pod 'Firebase/Firestore', '~> 5.9.0'
  # Pods for AppCenter
  platform :ios, '9.0'
end

AppDelegate.m:

#import "AppDelegate.h"
#import <AppCenterReactNativeCrashes/AppCenterReactNativeCrashes.h>
#import <AppCenterReactNativeAnalytics/AppCenterReactNativeAnalytics.h>
#import <AppCenterReactNative/AppCenterReactNative.h>
#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
#import <Firebase.h>

@implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
  [FIRApp configure];
  NSURL *jsCodeLocation;

  [AppCenterReactNativeCrashes registerWithAutomaticProcessing];  // Initialize AppCenter crashes

  [AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true];  // Initialize AppCenter analytics

  [AppCenterReactNative register];  // Initialize AppCenter 

  jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];

  RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
                                                      moduleName:@"example"
                                               initialProperties:nil
                                                   launchOptions:launchOptions];
  rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];

  self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
  UIViewController *rootViewController = [UIViewController new];
  rootViewController.view = rootView;
  self.window.rootViewController = rootViewController;
  [self.window makeKeyAndVisible];
  return YES;
}

@end

Environment

  • Platform that you're experiencing the issue on:
    • iOS
    • Android
    • iOS but have not tested behavior on Android
    • Android but have not tested behavior on iOS
    • Both
  • If known, the version of the platform are you experiencing the issue on:
    • ADD_SOMETHING_HERE e.g. iOS 10 or Android API 28
  • Operating System:
    • MacOS, version: 10.14
    • Windows, version: N/A
    • Other, please specify: N/A
  • Build Tools:
    • Xcode 10, App Center Build
  • React Native version:
    • 0.56.1
  • React Native Firebase library version:
    • 5.0.0
  • Firebase module(s) you're using that has the issue:
    • N/A
    • Authentication
    • Analytics
    • Cloud Firestore
    • Cloud Messaging (FCM)
    • Crashlytics
    • Dynamic Links
    • Functions Callable
    • Invites
    • Instance ID
    • Notifications
    • Performance Monitoring
    • Realtime Database
    • Remote Config
    • Storage
  • Are you using TypeScript?
    • No
    • Yes, version: 3.1.6
  • Are you using Expo, e.g. ExpoKit?
    • No
    • Yes, I've not ejected
    • Yes, but I have ejected to ExpoKit
    • Yes, but I have ejected to vanilla React Native
    • Expo version: N/A

CI Logs:

CompileC /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseFunctions.o RNFirebase/functions/RNFirebaseFunctions.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode_9.4.1.app/Contents/Developer/usr/bin:/Library/Frameworks/Mono.framework/Versions/4/bin:/Users/vsts/.nvm/versions/node/v8.12.0/bin:/usr/local/bin:/usr/local/sbin:/Users/vsts/bin:/Users/vsts/.yarn/bin:/usr/local/go/bin:/Users/vsts/Library/Android/sdk/tools:/Users/vsts/Library/Android/sdk/platform-tools:/Users/vsts/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/vsts/.azcopy"
    /Applications/Xcode_9.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-generated-files.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-own-target-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-all-target-headers.hmap -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-project-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include -I../../react-native/React -I../../react-native/React/Base -I../../react-native/React/CxxBridge -I../../react-native/React/CxxModule -I../../react-native/React/CxxUtils -I../../react-native/React/DevSupport -I../../react-native/React/Fabric -I../../react-native/React/Inspector -I../../react-native/React/Modules -I../../react-native/React/Profiler -I../../react-native/React/UIUtils -I../../react-native/React/Views -I../../react-native/React/Base/Surface -I../../react-native/React/Fabric/Mounting -I../../react-native/React/Fabric/Surface -I../../react-native/React/Views/SafeAreaView -I../../react-native/React/Views/ScrollView -I../../react-native/React/Base/Surface/SurfaceHostingView -I../../react-native/React/Fabric/Mounting/ComponentViews -I../../react-native/React/Fabric/Mounting/MountItems -I../../react-native/React/Fabric/Mounting/ComponentViews/ActivityIndicator -I../../react-native/React/Fabric/Mounting/ComponentViews/Root -I../../react-native/React/Fabric/Mounting/ComponentViews/ScrollView -I../../react-native/React/Fabric/Mounting/ComponentViews/Text -I../../react-native/React/Fabric/Mounting/ComponentViews/View -I/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -I../../../ios/Pods/Headers/Public -I../../../ios/Pods/Headers/Public/AppCenter -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL -I../../../ios/Pods/Headers/Public/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric -I../../../ios/Pods/Headers/Public/Firebase -I../../../ios/Pods/Headers/Public/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseAuth -I../../../ios/Pods/Headers/Public/FirebaseAuthInterop -I../../../ios/Pods/Headers/Public/FirebaseCore -I../../../ios/Pods/Headers/Public/FirebaseFirestore -I../../../ios/Pods/Headers/Public/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance -I../../../ios/Pods/Headers/Public/GoogleToolboxForMac -I../../../ios/Pods/Headers/Public/GoogleUtilities -I../../../ios/Pods/Headers/Public/gRPC -I../../../ios/Pods/Headers/Public/gRPC-C++ -I../../../ios/Pods/Headers/Public/gRPC-Core -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary -I../../../ios/Pods/Headers/Public/GTMSessionFetcher -I../../../ios/Pods/Headers/Public/leveldb-library -I../../../ios/Pods/Headers/Public/nanopb -I../../../ios/Pods/Headers/Public/Protobuf -I../../../ios/Pods/Headers/Public/AppCenter/AppCenter -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterAnalytics -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterCrashes -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL/openssl -I../../../ios/Pods/Headers/Public/Crashlytics/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric/Fabric -I../../../ios/Pods/Headers/Public/FirebaseAnalytics/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseInstanceID/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance/FirebasePerformance -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC/ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary/RxLibrary -I../../../ios/Pods/Headers/Public/leveldb-library/leveldb -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient/internal_testing -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/generic -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/support -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party/fiat -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/deadline -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/max_age -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/message_size -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/workarounds -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/context -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/security_connector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/util -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/crypt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/handshaker -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/zero_copy_frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl/session_cache -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/message_compress -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/alpn -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/composite -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/google_default -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/iam -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/jwt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/local -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/oauth2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/plugin -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns/c_ares -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources/armv7 -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Crashlytics/iOS -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Fabric/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAnalytics/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAuth/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseCore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDatabase/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDynamicLinks/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFirestore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFunctions/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInstanceID/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInvites/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseMessaging/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebasePerformance/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseRemoteConfig/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseStorage/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks -MMD -MT dependencies -MF /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseFunctions.d --serialize-diagnostics /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseFunctions.dia -c /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.m -o /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseFunctions.o
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:33:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/wchar.h:91:
In file included from ../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support/time.h:22:
../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/time.h:22:10: fatal error: 'chrono' file not found
#include <chrono>
         ^~~~~~~~
1 error generated.
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
1 error generated.
2 errors generated.
4 errors generated.
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:
While building module 'ObjectiveC' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/objc/./message.h:27:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
1 error generated.
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:
While building module 'Security' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
1 error generated.
7 errors generated.
In file included from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.m:1:
/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'CoreGraphics' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:9:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
1 error generated.
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'QuartzCore' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'QuartzCore' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'OpenGLES' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
1 error generated.
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'QuartzCore' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'QuartzCore' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
While building module 'Metal' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
1 error generated.
2 errors generated.
4 errors generated.
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'CoreImage' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'CoreImage' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
1 error generated.
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'CoreImage' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
1 error generated.
3 errors generated.
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'CoreText' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
1 error generated.
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridge.h:8:
While building module 'FileProvider' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^
1 error generated.
11 errors generated.
19 errors generated.

CompileC /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseInstanceId.o RNFirebase/instanceid/RNFirebaseInstanceId.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode_9.4.1.app/Contents/Developer/usr/bin:/Library/Frameworks/Mono.framework/Versions/4/bin:/Users/vsts/.nvm/versions/node/v8.12.0/bin:/usr/local/bin:/usr/local/sbin:/Users/vsts/bin:/Users/vsts/.yarn/bin:/usr/local/go/bin:/Users/vsts/Library/Android/sdk/tools:/Users/vsts/Library/Android/sdk/platform-tools:/Users/vsts/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/vsts/.azcopy"
    /Applications/Xcode_9.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-generated-files.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-own-target-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-all-target-headers.hmap -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-project-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include -I../../react-native/React -I../../react-native/React/Base -I../../react-native/React/CxxBridge -I../../react-native/React/CxxModule -I../../react-native/React/CxxUtils -I../../react-native/React/DevSupport -I../../react-native/React/Fabric -I../../react-native/React/Inspector -I../../react-native/React/Modules -I../../react-native/React/Profiler -I../../react-native/React/UIUtils -I../../react-native/React/Views -I../../react-native/React/Base/Surface -I../../react-native/React/Fabric/Mounting -I../../react-native/React/Fabric/Surface -I../../react-native/React/Views/SafeAreaView -I../../react-native/React/Views/ScrollView -I../../react-native/React/Base/Surface/SurfaceHostingView -I../../react-native/React/Fabric/Mounting/ComponentViews -I../../react-native/React/Fabric/Mounting/MountItems -I../../react-native/React/Fabric/Mounting/ComponentViews/ActivityIndicator -I../../react-native/React/Fabric/Mounting/ComponentViews/Root -I../../react-native/React/Fabric/Mounting/ComponentViews/ScrollView -I../../react-native/React/Fabric/Mounting/ComponentViews/Text -I../../react-native/React/Fabric/Mounting/ComponentViews/View -I/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -I../../../ios/Pods/Headers/Public -I../../../ios/Pods/Headers/Public/AppCenter -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL -I../../../ios/Pods/Headers/Public/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric -I../../../ios/Pods/Headers/Public/Firebase -I../../../ios/Pods/Headers/Public/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseAuth -I../../../ios/Pods/Headers/Public/FirebaseAuthInterop -I../../../ios/Pods/Headers/Public/FirebaseCore -I../../../ios/Pods/Headers/Public/FirebaseFirestore -I../../../ios/Pods/Headers/Public/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance -I../../../ios/Pods/Headers/Public/GoogleToolboxForMac -I../../../ios/Pods/Headers/Public/GoogleUtilities -I../../../ios/Pods/Headers/Public/gRPC -I../../../ios/Pods/Headers/Public/gRPC-C++ -I../../../ios/Pods/Headers/Public/gRPC-Core -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary -I../../../ios/Pods/Headers/Public/GTMSessionFetcher -I../../../ios/Pods/Headers/Public/leveldb-library -I../../../ios/Pods/Headers/Public/nanopb -I../../../ios/Pods/Headers/Public/Protobuf -I../../../ios/Pods/Headers/Public/AppCenter/AppCenter -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterAnalytics -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterCrashes -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL/openssl -I../../../ios/Pods/Headers/Public/Crashlytics/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric/Fabric -I../../../ios/Pods/Headers/Public/FirebaseAnalytics/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseInstanceID/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance/FirebasePerformance -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC/ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary/RxLibrary -I../../../ios/Pods/Headers/Public/leveldb-library/leveldb -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient/internal_testing -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/generic -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/support -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party/fiat -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/deadline -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/max_age -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/message_size -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/workarounds -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/context -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/security_connector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/util -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/crypt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/handshaker -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/zero_copy_frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl/session_cache -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/message_compress -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/alpn -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/composite -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/google_default -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/iam -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/jwt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/local -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/oauth2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/plugin -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns/c_ares -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources/armv7 -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Crashlytics/iOS -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Fabric/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAnalytics/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAuth/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseCore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDatabase/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDynamicLinks/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFirestore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFunctions/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInstanceID/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInvites/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseMessaging/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebasePerformance/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseRemoteConfig/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseStorage/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks -MMD -MT dependencies -MF /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseInstanceId.d --serialize-diagnostics /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseInstanceId.dia -c /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/instanceid/RNFirebaseInstanceId.m -o /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseInstanceId.o
While building module 'Foundation' imported from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/instanceid/RNFirebaseInstanceId.h:3:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:33:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/wchar.h:91:
In file included from ../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support/time.h:22:
../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/time.h:22:10: fatal error: 'chrono' file not found
#include <chrono>
         ^~~~~~~~

CompileC /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseAdMobRewardedVideo.o RNFirebase/admob/RNFirebaseAdMobRewardedVideo.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode_9.4.1.app/Contents/Developer/usr/bin:/Library/Frameworks/Mono.framework/Versions/4/bin:/Users/vsts/.nvm/versions/node/v8.12.0/bin:/usr/local/bin:/usr/local/sbin:/Users/vsts/bin:/Users/vsts/.yarn/bin:/usr/local/go/bin:/Users/vsts/Library/Android/sdk/tools:/Users/vsts/Library/Android/sdk/platform-tools:/Users/vsts/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/vsts/.azcopy"
    /Applications/Xcode_9.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-generated-files.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-own-target-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-all-target-headers.hmap -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-project-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include -I../../react-native/React -I../../react-native/React/Base -I../../react-native/React/CxxBridge -I../../react-native/React/CxxModule -I../../react-native/React/CxxUtils -I../../react-native/React/DevSupport -I../../react-native/React/Fabric -I../../react-native/React/Inspector -I../../react-native/React/Modules -I../../react-native/React/Profiler -I../../react-native/React/UIUtils -I../../react-native/React/Views -I../../react-native/React/Base/Surface -I../../react-native/React/Fabric/Mounting -I../../react-native/React/Fabric/Surface -I../../react-native/React/Views/SafeAreaView -I../../react-native/React/Views/ScrollView -I../../react-native/React/Base/Surface/SurfaceHostingView -I../../react-native/React/Fabric/Mounting/ComponentViews -I../../react-native/React/Fabric/Mounting/MountItems -I../../react-native/React/Fabric/Mounting/ComponentViews/ActivityIndicator -I../../react-native/React/Fabric/Mounting/ComponentViews/Root -I../../react-native/React/Fabric/Mounting/ComponentViews/ScrollView -I../../react-native/React/Fabric/Mounting/ComponentViews/Text -I../../react-native/React/Fabric/Mounting/ComponentViews/View -I/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -I../../../ios/Pods/Headers/Public -I../../../ios/Pods/Headers/Public/AppCenter -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL -I../../../ios/Pods/Headers/Public/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric -I../../../ios/Pods/Headers/Public/Firebase -I../../../ios/Pods/Headers/Public/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseAuth -I../../../ios/Pods/Headers/Public/FirebaseAuthInterop -I../../../ios/Pods/Headers/Public/FirebaseCore -I../../../ios/Pods/Headers/Public/FirebaseFirestore -I../../../ios/Pods/Headers/Public/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance -I../../../ios/Pods/Headers/Public/GoogleToolboxForMac -I../../../ios/Pods/Headers/Public/GoogleUtilities -I../../../ios/Pods/Headers/Public/gRPC -I../../../ios/Pods/Headers/Public/gRPC-C++ -I../../../ios/Pods/Headers/Public/gRPC-Core -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary -I../../../ios/Pods/Headers/Public/GTMSessionFetcher -I../../../ios/Pods/Headers/Public/leveldb-library -I../../../ios/Pods/Headers/Public/nanopb -I../../../ios/Pods/Headers/Public/Protobuf -I../../../ios/Pods/Headers/Public/AppCenter/AppCenter -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterAnalytics -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterCrashes -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL/openssl -I../../../ios/Pods/Headers/Public/Crashlytics/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric/Fabric -I../../../ios/Pods/Headers/Public/FirebaseAnalytics/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseInstanceID/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance/FirebasePerformance -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC/ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary/RxLibrary -I../../../ios/Pods/Headers/Public/leveldb-library/leveldb -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient/internal_testing -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/generic -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/support -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party/fiat -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/deadline -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/max_age -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/message_size -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/workarounds -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/context -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/security_connector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/util -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/crypt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/handshaker -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/zero_copy_frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl/session_cache -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/message_compress -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/alpn -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/composite -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/google_default -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/iam -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/jwt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/local -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/oauth2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/plugin -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns/c_ares -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources/armv7 -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Crashlytics/iOS -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Fabric/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAnalytics/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAuth/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseCore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDatabase/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDynamicLinks/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFirestore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFunctions/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInstanceID/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInvites/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseMessaging/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebasePerformance/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseRemoteConfig/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseStorage/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks -MMD -MT dependencies -MF /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseAdMobRewardedVideo.d --serialize-diagnostics /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseAdMobRewardedVideo.dia -c /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/admob/RNFirebaseAdMobRewardedVideo.m -o /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseAdMobRewardedVideo.o
While building module 'Foundation' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
In file included from <module-includes>:33:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/wchar.h:91:
In file included from ../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support/time.h:22:
../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/time.h:22:10: fatal error: 'chrono' file not found
#include <chrono>
         ^~~~~~~~
1 error generated.
While building module 'Foundation' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'Foundation' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'Foundation' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Dispatch' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
1 error generated.
2 errors generated.
4 errors generated.
While building module 'Foundation' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'Foundation' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:
While building module 'ObjectiveC' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/objc/./message.h:27:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
1 error generated.
While building module 'Foundation' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:
While building module 'Security' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
1 error generated.
7 errors generated.
In file included from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/admob/RNFirebaseAdMobRewardedVideo.m:1:
In file included from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/admob/RNFirebaseAdMobRewardedVideo.h:4:
/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTBridgeModule.h:8:9: fatal error: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~^

CompileC /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RCTConvert+UIBackgroundFetchResult.o RNFirebase/converters/RCTConvert+UIBackgroundFetchResult.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode_9.4.1.app/Contents/Developer/usr/bin:/Library/Frameworks/Mono.framework/Versions/4/bin:/Users/vsts/.nvm/versions/node/v8.12.0/bin:/usr/local/bin:/usr/local/sbin:/Users/vsts/bin:/Users/vsts/.yarn/bin:/usr/local/go/bin:/Users/vsts/Library/Android/sdk/tools:/Users/vsts/Library/Android/sdk/platform-tools:/Users/vsts/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/vsts/.azcopy"
    /Applications/Xcode_9.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/vsts/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -fembed-bitcode -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-generated-files.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-own-target-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-all-target-headers.hmap -iquote /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/RNFirebase-project-headers.hmap -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include -I../../react-native/React -I../../react-native/React/Base -I../../react-native/React/CxxBridge -I../../react-native/React/CxxModule -I../../react-native/React/CxxUtils -I../../react-native/React/DevSupport -I../../react-native/React/Fabric -I../../react-native/React/Inspector -I../../react-native/React/Modules -I../../react-native/React/Profiler -I../../react-native/React/UIUtils -I../../react-native/React/Views -I../../react-native/React/Base/Surface -I../../react-native/React/Fabric/Mounting -I../../react-native/React/Fabric/Surface -I../../react-native/React/Views/SafeAreaView -I../../react-native/React/Views/ScrollView -I../../react-native/React/Base/Surface/SurfaceHostingView -I../../react-native/React/Fabric/Mounting/ComponentViews -I../../react-native/React/Fabric/Mounting/MountItems -I../../react-native/React/Fabric/Mounting/ComponentViews/ActivityIndicator -I../../react-native/React/Fabric/Mounting/ComponentViews/Root -I../../react-native/React/Fabric/Mounting/ComponentViews/ScrollView -I../../react-native/React/Fabric/Mounting/ComponentViews/Text -I../../react-native/React/Fabric/Mounting/ComponentViews/View -I/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -I../../../ios/Pods/Headers/Public -I../../../ios/Pods/Headers/Public/AppCenter -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL -I../../../ios/Pods/Headers/Public/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric -I../../../ios/Pods/Headers/Public/Firebase -I../../../ios/Pods/Headers/Public/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseAuth -I../../../ios/Pods/Headers/Public/FirebaseAuthInterop -I../../../ios/Pods/Headers/Public/FirebaseCore -I../../../ios/Pods/Headers/Public/FirebaseFirestore -I../../../ios/Pods/Headers/Public/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance -I../../../ios/Pods/Headers/Public/GoogleToolboxForMac -I../../../ios/Pods/Headers/Public/GoogleUtilities -I../../../ios/Pods/Headers/Public/gRPC -I../../../ios/Pods/Headers/Public/gRPC-C++ -I../../../ios/Pods/Headers/Public/gRPC-Core -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary -I../../../ios/Pods/Headers/Public/GTMSessionFetcher -I../../../ios/Pods/Headers/Public/leveldb-library -I../../../ios/Pods/Headers/Public/nanopb -I../../../ios/Pods/Headers/Public/Protobuf -I../../../ios/Pods/Headers/Public/AppCenter/AppCenter -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterAnalytics -I../../../ios/Pods/Headers/Public/AppCenter/AppCenterCrashes -I../../../ios/Pods/Headers/Public/AppCenterReactNativeShared/AppCenterReactNativeShared -I../../../ios/Pods/Headers/Public/BoringSSL/openssl -I../../../ios/Pods/Headers/Public/Crashlytics/Crashlytics -I../../../ios/Pods/Headers/Public/Fabric/Fabric -I../../../ios/Pods/Headers/Public/FirebaseAnalytics/FirebaseAnalytics -I../../../ios/Pods/Headers/Public/FirebaseInstanceID/FirebaseInstanceID -I../../../ios/Pods/Headers/Public/FirebasePerformance/FirebasePerformance -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc -I../../../ios/Pods/Headers/Public/gRPC-ProtoRPC/ProtoRPC -I../../../ios/Pods/Headers/Public/gRPC-RxLibrary/RxLibrary -I../../../ios/Pods/Headers/Public/leveldb-library/leveldb -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party -I../../../ios/Pods/Headers/Public/gRPC/GRPCClient/internal_testing -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/generic -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/support -I../../../ios/Pods/Headers/Public/BoringSSL/openssl/third_party/fiat -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core -I../../../ios/Pods/Headers/Public/gRPC-Core/grpc/impl/codegen -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/deadline -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/max_age -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/message_size -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/workarounds -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/context -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/security_connector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/util -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/crypt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/handshaker -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/alts/zero_copy_frame_protector -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/tsi/ssl/session_cache -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/message_compress -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/http/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/alpn -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/client -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/server -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/transport/chttp2/transport -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/alts -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/composite -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/google_default -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/iam -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/jwt -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/local -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/oauth2 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/plugin -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/lib/security/credentials/ssl -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/fake -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/resolver/dns/c_ares -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1 -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google -I../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources/armv7 -I/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/DerivedSources -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Firebase -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Crashlytics/iOS -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Fabric/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAnalytics/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseAuth/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseCore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDatabase/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseDynamicLinks/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFirestore/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseFunctions/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInstanceID/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseInvites/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseMessaging/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebasePerformance/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseRemoteConfig/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/FirebaseStorage/Frameworks -F/Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks -MMD -MT dependencies -MF /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RCTConvert+UIBackgroundFetchResult.d --serialize-diagnostics /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RCTConvert+UIBackgroundFetchResult.dia -c /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/converters/RCTConvert+UIBackgroundFetchResult.m -o /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RCTConvert+UIBackgroundFetchResult.o
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'Darwin' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:
In file included from <module-includes>:33:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/wchar.h:91:
In file included from ../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support/time.h:22:
../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/time.h:22:10: fatal error: 'chrono' file not found
#include <chrono>
         ^~~~~~~~
1 error generated.
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:9:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:16:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
 ~~~~~~~~^
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:16:
While building module 'Dispatch' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'CoreFoundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:16:
While building module 'Dispatch' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
While building module 'os_object' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/dispatch/dispatch.h:59:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/os/object.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
1 error generated.
2 errors generated.
3 errors generated.
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'CoreGraphics' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:17:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
1 error generated.
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'Foundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'Foundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:
While building module 'ObjectiveC' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/objc/./message.h:27:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
1 error generated.
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'Foundation' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:
While building module 'Security' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:27:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
1 error generated.
3 errors generated.
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'OpenGLES' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
1 error generated.
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'Metal' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'QuartzCore' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:
While building module 'Metal' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
While building module 'IOSurface' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~~^
1 error generated.
2 errors generated.
12 errors generated.
In file included from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/converters/RCTConvert+UIBackgroundFetchResult.m:1:
In file included from /Users/vsts/agent/2.141.1/work/1/s/node_modules/react-native-firebase/ios/RNFirebase/converters/RCTConvert+UIBackgroundFetchResult.h:1:
/Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:8:9: fatal error: could not build module 'QuartzCore'
#import <QuartzCore/QuartzCore.h>
 ~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:9:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:9:
While building module 'CoreImage' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:9:
While building module 'CoreImage' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:1:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
1 error generated.
While building module 'UIKit' imported from /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/BuildProductsPath/Release-iphoneos/include/React/RCTConvert.h:9:
While building module 'CoreImage' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'ImageIO' imported from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:11:
In file included from <module-includes>:1:
In file included from /Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:10:
/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
1 error generated.
3 errors generated.

** ARCHIVE FAILED **


The following build commands failed:
	CompileC /Users/vsts/Library/Developer/Xcode/DerivedData/example-fwheeetsuxlpjufwmtievksbmcik/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseFunctions.o RNFirebase/functions/RNFirebaseFunctions.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
##[error]Error: /usr/bin/xcodebuild failed with return code: 65
##[section]Finishing: Xcode build (signed)
##[section]Starting: Xcode build (signed)
@ethanneff ethanneff changed the title 🔥 Fails with App Center Build 🔥Fails with App Center Build Nov 5, 2018
@naodya
Copy link

naodya commented Nov 6, 2018

I have the same issue. I also tried upgrading to the pods listed below just like the starter kit

  # Required by RNFirebase
  pod 'Firebase/Core', '~> 5.11.0'

  # [OPTIONAL PODS] - comment out pods for firebase products you won't be using.
  pod 'Firebase/AdMob', '~> 5.11.0'
  pod 'Firebase/Auth', '~> 5.11.0'
  pod 'Firebase/Core', '~> 5.11.0'
  pod 'Firebase/Database', '~> 5.11.0'
  pod 'Firebase/Functions', '~> 5.11.0'
  pod 'Firebase/DynamicLinks', '~> 5.11.0'
  pod 'Firebase/Firestore', '~> 5.11.0'
  pod 'Firebase/Invites', '~> 5.11.0'
  pod 'Firebase/Messaging', '~> 5.11.0'
  pod 'Firebase/RemoteConfig', '~> 5.11.0'
  pod 'Firebase/Storage', '~> 5.11.0'
  pod 'Firebase/Performance', '~> 5.11.0'
  pod 'Fabric', '~> 1.7.13'
  pod 'Crashlytics', '~> 3.10.9'

@Ehesp Ehesp added Platform: iOS Impact: Build Error Behaviour causing build failure labels Nov 13, 2018
@todorone
Copy link

todorone commented Nov 16, 2018

@Ehesp Have the same issue on Bitrise for iOS, local compilation works perfect, Android compilation works on BitRise also.

react-native-firebase@5.1.0
react-native@0.57.5

Error log:

▸ Compiling RNFirebaseFunctions.m
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:10: could not build module 'Darwin'
#include <sys/types.h>
         ^~~~~~~~
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/dispatch/dispatch.h:25:10: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/os/object.h:25:10: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/usr/include/objc/objc.h:31:10: could not build module 'Darwin'
#include <sys/types.h>      // for __DARWIN_NULL
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:27:10: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
❌  /Users/vagrant/git/node_modules/react-native-firebase/ios/RNFirebase/functions/RNFirebaseFunctions.h:3:9: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: could not build module 'Darwin'
#include <stdbool.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: could not build module 'Foundation'
#include <Foundation/Foundation.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: could not build module 'Darwin'
#import <Availability.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceBase.h:12:10: could not build module 'Darwin'
#include <sys/cdefs.h>
 ~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: could not build module 'Darwin'
#include <TargetConditionals.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIOBase.h:11:10: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: could not build module 'Darwin'
#include <Availability.h>
 ~~~~~~~~^
❌  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: could not build module 'Foundation'
#import <Foundation/Foundation.h>
 ~~~~~~~~^
▸ Compiling RNFirebaseInstanceId.m
** ARCHIVE FAILED **
The following build commands failed:
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/zeekon-ghjaqinkchfneegoxjvmvrirhsjd/Build/Intermediates.noindex/ArchiveIntermediates/zeekon/IntermediateBuildFilesPath/RNFirebase.build/Release-iphoneos/RNFirebase.build/Objects-normal/armv7/RNFirebaseFunctions.o RNFirebase/functions/RNFirebaseFunctions.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
[05:06:09]: Exit status: 65
+---------------+-------------------------+
|            Build environment            |
+---------------+-------------------------+
| xcode_path    | /Applications/Xcode.app |
| gym_version   | 2.107.0                 |
| export_method | app-store               |
| sdk           | iPhoneOS11.4.sdk        |
+---------------+-------------------------+

@alienfractal
Copy link

Is there any updates on this issue? has anyone got any luck with it?

@todorone
Copy link

@dante8300 No, no luck, I can't even understand if any workaround is possible? Because of this issue we need to stick to 4.x only because we're doing cloud builds via BitRise.

@Salakar Any hints? 😢

@Salakar
Copy link
Member

Salakar commented Nov 23, 2018

React Native v0.58 is coming soon with Xcode 10 building out of the box, will have to wait for that to be honest - sorry 🙈

Track it here: react-native-community/releases#41

(will be in the next rc, 0.58.0-rc.1)


Loving react-native-firebase and the support we provide? Please consider supporting us with any of the below:

@PJUllrich
Copy link

As a workaround: I have been able to fix this issue by reverting the Xcode project to using the Legacy Build System

  1. Open the PROJECT_NAME.workspace file
  2. File > Workspace settings
  3. Build System > Legacy Build System

Others have been able to resolve this by adding the RNFirebase pod manually without using react-native link react-native-firebase. How to do that is nicely explained here

@andrei-zgirvaci
Copy link

@PJUllrich it works locally, but it doesn't on the AppCenter.

@FullstackJack
Copy link

FullstackJack commented Dec 11, 2018

@PJUllrich I don't have "Legacy Build System" on XCode 9 where I see this failing.

@stale
Copy link

stale bot commented Jan 9, 2019

Hello 👋, this issue has been automatically marked as stale because it has not had activity for quite some time. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Type: Stale Issue has become stale - automatically added by Stale bot label Jan 9, 2019
@naodya
Copy link

naodya commented Jan 9, 2019

The problem still exists.

@Salakar Salakar added the Keep Open avoids the stale bot label Jan 9, 2019
@stale stale bot removed the Type: Stale Issue has become stale - automatically added by Stale bot label Jan 9, 2019
@pehagg
Copy link
Contributor

pehagg commented Jan 28, 2019

Any idea if 0.58 ended up having the fix? I can't see anything mentioned about this in the 0.58 changelog.

@andrei-zgirvaci
Copy link

@pehagg me eighter, I hope they fixed it. I will look into it this week.

@Salakar
Copy link
Member

Salakar commented Jan 28, 2019

@pehagg @MD3XTER I'm using the new build system myself on v0.58.1 with no issues, so I assume this should be working for you now;

image

@Salakar Salakar removed the Keep Open avoids the stale bot label Jan 28, 2019
@Obi1Kennoby
Copy link

Still reproduced on Bitrise. I Use Xcode 10 and new build system with react-native@0.58.3 and react-native-firebase@5.2.2

@Obi1Kennoby
Copy link

In my case the root of problem was related to react-native-config, somehow after firebase upgrade my build started failed on Bitrise with errors like:

CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/zeekon-ghjaqinkchfneegoxjvmvrirhsjd/Build/Intermediates.noindex/ArchiveIntermediates/zeekon/IntermediateBuildFilesPath/ReactNativeConfig.build/Release-iphoneos/ReactNativeConfig.build/Objects-normal/arm64/ReactNativeConfig.o /Users/vagrant/git/node_modules/react-native-config/ios/ReactNativeConfig/ReactNativeConfig.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

Integration the react-native-config through a cocoapods fixed the problem

@andrei-zgirvaci
Copy link

andrei-zgirvaci commented Feb 24, 2019

I still get the same problem as before on RN 0.58.5, Xcode 10.1, RNF 5.2.2. Is there anyone who got this problem fixed?

p.s It works locally but fails during AppCenter build.
p.ss I am pretty sure it has nothing to do with React Native Firebase, because sometimes I get errors from other native modules so it may be just a race condition.

@stale
Copy link

stale bot commented Mar 27, 2019

Hello 👋, this issue has been automatically marked as stale because it has not had activity for quite some time. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Type: Stale Issue has become stale - automatically added by Stale bot label Mar 27, 2019
@todorone
Copy link

This issue has nothing to do with Xcode 10 new build system. Once again, it works locally but do not work for cloud building systems like BitRise or AppCenter...

@stale stale bot removed the Type: Stale Issue has become stale - automatically added by Stale bot label Mar 27, 2019
@mikehardy
Copy link
Collaborator

But it looks like @Obi1Kennoby got it working... is it reproducible in the starter app?

@stale
Copy link

stale bot commented Apr 24, 2019

Hello 👋, this issue has been automatically marked as stale because it has not had activity for quite some time. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Type: Stale Issue has become stale - automatically added by Stale bot label Apr 24, 2019
@hieupaul
Copy link

hieupaul commented May 8, 2019

Get the same problem during AppCenter build

@stale stale bot removed the Type: Stale Issue has become stale - automatically added by Stale bot label May 8, 2019
@stale
Copy link

stale bot commented Jun 5, 2019

Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.

@stale stale bot added the Type: Stale Issue has become stale - automatically added by Stale bot label Jun 5, 2019
@stale
Copy link

stale bot commented Jun 20, 2019

Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Jun 20, 2019
@Esbruiz
Copy link

Esbruiz commented Jun 26, 2019

This is happening to me only happens in appcenter, locally it archives fine.

@imchathu87
Copy link

Failing with AppCenter Build .. :( :( still no solution

@zacharyweidenbach
Copy link

This is also happening to me, where local archives are successful, but App Center fails intermittently. Currently on "react-native": "0.62.0", "react-native-firebase": "^5.5.6".

When it does fail, the failing action is:
CompileC /Users/runner/Library/Developer/Xcode/DerivedData/{...redacted}/Build/Intermediates.noindex/ArchiveIntermediates/{...redacted}/IntermediateBuildFilesPath/RNFirebase.build/{the rest of the command}

When I search the build logs of one that happens to succeed, the RNFirebase.build is no where to be found. I have made sure there are no recursive Header Search Paths for the given target. I'm at wits end on this. App center build config is using xcode 11.4, using Legacy Build.

@mikehardy
Copy link
Collaborator

This is a long shot, but I wonder if AppCenter is doing some sort of caching, and it would pay to use react-native-clean-project to at least purge DerivedData prior to commencing the build on AppCenter.

@zacharyweidenbach
Copy link

I added into the appcenter-pre-build.sh a line to run a package.json script that runs react-native-clean project, with additional arguments

The resulting output in the appcenter build console seemed to indicate it ran, insofar as I needed it to purge cached data

npm clean script react-native-clean-project
yarn run v1.22.4
$ react-native-clean-project --remove-iOS-build --remove-android-build --keep-node-modules --remove-iOS-pods --keep-brew --keep-pods
✅  wipe iOS Pods folder task has finished running in 15ms.
✅  wipe android build folder task has finished running in 15ms.
✅  wipe temporary caches task has finished running in 9ms.
Error running 'wipe iOS build artifacts': No matching processes belonging to you were found

Error running 'watchman cache clear (if watchman is installed)': /bin/sh: watchman: command not found

✅  watchman cache clear (if watchman is installed) task has finished running in 18ms.
✅  wipe iOS build artifacts task has finished running in 3s.
Done in 3.29s.

However, appcenter build still fails for the same reason indicated in this issue thread.

@mikehardy
Copy link
Collaborator

Sorry that didn't help - the 'wipe iOS build artifacts' line is the one that wipes out DerivedData, so it appears to have at least tested the hypothesis, just did not succeed. Alas

@zacharyweidenbach
Copy link

zacharyweidenbach commented May 13, 2020

The resolution for me was to change the appcenter build config to not use the Legacy Build System. Once this option was switched off, builds began succeeding consistently. Also using Xcode version 11.4.1 for reference. Perhaps the issue with earlier users reporting the issue is that they were trying to use the new build system with a < v11 Xcode. I did experience a build timeout that never finished after this change one time, but haven't since.

@mikehardy
Copy link
Collaborator

Great news and good info - thanks for the followup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Impact: Build Error Behaviour causing build failure Platform: iOS Type: Stale Issue has become stale - automatically added by Stale bot
Projects
None yet
Development

No branches or pull requests