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


답변

나는 똑같은 문제가 있었고 내가 한 것은

제 경우에는 소스가 UITableView에서 왔으며 제약 조건이 superview가 아닌 ​​safeare에 연결되어 있는지 확인하십시오. 이미지보기

상단의 툴바에서 Editor> Canvas> Layout Rectangle로 이동합니다.이 단계를 3 번 ​​반복해야합니다.

XCode를 종료하고 다시 엽니 다. 모두 수정되어야합니다.

다른 장치 8, 11, 4s에 대해보기를 전환 할 때 이런 일이 발생하는 것을 확인했습니다.

행운을 빕니다


답변