mac에서 터미널을 켠 후
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
각각 실행 후
flutter doctor 실행하면 인식된다!
혹시 안된다면 핸드폰 재부팅하면 된다
인식은되는데
no devices found with name or id matching 에러가 뜬다면
flutter doctor -v 실행
Errors were encountered while preparing your device for development. Please check the Devices and Simulators Window.
위같은 에러가 뜬다면 핸드폰 재부팅하면 잘된다
추가:
빈번하게 연결잘하고쓰다가 갑자기 안되고 하는데
xcode를 켜놓고 빌드,
선을 다시 꼽아서 빼보고 빌드 ,
앱을 지웠다가 다시 빌드,
안되면 폰을 재부팅,
하면 왠만하면 해결
참고:https://stackoverflow.com/questions/64303314/flutter-ios-cant-detect-connected-ios-simulator
반응형
'flutter > ios' 카테고리의 다른 글
adb command not found (0) | 2023.02.02 |
---|---|
Xcode doesn’t support iPhone’s iOS (0) | 2022.09.22 |
ios appstore reject 10번이상 리젝맞은 사유 모음 (0) | 2021.10.15 |
수출 규정 관련 문서가 누락됨 (0) | 2021.10.12 |
ios udid 확인방법 (0) | 2021.10.05 |