Expo Icon and AppLoading are not working after upgrading to version 35.0.0

Please provide the following:

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

After upgrading my expo version and xcode. Expo icon and AppLoading are not working any more. For the icons, I got boxes with question mark inside it. And expo app doesn’t even show up in my ios simulator. Can anyone help me please?

My xcode version is: 10.3

This is my package.json:
{
“main”: “node_modules/expo/AppEntry.js”,
“scripts”: {
“start”: “expo start”,
“android”: “expo start --android”,
“ios”: “expo start --ios”,
“web”: “expo start --web”,
“eject”: “expo eject”
},
“dependencies”: {
“amazon-cognito-identity-js”: “^3.0.15”,
“expo”: “^35.0.0”,
“expo-font”: “^7.0.0”,
“react”: “16.8.3”,
“react-dom”: “^16.8.6”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz”,
“react-native-gesture-handler”: “^1.3.0”,
“react-native-reanimated”: “^1.1.0”,
“react-native-web”: “^0.11.4”,
“react-navigation”: “^3.12.1”,
“react-redux”: “^7.1.1”,
“redux”: “^4.0.4”,
“redux-thunk”: “^2.3.0”
},
“devDependencies”: {
“babel-preset-expo”: “^6.0.0”,
“reactotron-react-native”: “^3.6.5”,
“reactotron-redux”: “^3.1.1”,
“redux-devtools-extension”: “^2.13.8”
},
“private”: true
}

1 Like

getting the same issue

So I solved my problem by creating a brand new project and reinstalling the latest xcode with latest command tool.

1 Like

getting the same issue…

Please add more information

So technically, I just created a brand new project and copy the code over and it worked for me. Make sure you update the latest expo sdk and expo version with the latest xcode version.

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