fastlane: build_ios_app stuck after 'Running script 'Bundle React Native code and images''

New Issue Checklist

Issue Description

I am using build_ios_app action in my fastfile and crashlytics to upload the application to crashlytics for beta deployment. But when i run fastlane beta then it gets stuck at the line Running script ‘Bundle React Native code and images’

Here is my fastlane file

# More documentation about how to customize your build
# can be found here:
# https://docs.fastlane.tools
fastlane_version "2.68.0"

# This value helps us track success metrics for Fastfiles
# we automatically generate. Feel free to remove this line
# once you get things running smoothly!
generated_fastfile_id "6edfccc8-281b-4419-bebc-13eebf684f6e"

default_platform :ios

# Fastfile actions accept additional configuration, but
# don't worry, fastlane will prompt you for required
# info which you can add here later
lane :beta do
  # build your iOS app
  #scan
  increment_build_number(build_number: ENV['BUILDKITE_BUILD_NUMBER'])
  increment_version_number(version_number: ENV['VERSION_NUMBER'])
  build_ios_app(
    workspace: "blueprint.xcworkspace",
    scheme: "blueprint",
    export_method: "ad-hoc",
    clean: true,
    export_options: {
      provisioningProfiles: {
        "iproperty.reactjs.native.example.blueprint" => "test-profile"
      }
    }
  )

  # upload to Beta by Crashlytics
  crashlytics
end

I have pasted the output below .It gets stuck at

Running script 'Bundle React Native code and images'

As per the gym logs the last command executed by gym was

node /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output /Users/shardulsrivastava/Library/Developer/Xcode/DerivedData/blueprint-elqtgcfhrfqpofcglxlmefqumyqn/Build/Intermediates.noindex/ArchiveIntermediates/blueprint/BuildProductsPath/Release-iphoneos/blueprint.app/main.jsbundle --assets-dest 

and it gets completed , but it doesn’t go anywhere from here and is stuck here.

