program tip

Xcode를 버전 10.3 (10G8)으로 업데이트 한 후 스토리 보드가 손상되고 앱이 더 이상 실행되지 않습니다.

radiobox 2020. 10. 21. 07:54
반응형

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터미널에서 실행 하면 문제가 해결되었습니다.

참고 URL : https://stackoverflow.com/questions/57156617/storyboard-broken-after-updating-xcode-to-version-10-3-10g8-app-no-longer-is

반응형