Cannot run Expo Go in iOS Simulator

I’m getting the error:
There was a problem running Expo. Cannot load app with no remote url nor local manifest. The app runs fine in the Expo Go client on my device.

Hey @mhaagens, can you share your env info (run expo diagnostics) as well as your project’s package.json?

Cheers,
Adam

Thanks for helping me out @adamjnav ! The app is running in a yarn workspace if that matters.

Diagnostics

  Expo CLI 5.0.1 environment info:
    System:
      OS: macOS 11.3.1
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
      Yarn: 3.1.1 - /usr/local/bin/yarn
      npm: 8.1.0 - ~/.nvm/versions/node/v16.13.0/bin/npm
      Watchman: 2021.11.01.00 - /usr/local/bin/watchman
    Managers:
      CocoaPods: 1.10.2 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 15.0, DriverKit 20.4, macOS 11.3, tvOS 15.0, watchOS 8.0
    IDEs:
      Android Studio: 4.0 AI-193.6911.18.40.6626763
      Xcode: 13.0/13A233 - /usr/bin/xcodebuild
    npmPackages:
      expo: ~44.0.0 => 44.0.0 
      react-native: 0.64.3 => 0.64.3 
    npmGlobalPackages:
      expo-cli: 5.0.1
    Expo Workflow: managed

package.json

{
  "name": "@apps/mobile",
  "private": true,
  "version": "0.1.0",
  "packageManager": "yarn@3.1.1",
  "main": "__generated__/AppEntry.js",
  "scripts": {
    "dev": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject",
    "postinstall": "expo-yarn-workspaces postinstall"
  },
  "expo-yarn-workspaces": {
    "symlinks": []
  },
  "dependencies": {
    "@apps/core": "*",
    "@react-navigation/bottom-tabs": "^6.0.9",
    "@react-navigation/drawer": "^6.1.8",
    "@react-navigation/material-top-tabs": "^6.0.6",
    "@react-navigation/native": "^6.0.6",
    "@react-navigation/native-stack": "^6.2.5",
    "expo": "~44.0.0",
    "expo-status-bar": "~1.2.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-pager-view": "5.4.9",
    "react-native-safe-area-context": "3.3.2",
    "react-native-screens": "~3.10.1",
    "react-native-tab-view": "^3.1.1",
    "react-native-web": "0.17.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@types/react": "~17.0.21",
    "@types/react-native": "~0.64.12",
    "expo-yarn-workspaces": "^1.7.0",
    "typescript": "~4.3.5"
  }
}

Any updates on this @adamjnav ? I upgraded MacOS to Monterey, also upgraded XCode to 13.2. Still getting the same error.

I’d really love to get this resolved @adamjnav .
Any thoughts on why the Expo app won’t work? I’ve tried different SDKs and devices in the simulator to no avail.