expo:build ios after loading splash screen appears white screen in real device

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): iOS

while running it in metro bundler, using the expo start command, the app is running properly in expo without any issue or error. But When I build the IPA using expo build:ios and try to install it on my physical device (iPad), then it’s showing the splash screen and after that, it is showing a white blank screen.

After I migrated to 46 version (expo), the following issue is resolved.

1 Like

Note that expo build:ios has been deprecated for a long time and is about to be switched off. You will need to switch to eas build -p ios instead.

As per the blog post about this that was posted on Nov 24, 2021:

The planned last date expo build will work is January 4, 2023.

After this date, running expo build with Expo CLI will no longer work.

See Migrate from "expo build" - Expo Documentation

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