Build failed after installing `expo-dev-client`

Please provide the following:

  1. SDK Version: 43.0.0
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

After running expo install expo-dev-client in order to create a dev client that supports react-native-firebase, I am unable to build my project using expo run:ios.

    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
    export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION\=13C5066c
    export XCODE_VERSION_ACTUAL\=1320
    export XCODE_VERSION_MAJOR\=1300
    export XCODE_VERSION_MINOR\=1320
    export XPCSERVICES_FOLDER_PATH\=/XPCServices
    export YACC\=yacc
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/wassgha/Library/Developer/Xcode/DerivedData/app-dxruyvnabvmqpidixgwxfldldcus/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-5C7255A877679272B0C30A577E999CA9.sh
Command PhaseScriptExecution failed with a nonzero exit code

/Users/wassgha/Development/app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'boost-for-react-native' from project 'Pods')
/Users/wassgha/Development/app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'react-native-maps' from project 'Pods')


** BUILD FAILED **


The following build commands failed:
        CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'expo-dev-launcher' from project 'Pods')
        CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'expo-dev-menu' from project 'Pods')
        PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/wassgha/Library/Developer/Xcode/DerivedData/app-dxruyvnabvmqpidixgwxfldldcus/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-5C7255A877679272B0C30A577E999CA9.sh (in target 'FBReactNativeSpec' from project 'Pods')
(3 failures)

Currently running into this as well while trying to built to my local simulator

this is an upstream react-native issue that occurs for some developers depending on their machine configuration, hopefully the solutions in this thread will help: https://github.com/react-native-community/upgrade-support/issues/138

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.