Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
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
more
Archives
Today
Total
관리 메뉴

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:36

An 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회차에 성공..)

  1. Product -> Clean Build Folder
  2. Xcode 재시작

 

잠시 Xcode가 맛이 갔던 것인지.. 분명 처음 클린 빌드 했을 때 안됐었는데 

Product -> Destination -> iOS Simulators를 지정해주니까 됐다. 이게 영향을 미치진 않았을 것 같은데.. 암튼 해결함

Comments