ios - Xcode 9.2 无法启动 : Loading a plug-in failed

标签 ios xcode macos model xcode9.2

我在运行 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 移动到 guest 计算机 (MacOs) 并提取它并且它可以工作。

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

关于ios - Xcode 9.2 无法启动 : Loading a plug-in failed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50871121/

相关文章:

iOS 应用程序永远不会退出 map

ios - 限制反向地理定位 - kCLErrorDomain Code=2

ios - Xcode 7.0 测试版 :- ibtool failed with exit code 255

swift - 如何从另一个 ViewController 检查哪个 TextField 是 FirstResponder?

javascript - NodeJS + MongoDB - 启动从 npm 安装的 mongodb 服务器实例

ios - filterContentForSearchText 不在 UITableView 上显示数据

iOS,如何将 .xib 加载到另一个 .xib 中?

linux - 如何从命令行更改 Linux/Unix 中的目录结构?

swift - fatal error Firebase 快照

iOS 如何最好地将用户对象传递到多个 View Controller (依赖注入(inject))