EAS Build - Shows default splashscreen and crashes

When I build the app through expo build and run on the simulator the app launches fine with a blank splash screen.

However when I build through eas build and eas submit to the App Store I get the default expo icon (attached) and then the build crashes.

Feels like it’s expecting some asset that;'s not there? I have sentry installed but it doesn’t even log anything.

  Expo CLI 4.0.17 environment info:
    System:
      OS: macOS 11.0.1
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 15.5.0 - ~/.nvm/versions/node/v15.5.0/bin/node
      Yarn: 1.22.10 - /usr/local/bin/yarn
      npm: 7.3.0 - ~/.nvm/versions/node/v15.5.0/bin/npm
    Managers:
      CocoaPods: 1.10.0 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.3, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
    IDEs:
      Xcode: 12.3/12C33 - /usr/bin/xcodebuild
    npmPackages:
      expo: ~39.0.2 => 39.0.5
      react: 16.13.1 => 16.13.1
      react-dom: 16.13.1 => 16.13.1
      react-native: https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz => 0.63.2
      react-native-web: ~0.13.12 => 0.13.18
      react-navigation: ^4.4.3 => 4.4.3
    npmGlobalPackages:
      expo-cli: 4.0.17
    Expo Workflow: managed

Any suggestions lads?

Managed to resolve this by running expo eject locally and finding the error when ran. Was my bad not eas

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