root layout

패스트캠퍼스

  1. 강의 질문
  2. 개발/데이터

VS에서 애뮬레이터가 켜지지 않습니다

2026.05.31 18:31 작성

window 환경의 수강자입니다.

3.create-expo-app 강의 단계에서 terminal에서 code . 으로 비쥬얼 스튜디오 코드로 진입 후,

강의에 나온 것처럼 vs의 터미널에서 npm run ios랑 npm run android 를 쳤는데 아래와 같이 나오면서 진행이 되질 않습니다.

※ 패스트캠퍼스 게시물 정책상 골뱅이는 (앳)으로 수정해서 입력함


PS C:\Users\82108\Desktop\workspace\trip-note-app> npm run ios

> trip-note-app(앳)1.0.0 ios

> expo start --ios

Starting project at C:\Users\82108\Desktop\workspace\trip-note-app

Using src/app as the root directory for Expo Router.

React Compiler enabled

Starting Metro Bundler

√ Xcode must be fully installed before you can continue. If this message is still occurring after installing Xcode, you may need to finish the installation of the developer tools by running: `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer`. Continue to the App Store? ... yes

Going to the App Store, re-run Expo CLI when Xcode has finished installing.

Error: Command failed: open https://apps.apple.com/us/app/id497799835

at genericNodeError (node:internal/errors:985:15)

at wrappedFn (node:internal/errors:539:14)

at checkExecSyncError (node:child_process:925:11)

at execSync (node:child_process:997:15)

at openAppStore (C:\Users\82108\Desktop\workspace\trip-note-app\node_modules\expo\node_modules\(앳)expo\cli\build\src\start\doctor\apple\XcodePrerequisite.js:167:35)

at promptToOpenAppStoreAsync (C:\Users\82108\Desktop\workspace\trip-note-app\node_modules\expo\node_modules\(앳)expo\cli\build\src\start\doctor\apple\XcodePrerequisite.js:112:9)

at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

at async XcodePrerequisite.assertImplementation (C:\Users\82108\Desktop\workspace\trip-note-app\node_modules\expo\node_modules\(앳)expo\cli\build\src\start\doctor\apple\XcodePrerequisite.js:228:13)

at async XcodePrerequisite.assertAsync (C:\Users\82108\Desktop\workspace\trip-note-app\node_modules\expo\node_modules\(앳)expo\cli\build\src\start\doctor\Prerequisite.js:42:20)

at async AppleDeviceManager.assertSystemRequirementsAsync (C:\Users\82108\Desktop\workspace\trip-note-app\node_modules\expo\node_modules\(앳)expo\cli\build\src\start\platforms\ios\assertSystemRequirements.js:17:5)

PS C:\Users\82108\Desktop\workspace\trip-note-app> npm run android

> trip-note-app(앳)1.0.0 android

> expo start --android

Starting project at C:\Users\82108\Desktop\workspace\trip-note-app

Using src/app as the root directory for Expo Router.

React Compiler enabled

Starting Metro Bundler

CommandError: No Android connected device found, and no emulators could be started automatically.

Connect a device or create an emulator (https://docs.expo.dev/workflow/android-studio-emulator).

Then follow the instructions here to enable USB debugging:

https://developer.android.com/studio/run/device.html#developer-device-options. If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory.

PS C:\Users\82108\Desktop\workspace\trip-note-app>


답변 

연관 질문

커뮤니티 질문보기