Complete output when running fastlane, including the stack trace and command used
INFO [2018-06-14 23:50:07.61]: ▸ if (_iconImageView) [_iconImageView removeFromSuperview];
INFO [2018-06-14 23:50:07.61]: ▸                                                                        ^
INFO [2018-06-14 23:50:07.61]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirGoogleMaps/AIRGoogleMapMarker.m:253:68: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:07.61]: ▸ _iconImageView = imageView;
INFO [2018-06-14 23:50:07.61]: ▸                                                                                         ^
INFO [2018-06-14 23:50:07.61]: ▸ Compiling AIRGoogleMapMarkerManager.m
INFO [2018-06-14 23:50:07.62]: ▸ Compiling AIRGoogleMapOverlay.m
INFO [2018-06-14 23:50:07.62]: ▸ Compiling AIRGoogleMapOverlayManager.m
INFO [2018-06-14 23:50:07.62]: ▸ Compiling AIRGoogleMapPolygon.m
INFO [2018-06-14 23:50:07.71]: ▸ Compiling AIRGoogleMapPolygonManager.m
INFO [2018-06-14 23:50:07.71]: ▸ Compiling AIRGoogleMapPolyline.m
INFO [2018-06-14 23:50:08.09]: ▸ Compiling AIRGoogleMapPolylineManager.m
INFO [2018-06-14 23:50:08.31]: ▸ Compiling AIRGoogleMapUrlTile.m
INFO [2018-06-14 23:50:08.31]: ▸ Compiling AIRGoogleMapURLTileManager.m
INFO [2018-06-14 23:50:08.31]: ▸ Compiling DummyView.m
INFO [2018-06-14 23:50:08.31]: ▸ Compiling RCTConvert+GMSMapViewType.m
INFO [2018-06-14 23:50:08.31]: ▸ Compiling react-native-google-maps-dummy.m
INFO [2018-06-14 23:50:08.33]: ▸ Building library libreact-native-google-maps.a
INFO [2018-06-14 23:50:08.35]: ▸ Building library libreact-native-google-maps.a
INFO [2018-06-14 23:50:08.44]: ▸ Building Pods/react-native-maps [Release]
INFO [2018-06-14 23:50:08.44]: ▸ Check Dependencies
INFO [2018-06-14 23:50:08.45]: ▸ Compiling AIRMap.m
INFO [2018-06-14 23:50:09.40]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:427:28: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.40]: ▸ CGRect frame = _legalLabel.frame;
INFO [2018-06-14 23:50:09.40]: ▸                                                                    ^
INFO [2018-06-14 23:50:09.41]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:428:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.41]: ▸ if (_legalLabelInsets.left) {
INFO [2018-06-14 23:50:09.41]: ▸                            ^
INFO [2018-06-14 23:50:09.41]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:429:34: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.41]: ▸ frame.origin.x = _legalLabelInsets.left;
INFO [2018-06-14 23:50:09.41]: ▸                 ^
INFO [2018-06-14 23:50:09.41]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:430:24: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.41]: ▸ } else if (_legalLabelInsets.right) {
INFO [2018-06-14 23:50:09.41]: ▸                                  ^
INFO [2018-06-14 23:50:09.41]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:431:58: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.41]: ▸ frame.origin.x = self.frame.size.width - _legalLabelInsets.right - frame.size.width;
INFO [2018-06-14 23:50:09.41]: ▸                        ^
INFO [2018-06-14 23:50:09.41]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:433:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.41]: ▸ if (_legalLabelInsets.top) {
INFO [2018-06-14 23:50:09.41]: ▸                                                          ^
INFO [2018-06-14 23:50:09.42]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:434:34: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.42]: ▸ frame.origin.y = _legalLabelInsets.top;
INFO [2018-06-14 23:50:09.42]: ▸                 ^
INFO [2018-06-14 23:50:09.42]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:435:24: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.42]: ▸ } else if (_legalLabelInsets.bottom) {
INFO [2018-06-14 23:50:09.42]: ▸                                  ^
INFO [2018-06-14 23:50:09.42]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:436:59: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.42]: ▸ frame.origin.y = self.frame.size.height - _legalLabelInsets.bottom - frame.size.height;
INFO [2018-06-14 23:50:09.42]: ▸                        ^
INFO [2018-06-14 23:50:09.42]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:438:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:09.42]: ▸ _legalLabel.frame = frame;
INFO [2018-06-14 23:50:09.42]: ▸                                                           ^
INFO [2018-06-14 23:50:09.42]: ▸ Compiling AIRMapCallout.m
INFO [2018-06-14 23:50:09.42]: ▸ Compiling AIRMapCalloutManager.m
INFO [2018-06-14 23:50:09.42]: ▸ Compiling AIRMapCircle.m
INFO [2018-06-14 23:50:09.42]: ▸ Compiling AIRMapCircleManager.m
INFO [2018-06-14 23:50:09.43]: ▸ Compiling AIRMapCoordinate.m
INFO [2018-06-14 23:50:09.43]: ▸ Compiling AIRMapLocalTile.m
INFO [2018-06-14 23:50:09.43]: ▸ Compiling AIRMapLocalTileManager.m
INFO [2018-06-14 23:50:09.43]: ▸ Compiling AIRMapLocalTileOverlay.m
INFO [2018-06-14 23:50:09.43]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:19:115: incompatible pointer to integer conversion sending 'void *' to parameter of type 'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') [-Wint-conversion]
INFO [2018-06-14 23:50:09.43]: ▸ [tileFilePath replaceOccurrencesOfString: @"{x}" withString:[NSString stringWithFormat:@"%i", path.x] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:09.43]: ▸             ^
INFO [2018-06-14 23:50:09.43]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:20:114: incompatible pointer to integer conversion sending 'void *' to parameter of type 'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') [-Wint-conversion]
INFO [2018-06-14 23:50:09.43]: ▸ [tileFilePath replaceOccurrencesOfString:@"{y}" withString:[NSString stringWithFormat:@"%i", path.y] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:09.43]: ▸                                                                                                                                ^
INFO [2018-06-14 23:50:09.44]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:21:114: incompatible pointer to integer conversion sending 'void *' to parameter of type 'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') [-Wint-conversion]
INFO [2018-06-14 23:50:09.44]: ▸ [tileFilePath replaceOccurrencesOfString:@"{z}" withString:[NSString stringWithFormat:@"%i", path.z] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:09.44]: ▸                                                                                                                                ^
INFO [2018-06-14 23:50:09.44]: ▸ Compiling AIRMapManager.m
INFO [2018-06-14 23:50:10.18]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapManager.m:813:13: unused variable 'zoomLevel' [-Wunused-variable]
INFO [2018-06-14 23:50:10.18]: ▸ CGFloat zoomLevel = [self zoomLevel:mapView];
INFO [2018-06-14 23:50:10.18]: ▸                                                                                                                                ^
INFO [2018-06-14 23:50:10.18]: ▸ Compiling AIRMapMarker.m
INFO [2018-06-14 23:50:10.18]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapMarker.m:88:22: 'setPinTintColor:' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:10.18]: ▸ _pinView.pinTintColor = self.pinColor;
INFO [2018-06-14 23:50:10.18]: ▸             ^
INFO [2018-06-14 23:50:10.19]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapMarker.m:303:18: 'setPinTintColor:' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:10.19]: ▸ _pinView.pinTintColor = _pinColor;
INFO [2018-06-14 23:50:10.19]: ▸                      ^~~~~~~~~~~~
INFO [2018-06-14 23:50:10.19]: ▸ Compiling AIRMapMarkerManager.m
INFO [2018-06-14 23:50:10.19]: ▸ Compiling AIRMapOverlay.m
INFO [2018-06-14 23:50:10.19]: ▸ Compiling AIRMapOverlayManager.m
INFO [2018-06-14 23:50:10.19]: ▸ Compiling AIRMapOverlayRenderer.m
INFO [2018-06-14 23:50:10.19]: ▸ Compiling AIRMapPolygon.m
INFO [2018-06-14 23:50:10.20]: ▸ Compiling AIRMapPolygonManager.m
INFO [2018-06-14 23:50:10.20]: ▸ Compiling AIRMapPolyline.m
INFO [2018-06-14 23:50:10.20]: ▸ Compiling AIRMapPolylineManager.m
INFO [2018-06-14 23:50:10.20]: ▸ Compiling AIRMapPolylineRenderer.m
INFO [2018-06-14 23:50:10.20]: ▸ Compiling AIRMapUrlTile.m
INFO [2018-06-14 23:50:10.20]: ▸ Compiling AIRMapUrlTileManager.m
INFO [2018-06-14 23:50:10.20]: ▸ Compiling RCTConvert+AirMap.m
INFO [2018-06-14 23:50:10.21]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/RCTConvert+AirMap.m:34:26: 'MKMapTypeSatelliteFlyover' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:10.21]: ▸ @"satelliteFlyover": @(MKMapTypeSatelliteFlyover),
INFO [2018-06-14 23:50:10.21]: ▸                  ^~~~~~~~~~~~
INFO [2018-06-14 23:50:10.21]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/RCTConvert+AirMap.m:35:23: 'MKMapTypeHybridFlyover' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:10.21]: ▸ @"hybridFlyover": @(MKMapTypeHybridFlyover),
INFO [2018-06-14 23:50:10.21]: ▸               ^~~~~~
INFO [2018-06-14 23:50:10.22]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/RCTConvert+AirMap.m:36:23: 'MKMapTypeMutedStandard' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
INFO [2018-06-14 23:50:10.22]: ▸ @"mutedStandard": @(MKMapTypeMutedStandard)
INFO [2018-06-14 23:50:10.22]: ▸               ^~~~~~
INFO [2018-06-14 23:50:10.22]: ▸ Compiling react-native-maps-dummy.m
INFO [2018-06-14 23:50:10.22]: ▸ Compiling SMCalloutView.m
INFO [2018-06-14 23:50:10.71]: ▸ Compiling AIRMap.m
INFO [2018-06-14 23:50:10.72]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:427:28: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.72]: ▸ CGRect frame = _legalLabel.frame;
INFO [2018-06-14 23:50:10.72]: ▸               ^~~~~~
INFO [2018-06-14 23:50:10.72]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:428:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.72]: ▸ if (_legalLabelInsets.left) {
INFO [2018-06-14 23:50:10.72]: ▸                            ^
INFO [2018-06-14 23:50:10.72]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:429:34: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.72]: ▸ frame.origin.x = _legalLabelInsets.left;
INFO [2018-06-14 23:50:10.72]: ▸                 ^
INFO [2018-06-14 23:50:10.72]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:430:24: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.72]: ▸ } else if (_legalLabelInsets.right) {
INFO [2018-06-14 23:50:10.72]: ▸                                  ^
INFO [2018-06-14 23:50:10.72]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:431:58: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.72]: ▸ frame.origin.x = self.frame.size.width - _legalLabelInsets.right - frame.size.width;
INFO [2018-06-14 23:50:10.72]: ▸                        ^
INFO [2018-06-14 23:50:10.72]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:433:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.73]: ▸ if (_legalLabelInsets.top) {
INFO [2018-06-14 23:50:10.73]: ▸                                                          ^
INFO [2018-06-14 23:50:10.73]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:434:34: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.73]: ▸ frame.origin.y = _legalLabelInsets.top;
INFO [2018-06-14 23:50:10.73]: ▸                 ^
INFO [2018-06-14 23:50:10.73]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:435:24: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.73]: ▸ } else if (_legalLabelInsets.bottom) {
INFO [2018-06-14 23:50:10.73]: ▸                                  ^
INFO [2018-06-14 23:50:10.73]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:436:59: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.73]: ▸ frame.origin.y = self.frame.size.height - _legalLabelInsets.bottom - frame.size.height;
INFO [2018-06-14 23:50:10.73]: ▸                        ^
INFO [2018-06-14 23:50:10.73]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMap.m:438:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
INFO [2018-06-14 23:50:10.73]: ▸ _legalLabel.frame = frame;
INFO [2018-06-14 23:50:10.73]: ▸                                                           ^
INFO [2018-06-14 23:50:10.73]: ▸ Compiling AIRMapCallout.m
INFO [2018-06-14 23:50:10.73]: ▸ Compiling AIRMapCalloutManager.m
INFO [2018-06-14 23:50:10.73]: ▸ Compiling AIRMapCircle.m
INFO [2018-06-14 23:50:10.74]: ▸ Compiling AIRMapCircleManager.m
INFO [2018-06-14 23:50:10.74]: ▸ Compiling AIRMapCoordinate.m
INFO [2018-06-14 23:50:10.74]: ▸ Compiling AIRMapLocalTile.m
INFO [2018-06-14 23:50:10.74]: ▸ Compiling AIRMapLocalTileManager.m
INFO [2018-06-14 23:50:10.74]: ▸ Compiling AIRMapLocalTileOverlay.m
INFO [2018-06-14 23:50:10.74]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:19:99: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]
INFO [2018-06-14 23:50:10.74]: ▸ [tileFilePath replaceOccurrencesOfString: @"{x}" withString:[NSString stringWithFormat:@"%i", path.x] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:10.74]: ▸             ^
INFO [2018-06-14 23:50:10.74]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:19:115: incompatible pointer to integer conversion sending 'void *' to parameter of type 'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') [-Wint-conversion]
INFO [2018-06-14 23:50:10.74]: ▸ [tileFilePath replaceOccurrencesOfString: @"{x}" withString:[NSString stringWithFormat:@"%i", path.x] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:10.74]: ▸                                                                                              ~~   ^~~~~~
INFO [2018-06-14 23:50:10.74]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:20:98: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]
INFO [2018-06-14 23:50:10.75]: ▸ [tileFilePath replaceOccurrencesOfString:@"{y}" withString:[NSString stringWithFormat:@"%i", path.y] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:10.75]: ▸                                                                                                                                ^
INFO [2018-06-14 23:50:10.75]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:20:114: incompatible pointer to integer conversion sending 'void *' to parameter of type 'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') [-Wint-conversion]
INFO [2018-06-14 23:50:10.75]: ▸ [tileFilePath replaceOccurrencesOfString:@"{y}" withString:[NSString stringWithFormat:@"%i", path.y] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:10.75]: ▸                                                                                             ~~   ^~~~~~
INFO [2018-06-14 23:50:10.75]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:21:98: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]
INFO [2018-06-14 23:50:10.75]: ▸ [tileFilePath replaceOccurrencesOfString:@"{z}" withString:[NSString stringWithFormat:@"%i", path.z] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:10.75]: ▸                                                                                                                                ^
INFO [2018-06-14 23:50:10.75]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapLocalTileOverlay.m:21:114: incompatible pointer to integer conversion sending 'void *' to parameter of type 'NSStringCompareOptions' (aka 'enum NSStringCompareOptions') [-Wint-conversion]
INFO [2018-06-14 23:50:10.75]: ▸ [tileFilePath replaceOccurrencesOfString:@"{z}" withString:[NSString stringWithFormat:@"%i", path.z] options:NULL range:NSMakeRange(0, tileFilePath.length)];
INFO [2018-06-14 23:50:10.75]: ▸                                                                                             ~~   ^~~~~~
INFO [2018-06-14 23:50:10.75]: ▸ Compiling AIRMapManager.m
INFO [2018-06-14 23:50:11.25]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapManager.m:813:13: unused variable 'zoomLevel' [-Wunused-variable]
INFO [2018-06-14 23:50:11.25]: ▸ CGFloat zoomLevel = [self zoomLevel:mapView];
INFO [2018-06-14 23:50:11.25]: ▸                                                                                                                                ^
INFO [2018-06-14 23:50:11.25]: ▸ Compiling AIRMapMarker.m
INFO [2018-06-14 23:50:11.25]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapMarker.m:88:22: 'setPinTintColor:' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:11.25]: ▸ _pinView.pinTintColor = self.pinColor;
INFO [2018-06-14 23:50:11.25]: ▸             ^
INFO [2018-06-14 23:50:11.25]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/AIRMapMarker.m:303:18: 'setPinTintColor:' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:11.25]: ▸ _pinView.pinTintColor = _pinColor;
INFO [2018-06-14 23:50:11.25]: ▸                      ^~~~~~~~~~~~
INFO [2018-06-14 23:50:11.25]: ▸ Compiling AIRMapMarkerManager.m
INFO [2018-06-14 23:50:11.25]: ▸ Compiling AIRMapOverlay.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapOverlayManager.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapOverlayRenderer.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapPolygon.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapPolygonManager.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapPolyline.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapPolylineManager.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapPolylineRenderer.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapUrlTile.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling AIRMapUrlTileManager.m
INFO [2018-06-14 23:50:11.26]: ▸ Compiling RCTConvert+AirMap.m
INFO [2018-06-14 23:50:11.27]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/RCTConvert+AirMap.m:34:26: 'MKMapTypeSatelliteFlyover' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:11.27]: ▸ @"satelliteFlyover": @(MKMapTypeSatelliteFlyover),
INFO [2018-06-14 23:50:11.27]: ▸                  ^~~~~~~~~~~~
INFO [2018-06-14 23:50:11.27]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/RCTConvert+AirMap.m:35:23: 'MKMapTypeHybridFlyover' is only available on iOS 9.0 or newer [-Wunguarded-availability]
INFO [2018-06-14 23:50:11.27]: ▸ @"hybridFlyover": @(MKMapTypeHybridFlyover),
INFO [2018-06-14 23:50:11.27]: ▸               ^~~~~~
INFO [2018-06-14 23:50:11.27]: ▸ ⚠️  /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-maps/lib/ios/AirMaps/RCTConvert+AirMap.m:36:23: 'MKMapTypeMutedStandard' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
INFO [2018-06-14 23:50:11.27]: ▸ @"mutedStandard": @(MKMapTypeMutedStandard)
INFO [2018-06-14 23:50:11.27]: ▸               ^~~~~~
INFO [2018-06-14 23:50:11.27]: ▸ Compiling react-native-maps-dummy.m
INFO [2018-06-14 23:50:11.27]: ▸ Compiling SMCalloutView.m
INFO [2018-06-14 23:50:11.55]: ▸ Building library libreact-native-maps.a
INFO [2018-06-14 23:50:11.58]: ▸ Building library libreact-native-maps.a
INFO [2018-06-14 23:50:11.68]: ▸ Building Pods/yoga [Release]
INFO [2018-06-14 23:50:11.68]: ▸ Check Dependencies
INFO [2018-06-14 23:50:11.70]: ▸ Compiling Utils.cpp
INFO [2018-06-14 23:50:12.15]: ▸ Compiling YGEnums.cpp
INFO [2018-06-14 23:50:12.15]: ▸ Compiling YGLayout.cpp
INFO [2018-06-14 23:50:12.23]: ▸ Compiling YGNode.cpp
INFO [2018-06-14 23:50:13.01]: ▸ Compiling YGNodePrint.cpp
INFO [2018-06-14 23:50:13.01]: ▸ Compiling YGStyle.cpp
INFO [2018-06-14 23:50:13.01]: ▸ Compiling yoga-dummy.m
INFO [2018-06-14 23:50:13.01]: ▸ Compiling Yoga.cpp
INFO [2018-06-14 23:50:13.68]: ▸ Compiling Utils.cpp
INFO [2018-06-14 23:50:13.68]: ▸ Compiling YGEnums.cpp
INFO [2018-06-14 23:50:13.69]: ▸ Compiling YGLayout.cpp
INFO [2018-06-14 23:50:13.69]: ▸ Compiling YGNode.cpp
INFO [2018-06-14 23:50:13.69]: ▸ Compiling YGNodePrint.cpp
INFO [2018-06-14 23:50:13.69]: ▸ Compiling YGStyle.cpp
INFO [2018-06-14 23:50:13.69]: ▸ Compiling yoga-dummy.m
INFO [2018-06-14 23:50:13.69]: ▸ Compiling Yoga.cpp
INFO [2018-06-14 23:50:13.87]: ▸ Building library libyoga.a
INFO [2018-06-14 23:50:13.89]: ▸ Building library libyoga.a
INFO [2018-06-14 23:50:13.95]: ▸ Building Pods/Pods-blueprint [Release]
INFO [2018-06-14 23:50:13.95]: ▸ Check Dependencies
INFO [2018-06-14 23:50:13.96]: ▸ Compiling Pods-blueprint-dummy.m
INFO [2018-06-14 23:50:14.06]: ▸ Compiling Pods-blueprint-dummy.m
INFO [2018-06-14 23:50:14.06]: ▸ Building library libPods-blueprint.a
INFO [2018-06-14 23:50:14.07]: ▸ Building library libPods-blueprint.a
INFO [2018-06-14 23:50:14.09]: ▸ Building RCTSettings/RCTSettings [Release]
INFO [2018-06-14 23:50:14.09]: ▸ Check Dependencies
INFO [2018-06-14 23:50:14.28]: ▸ Building library libRCTSettings.a
INFO [2018-06-14 23:50:14.29]: ▸ Building library libRCTSettings.a
INFO [2018-06-14 23:50:14.35]: ▸ Building RCTRestart/RCTRestart [Release]
INFO [2018-06-14 23:50:14.35]: ▸ Check Dependencies
INFO [2018-06-14 23:50:14.36]: ▸ Compiling RCTRestart.m
INFO [2018-06-14 23:50:14.50]: ▸ Compiling RCTRestart.m
INFO [2018-06-14 23:50:14.50]: ▸ Building library libRCTRestart.a
INFO [2018-06-14 23:50:14.51]: ▸ Building library libRCTRestart.a
INFO [2018-06-14 23:50:14.56]: ▸ Building RCTGeolocation/RCTGeolocation [Release]
INFO [2018-06-14 23:50:14.56]: ▸ Check Dependencies
INFO [2018-06-14 23:50:14.83]: ▸ Building library libRCTGeolocation.a
INFO [2018-06-14 23:50:14.84]: ▸ Building library libRCTGeolocation.a
INFO [2018-06-14 23:50:14.90]: ▸ Building RCTWebSocket/fishhook [Release]
INFO [2018-06-14 23:50:14.90]: ▸ Check Dependencies
INFO [2018-06-14 23:50:14.91]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native/Libraries/fishhook/fishhook.h
INFO [2018-06-14 23:50:14.92]: ▸ Compiling fishhook.c
INFO [2018-06-14 23:50:15.04]: ▸ Compiling fishhook.c
INFO [2018-06-14 23:50:15.04]: ▸ Building library libfishhook.a
INFO [2018-06-14 23:50:15.05]: ▸ Building library libfishhook.a
INFO [2018-06-14 23:50:15.10]: ▸ Building RCTWebSocket/RCTWebSocket [Release]
INFO [2018-06-14 23:50:15.10]: ▸ Check Dependencies
INFO [2018-06-14 23:50:15.87]: ▸ Building library libRCTWebSocket.a
INFO [2018-06-14 23:50:15.88]: ▸ Building library libRCTWebSocket.a
INFO [2018-06-14 23:50:16.03]: ▸ Building RCTText/RCTText [Release]
INFO [2018-06-14 23:50:16.03]: ▸ Check Dependencies
INFO [2018-06-14 23:50:16.04]: ▸ Copying BaseText/RCTBaseTextShadowView.h
INFO [2018-06-14 23:50:16.04]: ▸ Copying BaseText/RCTBaseTextViewManager.h
INFO [2018-06-14 23:50:16.04]: ▸ Copying RawText/RCTRawTextShadowView.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying RawText/RCTRawTextViewManager.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying RCTConvert+Text.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying RCTTextAttributes.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying Text/NSTextStorage+FontScaling.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying Text/RCTTextShadowView.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying Text/RCTTextViewManager.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying Text/RCTTextView.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/Multiline/RCTMultilineTextInputViewManager.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/Multiline/RCTMultilineTextInputView.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/Multiline/RCTUITextView.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/RCTBackedTextInputDelegate.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/RCTBackedTextInputDelegateAdapter.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/RCTBackedTextInputViewProtocol.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/RCTBaseTextInputShadowView.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/RCTBaseTextInputView.h
INFO [2018-06-14 23:50:16.05]: ▸ Copying TextInput/RCTBaseTextInputViewManager.h
INFO [2018-06-14 23:50:16.06]: ▸ Copying TextInput/RCTTextSelection.h
INFO [2018-06-14 23:50:16.06]: ▸ Copying TextInput/Singleline/RCTSinglelineTextInputView.h
INFO [2018-06-14 23:50:16.06]: ▸ Copying TextInput/Singleline/RCTSinglelineTextInputViewManager.h
INFO [2018-06-14 23:50:16.06]: ▸ Copying TextInput/Singleline/RCTUITextField.h
INFO [2018-06-14 23:50:16.06]: ▸ Copying VirtualText/RCTVirtualTextShadowView.h
INFO [2018-06-14 23:50:16.06]: ▸ Copying VirtualText/RCTVirtualTextViewManager.h
INFO [2018-06-14 23:50:16.06]: ▸ Compiling RCTBaseTextShadowView.m
INFO [2018-06-14 23:50:16.47]: ▸ Compiling RCTTextShadowView.m
INFO [2018-06-14 23:50:16.64]: ▸ Compiling RCTRawTextViewManager.m
INFO [2018-06-14 23:50:16.64]: ▸ Compiling RCTBaseTextInputShadowView.m
INFO [2018-06-14 23:50:16.65]: ▸ Compiling RCTInputAccessoryViewManager.m
INFO [2018-06-14 23:50:16.65]: ▸ Compiling RCTInputAccessoryViewContent.m
INFO [2018-06-14 23:50:16.65]: ▸ Compiling RCTInputAccessoryView.m
INFO [2018-06-14 23:50:16.65]: ▸ Compiling RCTTextView.m
INFO [2018-06-14 23:50:16.84]: ▸ Compiling RCTUITextView.m
INFO [2018-06-14 23:50:16.84]: ▸ Compiling RCTBackedTextInputDelegateAdapter.m
INFO [2018-06-14 23:50:16.85]: ▸ Compiling RCTBaseTextViewManager.m
INFO [2018-06-14 23:50:16.85]: ▸ Compiling RCTVirtualTextShadowView.m
INFO [2018-06-14 23:50:16.87]: ▸ Compiling RCTTextViewManager.m
INFO [2018-06-14 23:50:16.97]: ▸ Compiling RCTBaseTextInputView.m
INFO [2018-06-14 23:50:17.23]: ▸ Compiling RCTVirtualTextViewManager.m
INFO [2018-06-14 23:50:17.23]: ▸ Compiling RCTMultilineTextInputViewManager.m
INFO [2018-06-14 23:50:17.23]: ▸ Compiling RCTSinglelineTextInputViewManager.m
INFO [2018-06-14 23:50:17.23]: ▸ Compiling RCTBaseTextInputViewManager.m
INFO [2018-06-14 23:50:17.24]: ▸ Compiling RCTTextSelection.m
INFO [2018-06-14 23:50:17.24]: ▸ Compiling RCTRawTextShadowView.m
INFO [2018-06-14 23:50:17.24]: ▸ Compiling NSTextStorage+FontScaling.m
INFO [2018-06-14 23:50:17.24]: ▸ Compiling RCTSinglelineTextInputView.m
INFO [2018-06-14 23:50:17.24]: ▸ Compiling RCTMultilineTextInputView.m
INFO [2018-06-14 23:50:17.24]: ▸ Compiling RCTUITextField.m
INFO [2018-06-14 23:50:17.33]: ▸ Compiling RCTBaseTextShadowView.m
INFO [2018-06-14 23:50:17.38]: ▸ Compiling RCTTextShadowView.m
INFO [2018-06-14 23:50:17.59]: ▸ Compiling RCTRawTextViewManager.m
INFO [2018-06-14 23:50:17.59]: ▸ Compiling RCTBaseTextInputShadowView.m
INFO [2018-06-14 23:50:17.62]: ▸ Compiling RCTInputAccessoryViewManager.m
INFO [2018-06-14 23:50:17.62]: ▸ Compiling RCTInputAccessoryViewContent.m
INFO [2018-06-14 23:50:17.78]: ▸ Compiling RCTInputAccessoryView.m
INFO [2018-06-14 23:50:17.78]: ▸ Compiling RCTTextView.m
INFO [2018-06-14 23:50:17.79]: ▸ Compiling RCTUITextView.m
INFO [2018-06-14 23:50:17.81]: ▸ Compiling RCTBackedTextInputDelegateAdapter.m
INFO [2018-06-14 23:50:17.81]: ▸ Compiling RCTBaseTextViewManager.m
INFO [2018-06-14 23:50:17.81]: ▸ Compiling RCTVirtualTextShadowView.m
INFO [2018-06-14 23:50:17.85]: ▸ Compiling RCTTextViewManager.m
INFO [2018-06-14 23:50:17.95]: ▸ Compiling RCTBaseTextInputView.m
INFO [2018-06-14 23:50:18.18]: ▸ Compiling RCTVirtualTextViewManager.m
INFO [2018-06-14 23:50:18.18]: ▸ Compiling RCTMultilineTextInputViewManager.m
INFO [2018-06-14 23:50:18.18]: ▸ Compiling RCTSinglelineTextInputViewManager.m
INFO [2018-06-14 23:50:18.18]: ▸ Compiling RCTBaseTextInputViewManager.m
INFO [2018-06-14 23:50:18.18]: ▸ Compiling RCTTextSelection.m
INFO [2018-06-14 23:50:18.19]: ▸ Compiling RCTRawTextShadowView.m
INFO [2018-06-14 23:50:18.19]: ▸ Compiling NSTextStorage+FontScaling.m
INFO [2018-06-14 23:50:18.19]: ▸ Compiling RCTSinglelineTextInputView.m
INFO [2018-06-14 23:50:18.23]: ▸ Compiling RCTMultilineTextInputView.m
INFO [2018-06-14 23:50:18.27]: ▸ Compiling RCTUITextField.m
INFO [2018-06-14 23:50:18.30]: ▸ Building library libRCTText.a
INFO [2018-06-14 23:50:18.32]: ▸ Building library libRCTText.a
INFO [2018-06-14 23:50:18.85]: ▸ Building RCTNetwork/RCTNetwork [Release]
INFO [2018-06-14 23:50:18.85]: ▸ Check Dependencies
INFO [2018-06-14 23:50:20.36]: ▸ Building library libRCTNetwork.a
INFO [2018-06-14 23:50:20.37]: ▸ Building library libRCTNetwork.a
INFO [2018-06-14 23:50:20.54]: ▸ Building RCTBlob/RCTBlob [Release]
INFO [2018-06-14 23:50:20.54]: ▸ Check Dependencies
INFO [2018-06-14 23:50:20.55]: ▸ Copying RCTFileReaderModule.h
INFO [2018-06-14 23:50:20.55]: ▸ Copying RCTBlobManager.h
INFO [2018-06-14 23:50:21.50]: ▸ Building library libRCTBlob.a
INFO [2018-06-14 23:50:21.51]: ▸ Building library libRCTBlob.a
INFO [2018-06-14 23:50:21.59]: ▸ Building RCTLinking/RCTLinking [Release]
INFO [2018-06-14 23:50:21.59]: ▸ Check Dependencies
INFO [2018-06-14 23:50:21.78]: ▸ Building library libRCTLinking.a
INFO [2018-06-14 23:50:21.79]: ▸ Building library libRCTLinking.a
INFO [2018-06-14 23:50:21.84]: ▸ Building RCTVibration/RCTVibration [Release]
INFO [2018-06-14 23:50:21.84]: ▸ Check Dependencies
INFO [2018-06-14 23:50:21.97]: ▸ Building library libRCTVibration.a
INFO [2018-06-14 23:50:21.98]: ▸ Building library libRCTVibration.a
INFO [2018-06-14 23:50:22.03]: ▸ Building blueprint/blueprint [Release]
INFO [2018-06-14 23:50:22.03]: ▸ Check Dependencies
INFO [2018-06-14 23:50:22.05]: ▸ Running script '[CP] Check Pods Manifest.lock'
INFO [2018-06-14 23:50:22.08]: ▸ Compiling AppDelegate.m
INFO [2018-06-14 23:50:22.32]: ▸ Compiling main.m
INFO [2018-06-14 23:50:22.32]: ▸ Compiling blueprint_vers.c
INFO [2018-06-14 23:50:22.32]: ▸ Compiling AppDelegate.m
INFO [2018-06-14 23:50:22.32]: ▸ Compiling main.m
INFO [2018-06-14 23:50:22.32]: ▸ Compiling blueprint_vers.c
INFO [2018-06-14 23:50:22.32]: ▸ Linking blueprint
INFO [2018-06-14 23:50:36.84]: ▸ ⚠️  ld: directory not found for option '-L/Users/shardulsrivastava/Library/Developer/Xcode/DerivedData/blueprint-elqtgcfhrfqpofcglxlmefqumyqn/Build/Intermediates.noindex/ArchiveIntermediates/blueprint/BuildProductsPath/Release-iphoneos/React'
INFO [2018-06-14 23:50:36.84]: ▸ Linking blueprint
INFO [2018-06-14 23:50:36.86]: ▸ ⚠️  ld: directory not found for option '-L/Users/shardulsrivastava/Library/Developer/Xcode/DerivedData/blueprint-elqtgcfhrfqpofcglxlmefqumyqn/Build/Intermediates.noindex/ArchiveIntermediates/blueprint/BuildProductsPath/Release-iphoneos/React'
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Foundation.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Foundation.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Zocial.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/src/assets/fonts/anticon.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Zocial.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf
INFO [2018-06-14 23:50:37.12]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Ionicons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Ionicons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Octicons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Octicons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Feather.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Feather.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/src/assets/fonts/rui-icon.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Entypo.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/Entypo.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf
INFO [2018-06-14 23:50:37.13]: ▸ Copying /Users/shardulsrivastava/Desktop/Shardul/Technical/Buildkites/CustomerTools/client-apps/node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf
INFO [2018-06-14 23:50:39.75]: ▸ Compiling LaunchScreen.xib
INFO [2018-06-14 23:50:39.75]: ▸ Processing Info.plist
INFO [2018-06-14 23:50:39.76]: ▸ Generating 'blueprint.app.dSYM'
INFO [2018-06-14 23:50:40.18]: ▸ Running script 'Bundle React Native code and images'

