【发布时间】:2023-03-26 10:40:01
【问题描述】:
我是 Xamarin 世界的新手。当我开始使用 Xamarin Studio 运行我的应用程序并启动 Simulator 时,它将显示以下错误并且不会启动 Simulator。如果这是基本问题,那么我很抱歉,但是如何解决这个问题。
我在 google 和 SO 上搜索,但没有任何帮助。
错误日志:
无法启动模拟器:无法加载框架 'IDEFoundation'(路径: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1):库未加载: @rpath/DVTAnalytics.framework/Versions/A/DVTAnalytics 引用 从: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation 原因:找不到图像错误 MT1008:无法启动模拟器: 无法加载框架“IDEFoundation”(路径: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1):库未加载: @rpath/DVTAnalytics.framework/Versions/A/DVTAnalytics 引用 从: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation 原因:找不到图片
【问题讨论】:
-
它可以在 XCode 中工作吗?
-
@AlancLiu 是的,它在 Xcode 中工作
标签: xamarin.ios ios-simulator xamarin-studio