Xcode 9.2 无法启动:加载插件失败

Xcode 9.2 doesn't start: Loading a plug-in failed

我有问题运行 Xcode 9.2。我刚刚提取了 Xcode.xip 文件,当我尝试启动 Xcode 时,它说:

Loading a plug-in failed.

The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled.

这是日志:

Shared framework ModelIO.framework not loaded, error: Error Domain=NSCocoaErrorDomain Code=4 "The bundle “ModelIO.framework” couldn’t be loaded because its executable couldn’t be located." UserInfo={NSLocalizedFailureReason=The bundle’s executable couldn’t be located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSBundlePath=/Users/amirrezazadeh/Desktop/Xcode.app/Contents/SharedFrameworks/ModelIO.framework, NSLocalizedDescription=The bundle “ModelIO.framework” couldn’t be loaded because its executable couldn’t be located.}

Shared framework SceneKit.framework not loaded, error: Error Domain=NSCocoaErrorDomain Code=4 "The bundle “SceneKit.framework” couldn’t be loaded because its executable couldn’t be located." UserInfo={NSLocalizedFailureReason=The bundle’s executable couldn’t be located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSBundlePath=/Users/amirrezazadeh/Desktop/Xcode.app/Contents/SharedFrameworks/SceneKit.framework, NSLocalizedDescription=The bundle “SceneKit.framework” couldn’t be loaded because its executable couldn’t be located.}

Shared framework PhysicsKit.framework not loaded, error: Error Domain=NSCocoaErrorDomain Code=4 "The bundle “PhysicsKit.framework” couldn’t be loaded because its executable couldn’t be located." UserInfo={NSLocalizedFailureReason=The bundle’s executable couldn’t be located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSBundlePath=/Users/amirrezazadeh/Desktop/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework, NSLocalizedDescription=The bundle “PhysicsKit.framework” couldn’t be loaded because its executable couldn’t be located.}

还有更多...!

已解决。我是 vmware 上的 运行 MacOs,并试图在共享文件夹下提取 Xcode.xip 文件。我刚刚将 Xcode.xip 移动到来宾计算机 (MacOs) 并提取它并且它工作了。

我想这与权限或 Xcode.xip 文件路径长度有关。