Visual Studio の更新後に Xamarin iOS プロジェクトを実行できません。
更新された IDE には最新の Xcode が必要なため (Xcode 11.4 に同梱されている iOS 13.4 SDK)
環境の詳細
- OS バージョン : macOS Mojave、OS X 10.14.6
- IDE : Visual Studio Community 2019 for Mac バージョン 8.5.1 (ビルド 42)
- Xamarin.iOS バージョン: 13.16.0.11 (Visual Studio コミュニティ)
- Xamarin.Mac バージョン: 6.16.0.11 (Visual Studio コミュニティ)
- Xcode バージョン 13.2
私が試したこと。
Xcode を更新する代わりに、単純に を に変更しLinker Behaviour
ましたLink Framework SDKs Only
。
うまくいきません。次のエラーが発生しました。
Error MT5210: Native linking failed, undefined symbol: ___darwin_check_fd_set_overflow.
Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210)
Error MT5202: Native linking failed. Please review the build log. (MT5202)
Error: linker command failed with exit code 1 (use -v to see invocation)
参照。
Xcode と macOS を更新せずに問題を解決する他のオプションはありますか?
どんな助けでも本当に感謝します。
ありがとうございました