반응형
Xcode를 버전 10.3 (10G8)으로 업데이트 한 후 스토리 보드가 손상되고 앱이 더 이상 실행되지 않습니다.
방금 Xcode를 버전 10.3 (10G8)으로 업데이트했습니다.
이제 내 프로젝트가 다음 오류로 실행되지 않습니다.
/* com.apple.actool.errors */
: error: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x (com.apple.dt.Xcode.IBSimDeviceType.iPad-2x) with runtime iOS 12.4 (12.4 - 16G73) - com.apple.CoreSimulator.SimRuntime.iOS-12-4
Failure Reason: Failed to create new simulator device that matches IBSimDeviceTypeiPad2x (com.apple.dt.Xcode.IBSimDeviceType.iPad-2x) for runtime iOS 12.4 (12.4 - 16G73) - com.apple.CoreSimulator.SimRuntime.iOS-12-4 (Invalid runtime: com.apple.CoreSimulator.SimRuntime.iOS-12-4)
Underlying Errors:
Description: Invalid runtime: com.apple.CoreSimulator.SimRuntime.iOS-12-4
/* com.apple.actool.compilation-results */
/Users/xxx/Library/Developer/Xcode/DerivedData/xxxxx-dxlvvymxzdfqjubnuntqlxggtyja/Build/Intermediates.noindex/xxxxx.build/Debug-iphonesimulator/xxxxx.build/assetcatalog_generated_info.plist
Mac을 다시 시작했는데 문제가 해결되었습니다.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
터미널에서 실행 하면 문제가 해결되었습니다.
반응형
'program tip' 카테고리의 다른 글
자바 스크립트에서 JSON 키와 값을 얻는 방법은 무엇입니까? (0) | 2020.10.21 |
---|---|
Python에서 한 변수의 값을 다른 변수에 할당하면 어떻게됩니까? (0) | 2020.10.21 |
Lisp 또는 Scheme으로 웹 프로그래밍을 어떻게 할 수 있습니까? (0) | 2020.10.21 |
UIPickerView에서 선택한 값을 얻는 방법 (0) | 2020.10.21 |
Python threading.timer- 'n'초마다 함수 반복 (0) | 2020.10.21 |