web-dev-qa-db-ja.com

VirtualBox MacOS Catalina Springboardが予期せずに終了します

私はこのVirtualBox MacOSのことに新しい、IOSシミュレータでFlutterを実行しようとしていますが、IOSシミュレータを開こうとするとロードに時間がかかり、エラーが発生し、 スプリングボードが予期せずに終了すると言っています。私はそれをどのように修正することができるだろうか疑問に思いましたか?私はすでにそれを再インストールしようとしました、そしてエラーがまだ起きたままです。

_Process:               SpringBoard [850]
Path:                  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard
Identifier:            SpringBoard
Version:               1.0 (50)
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [719]
Responsible:           SimulatorTrampoline [714]
User ID:               501

Date/Time:             2020-06-13 18:56:35.137 -0700
OS Version:            Mac OS X 10.15.3 (19D76)
Report Version:        12
Anonymous UUID:        C3FC17E7-DC36-0C9B-B9ED-3D40775A17B0

Sleep/Wake UUID:       48BAAE61-7371-48CE-82D8-E10AFAEE7A5A

Time Awake Since Boot: 3400 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.Apple.main-thread

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [850]

Application Specific Information:
CoreSimulator 704.12.2 - Device: iPhone SE (2nd generation) (E13AD6AD-6437-4A57-B9F4-CAEC3FDBAD36) - Runtime: iOS 13.5 (17F61) - DeviceType: iPhone SE (2nd generation)
_

フルエラーのため: https://pastebin.com/ekjkb5i7

5
Nightify

Sigillは通常、__builtin_trap()を押すか、CPUでサポートされていない命令を実行しようとしています。

これがいくつかのHEVC処理にあることを考えると、私はあなたのVMが広告されているのは、実際にはサポートされていません(例:AVX2または類似)。

VM設定をチェックし、それが実際にサポートされていないCPU拡張のサポートを広告していないことを確認する必要があります。最初の場所。