Environment

<summary>✅ fastlane environment ✅</summary>

### Stack

| Key                         | Value                                                          |
| --------------------------- | -------------------------------------------------------------- |
| OS                          | 10.13.5                                                        |
| Ruby                        | 2.3.3                                                          |
| Bundler?                    | false                                                          |
| Git                         | git version 2.15.1 (Apple Git-101)                             |
| Installation Source         | /usr/local/bin/fastlane                                        |
| Host                        | Mac OS X 10.13.5 (17F77)                                       |
| Ruby Lib Dir                | /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib |
| OpenSSL Version             | LibreSSL 2.2.7                                                 |
| Is contained                | false                                                          |
| Is homebrew                 | false                                                          |
| Is installed via Fabric.app | false                                                          |
| Xcode Path                  | ~/Downloads/Xcode-beta.app/Contents/Developer/                 |
| Xcode Version               | 9.4                                                            |


### System Locale

| Variable | Value       |   |
| -------- | ----------- | - |
| LANG     | en_US.UTF-8 | ✅ |
| LC_ALL   | en_US.UTF-8 | ✅ |
| LANGUAGE |             |   |


### fastlane files:

**No Fastfile found**


**No Appfile found**


### fastlane gems

| Gem      | Version | Update-Status |
| -------- | ------- | ------------- |
| fastlane | 2.97.0  | ✅ Up-To-Date  |


