일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Apple Developer Academy @ POSTECH
- 네이버 치지직
- 애플 디벨로퍼 아카데미 21주차 회고
- global soop
- 애플 디벨로퍼 아카데미 후기
- react
- 데이터베이스
- 개발회고
- 제앱소
- Swift 디자인패턴
- 개발자 회고
- 신입ios개발자회고
- swift문법
- Swift 문법
- 숭실대
- 소프트웨어분석및설계
- sqoop
- 애플 아카데미 후기
- 애플 디벨로퍼 아카데미
- ios개발자
- 신입 개발자
- 네이버 부스트캠프
- OS
- Swift 기능
- 앱 비교 프로젝트
- apple developer academy 후기
- SWIFT
- 신입 ios 개발자
- 운영체제
- iOS 개발 오류
Archives
- Today
- Total
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Apple Developer Academy @ POSTECH
- 네이버 치지직
- 애플 디벨로퍼 아카데미 21주차 회고
- global soop
- 애플 디벨로퍼 아카데미 후기
- react
- 데이터베이스
- 개발회고
- 제앱소
- Swift 디자인패턴
- 개발자 회고
- 신입ios개발자회고
- swift문법
- Swift 문법
- 숭실대
- 소프트웨어분석및설계
- sqoop
- 애플 아카데미 후기
- 애플 디벨로퍼 아카데미
- ios개발자
- 신입 개발자
- 네이버 부스트캠프
- OS
- Swift 기능
- 앱 비교 프로젝트
- apple developer academy 후기
- SWIFT
- 신입 ios 개발자
- 운영체제
- iOS 개발 오류
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
[React Native CLI] - Simulator 연동(android, ios)
React Native CLI - Simulator 연동(android, ios) expo 를 사용하지 않고 react-native CLI 로 앱을 실행하고, 빌드, 배포해보자. 일단 react native cli를 설치한다. $ yarn global add react-native-cli 또는 $..
wordbe.tistory.com
728x90
반응형