Work with CLI. Works with Xcode. Works with Travis CI. Fails with App Center Build.
ios/Podfile: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
ADD_SOMETHING_HERE e.g. iOS 10 or Android API 28N/AN/AReact Native version:React Native Firebase library version:Firebase module(s) you're using that has the issue:TypeScript?ExpoKit?ExpoKitN/ACI 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)
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 Have the same issue on Bitrise for iOS, local compilation works perfect, Android compilation works on BitRise also.
[email protected]
[email protected]
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 |
+---------------+-------------------------+
Is there any updates on this issue? has anyone got any luck with it?
@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? ๐ข
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: https://github.com/react-native-community/react-native-releases/issues/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:
React Native Firebase and Invertase on Twitter As a workaround: I have been able to fix this issue by reverting the Xcode project to using the Legacy Build System
PROJECT_NAME.workspace fileFile > Workspace settingsBuild System > Legacy Build SystemOthers 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
@PJUllrich it works locally, but it doesn't on the AppCenter.
@PJUllrich I don't have "Legacy Build System" on XCode 9 where I see this failing.
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.
The problem still exists.
Any idea if 0.58 ended up having the fix? I can't see anything mentioned about this in the 0.58 changelog.
@pehagg me eighter, I hope they fixed it. I will look into it this week.
@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;

Still reproduced on Bitrise. I Use Xcode 10 and new build system with [email protected] and [email protected]
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
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.
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.
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...
But it looks like @Obi1Kennoby got it working... is it reproducible in the starter app?
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.
Get the same problem during AppCenter build
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.
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.
This is happening to me only happens in appcenter, locally it archives fine.
Failing with AppCenter Build .. :( :( still no solution
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.
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.
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.
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
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.
Great news and good info - thanks for the followup
Most helpful comment
@PJUllrich it works locally, but it doesn't on the AppCenter.