### Loaded fastlane plugins:

**No plugins Loaded**


<summary><b>Loaded gems</b></summary>

| Gem                       | Version      |
| ------------------------- | ------------ |
| did_you_mean              | 1.0.0        |
| slack-notifier            | 2.3.2        |
| atomos                    | 0.1.2        |
| CFPropertyList            | 3.0.0        |
| claide                    | 1.0.2        |
| colored2                  | 3.1.2        |
| nanaimo                   | 0.2.5        |
| xcodeproj                 | 1.5.7        |
| rouge                     | 2.0.7        |
| xcpretty                  | 0.2.8        |
| terminal-notifier         | 1.8.0        |
| unicode-display_width     | 1.3.0        |
| terminal-table            | 1.8.0        |
| plist                     | 3.4.0        |
| public_suffix             | 2.0.5        |
| addressable               | 2.5.2        |
| multipart-post            | 2.0.0        |
| word_wrap                 | 1.0.0        |
| tty-screen                | 0.6.4        |
| tty-cursor                | 0.5.0        |
| tty-spinner               | 0.8.0        |
| babosa                    | 1.0.2        |
| colored                   | 1.2          |
| highline                  | 1.7.10       |
| commander-fastlane        | 4.4.6        |
| excon                     | 0.62.0       |
| http-cookie               | 1.0.3        |
| faraday-cookie_jar        | 0.0.6        |
| gh_inspector              | 1.1.3        |
| json                      | 1.8.3        |
| mini_magick               | 4.5.1        |
| multi_json                | 1.13.1       |
| multi_xml                 | 0.6.0        |
| rubyzip                   | 1.2.1        |
| security                  | 0.1.3        |
| xcpretty-travis-formatter | 1.0.0        |
| faraday_middleware        | 0.12.2       |
| naturally                 | 2.1.0        |
| simctl                    | 1.6.4        |
| uber                      | 0.1.0        |
| declarative               | 0.0.10       |
| declarative-option        | 0.1.0        |
| representable             | 3.0.4        |
| retriable                 | 3.1.1        |
| mime-types-data           | 3.2016.0521  |
| mime-types                | 3.1          |
| little-plugger            | 1.1.4        |
| logging                   | 2.2.2        |
| jwt                       | 2.1.0        |
| memoist                   | 0.16.0       |
| os                        | 0.9.6        |
| signet                    | 0.8.1        |
| googleauth                | 0.6.2        |
| httpclient                | 2.8.3        |
| google-api-client         | 0.21.2       |
| emoji_regex               | 0.1.1        |
| io-console                | 0.4.5        |
| libxml-ruby               | 2.9.0        |
| faraday                   | 0.15.2       |
| unf_ext                   | 0.0.7.5      |
| unf                       | 0.1.4        |
| domain_name               | 0.5.20180417 |
| fastimage                 | 2.1.3        |
| bundler                   | 1.16.2       |

*generated on:* **2018-06-15**
</pre>
</details>

#### Note : I am unable to post entire output.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 4
  • Comments: 40 (9 by maintainers)

Most upvoted comments

I run into the same error today. Added fastlane to a new React Native (RN 55.4) project and the build immediately stuck at “Running script ‘Bundle React Native code and images’”

I switched to an already released RN project (RN 54.2) which didn’t had any code changes for at least one month and… same error.

Both projects build fine in Xcode.

The error is gone since I installed the latest node version (node v10.4.1, npm v6.1.0) via nvm.

@joshdholtz i ran the command generated by gym in console and it also gets stuck. here is the command

set -o pipefail && xcodebuild -scheme AwesomeProject -project ./AwesomeProject.xcodeproj -destination 'generic/platform=iOS' -archivePath AwesomeProject.xcarchive archive | tee /Users/shardulsrivastava/Library/Logs/gym/AwesomeProject-AwesomeProject.log | xcpretty