无法再在模拟器或设备上调试
Can not debug on simulator or device anymore
直到今天早上,我都能够在我的物理设备和模拟器上调试我的 Xamarin.iOS 应用程序。我认为这与最近的 iOS 更新有关。当我尝试部署到我的物理设备 (iPad) 时,我现在收到此消息:
error HE0003: Could not load the framework 'IBFoundation' (path:
/Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/IBFoundation):
not found.
而且我无法再在任何模拟器上部署,我收到此消息
Lower the deployment target to see older simulators or check you Apple
SDK path
我昨天没有遇到这些问题,我已经在我的应用程序上工作了几个月而没有这个问题。我更新了 Visual Studio、Xcode 和我的 Mac,但这些问题仍然存在。知道如何解决吗?
这是一个已知问题,您可以在此处关注:https://github.com/xamarin/xamarin-macios/issues/12778
此外,问题中提到的解决方法很少。
直到今天早上,我都能够在我的物理设备和模拟器上调试我的 Xamarin.iOS 应用程序。我认为这与最近的 iOS 更新有关。当我尝试部署到我的物理设备 (iPad) 时,我现在收到此消息:
error HE0003: Could not load the framework 'IBFoundation' (path: /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/IBFoundation): not found.
而且我无法再在任何模拟器上部署,我收到此消息
Lower the deployment target to see older simulators or check you Apple SDK path
我昨天没有遇到这些问题,我已经在我的应用程序上工作了几个月而没有这个问题。我更新了 Visual Studio、Xcode 和我的 Mac,但这些问题仍然存在。知道如何解决吗?
这是一个已知问题,您可以在此处关注:https://github.com/xamarin/xamarin-macios/issues/12778
此外,问题中提到的解决方法很少。