无法加载框架 'IBFoundation'
Could not load the framework 'IBFoundation'
我在 macOS Monterey(版本 12.0 Beta 21A5284e)上使用 XCode 13 Beta 3 build 13A5192j Visual Studio 2020 预览版。
每当我尝试 运行 真实设备上的 Xamarin-Form 应用程序时,我遇到以下错误,但我能够创建存档:
Could not load the framework 'IBFoundation' (path: /Applications/XCode-beta.app/Contents/Frameworks/IBFoundation.framework/IBFoundation): not found.
我尝试使用 visual studio 2019(稳定版)和 Xcode 12.*(稳定版),但遇到一些连接错误
这两个软件的测试版似乎都有问题。
我在 Windows 11 Insider Preview 上使用的是 MacOs 的测试版(Monterey beta 4)、XCode 的测试版(XCode 13)和 Visual Studio 2022 的预览版。
当我用 xCode 12 删除 XCode 13 时,它也显示相同的错误。当我也删除 Visual Studio 2022 预览版时它起作用了。
现在使用 Windows 11 Insider Preview、Visaul Studio 2017(最新)、XCode 12.5.1 和 MacOs Monterey Beta 一切正常。
希望它能帮助遇到与我同样问题的人。
Xamarin 正在进行更新:https://github.com/xamarin/xamarin-macios/issues/12778
他们给出了 3 种可能的解决方法:
- You can download Xcode 12.5 from the downloads page in the Apple Developer Portal and continue to use it.
- If you need to keep Xcode 13 but want to use our current stable d16-10 bits you will need to install the following in you macOS machine
xamarin.ios-14.20.0.27.pkg
xamarin.mac-7.14.0.27.pkg
- Use a build from our xcode13-ios branch, this is where our next stable release is coming out and it includes all the iOS 15 SDKs APIs, that said we are still ironing it out.
xamarin.ios-15.0.0.0.pkg
我在 macOS Monterey(版本 12.0 Beta 21A5284e)上使用 XCode 13 Beta 3 build 13A5192j Visual Studio 2020 预览版。
每当我尝试 运行 真实设备上的 Xamarin-Form 应用程序时,我遇到以下错误,但我能够创建存档:
Could not load the framework 'IBFoundation' (path: /Applications/XCode-beta.app/Contents/Frameworks/IBFoundation.framework/IBFoundation): not found.
我尝试使用 visual studio 2019(稳定版)和 Xcode 12.*(稳定版),但遇到一些连接错误
这两个软件的测试版似乎都有问题。 我在 Windows 11 Insider Preview 上使用的是 MacOs 的测试版(Monterey beta 4)、XCode 的测试版(XCode 13)和 Visual Studio 2022 的预览版。
当我用 xCode 12 删除 XCode 13 时,它也显示相同的错误。当我也删除 Visual Studio 2022 预览版时它起作用了。
现在使用 Windows 11 Insider Preview、Visaul Studio 2017(最新)、XCode 12.5.1 和 MacOs Monterey Beta 一切正常。
希望它能帮助遇到与我同样问题的人。
Xamarin 正在进行更新:https://github.com/xamarin/xamarin-macios/issues/12778
他们给出了 3 种可能的解决方法:
- You can download Xcode 12.5 from the downloads page in the Apple Developer Portal and continue to use it.
- If you need to keep Xcode 13 but want to use our current stable d16-10 bits you will need to install the following in you macOS machine xamarin.ios-14.20.0.27.pkg xamarin.mac-7.14.0.27.pkg
- Use a build from our xcode13-ios branch, this is where our next stable release is coming out and it includes all the iOS 15 SDKs APIs, that said we are still ironing it out. xamarin.ios-15.0.0.0.pkg