Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 제앱소
- react
- Apple Developer Academy @ POSTECH
- Swift 기능
- ObservableObject
- swift문법
- sqoop
- Swift 디자인패턴
- 앱 비교 프로젝트
- apple developer academy 후기
- iOS 개발 오류
- 애플 디벨로퍼 아카데미 21주차 회고
- Swift 문법
- SWIFT
- 애플 디벨로퍼 아카데미 후기
- global soop
- 애플 디벨로퍼 아카데미
- StateObject
- OS
- 소프트웨어분석및설계
- ObservedObject
- 네이버 부스트캠프
- 데이터베이스 공부
- 애플 아카데미 후기
- useReducer
- 치지직
- 데이터베이스
- 네이버 치지직
- 숭실대
- 운영체제
Archives
- Today
- Total
사과하는 제라스
React Native 시뮬레이터가 실행이 안될때 본문
목차
728x90
반응형
todo git:(main) ✗ react-native run-ios
info Found Xcode workspace "todo.xcworkspace"
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
(node:3305) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
error Could not get the simulator list from Xcode. Please open Xcode and try running project directly from there to resolve the remaining issues.
Error: Command failed: xcrun simctl list --json devices
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
at checkExecSyncError (node:child_process:828:11)
at Object.execFileSync (node:child_process:866:15)
at runOnSimulator (/Users/xerath18/Documents/todo/node_modules/@react-native-community/cli-platform-ios/build/commands/runIOS/index.js:167:54)
at Object.runIOS [as func] (/Users/xerath18/Documents/todo/node_modules/@react-native-community/cli-platform-ios/build/commands/runIOS/index.js:121:12)
at Command.handleAction (/Users/xerath18/Documents/todo/node_modules/@react-native-community/cli/build/index.js:192:23)
at Command.listener (/Users/xerath18/Documents/todo/node_modules/commander/index.js:315:8)
at Command.emit (node:events:520:28)
at Command.parseArgs (/Users/xerath18/Documents/todo/node_modules/commander/index.js:651:12)
at Command.parse (/Users/xerath18/Documents/todo/node_modules/commander/index.js:474:21)
at setupAndRun (/Users/xerath18/Documents/todo/node_modules/@react-native-community/cli/build/index.js:271:24)
info Run CLI with --verbose flag for more details.
-> 에러 사유: 내 Xcode(Simulator)위치가 다른 곳에 있었기 때문이었음.
-> 다음 블로그를 보며 위치를 이동시켜주니 아주 잘 굴러감.
https://wordbe.tistory.com/entry/React-Native-CLI-Simulator-%EC%97%B0%EB%8F%99android-ios
728x90
반응형