[将xamarin表单版本更新为4.5.0.356后,在构建应用程序时出现以下错误
我不明白为什么在更新版本后会发生这种情况。
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(795,3): error MT2101: Can't resolve the reference 'UIKit.UINavigationBarAppearance', referenced from the method 'System.Void Xamarin.Forms.Platform.iOS.NavigationRenderer::UpdateBarBackgroundColor()' in 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'.
[UINavigationBarAppearance
已在iOS 13.0中添加。
因此,将您的Xamarin.iOS版本和Xcode版本至少更新到Xamarin.iOS 13.x.x.x和Xcode 11.x