Olive Study Room
[Xcode] xib가 로드되지 않는 현상 An internal error occurred. editing functionality may be limited, The run destination ~ is not valid for Running the scheme '~~'. 본문
Coding/Errors
[Xcode] xib가 로드되지 않는 현상 An internal error occurred. editing functionality may be limited, The run destination ~ is not valid for Running the scheme '~~'.
Olive Dev 2022. 7. 5. 15:36An internal error occurred. editing functionality may be limited
1. 터미널로 시뮬레이터 종료 (실패)
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
이 방법대로 하니까 새로운 오류가 떴고..
The run destination ~ is not valid for Running the scheme '~~'.
이건 Xcode를 종료 후 재실행하니까 해결됨.
2. 클린 빌드 (2회차에 성공..)
- Product -> Clean Build Folder
- Xcode 재시작
잠시 Xcode가 맛이 갔던 것인지.. 분명 처음 클린 빌드 했을 때 안됐었는데
Product -> Destination -> iOS Simulators를 지정해주니까 됐다. 이게 영향을 미치진 않았을 것 같은데.. 암튼 해결함
'Coding > Errors' 카테고리의 다른 글
[Github] 큰 용량의 파일 push 할 때의 에러 (0) | 2022.12.01 |
---|---|
[Xcode] "No such module", "FBLPromises", "Bitcode" (0) | 2022.05.03 |
[Git] 충돌 관리와 체리픽🍒 + git의 위대함 (0) | 2022.03.31 |
Comments