roninoss / create-expo-stack

CLI tool to initialize a React Native application with Expo. Provides options to include Typescript, file-based routing via Expo Router, configuration based routing via pure React Navigation, styling via Nativewind, Restyle, Unistyles, StyleSheets, or Tamagui, and/or backend as a service such as Firebase and Supabase.

Home Page:https://rn.new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fresh project fails to run

salieflewis opened this issue · comments

Issue tracker is ONLY used for reporting bugs. New features should be discussed on our discord, in the #cli channel.

Expected Behavior

The app builds and the iOS simulator opens.

Current Behavior

The app errors out when trying to run web or ios.

Error: xcrun exited with non-zero code: 2 An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Unable to boot device because we cannot determine the runtime bundle. No such file or directory

Possible Solution

Steps to Reproduce

Context (Environment)

node -v: 20.4.0
pnpm -v: 8.15.3

Project configuration:

{
  projectName: 'merge-ai',
  packages: [
    {
      name: 'expo-router',
      type: 'navigation',
      options: { type: 'stack' }
    },
    { name: 'nativewind', type: 'styling' }
  ],
  flags: {
    noGit: false,
    noInstall: false,
    overwrite: false,
    importAlias: true,
    packageManager: 'pnpm'
  }
}

Detailed Description

Possible Implementation

Resolved by updating Xcode.