Xamarin Forms:Microsoft.Azure.Mobile 的本机错误

Xamarin Forms: native error with Microsoft.Azure.Mobile

今天我添加到我的项目中

using Microsoft.Azure.Mobile;
using Microsoft.Azure.Mobile.Analytics;
using Microsoft.Azure.Mobile.Crashes;

我应该使用 Visual Studio Mobile Center 但之后我收到错误 52 次

/Users/enricorossini/Projects/myInventories/myInventories/myInventories.iOS/MTOUCH: Error MT5209: Native linking error: warning: object file (/Users/enry/Projects/myInventories/my/my.iOS/obj/iPhone/Debug/build-ipad6.3-10.1.1/mtouch-cache/MobileCenterAnalytics.a(MSPageLog.o)) was built for newer iOS version (8.0) than being linked (7.0) (MT5209) (my.iOS)

我该如何解决?提前谢谢你。

我们的最低 SDK 版本是 iOS 8.0 及更高版本。在您的 Xamarin iOS 项目中,打开 Info.plist 文件并将 "Deployment Target" 设置为至少 8.0 以修复链接错误。

好的,我发现问题了。

应用程序输出中我发现

error MT1108: Could not find developer tools for this 10.2 (14C92) device. Please ensure you are using a compatible Xcode version and then connect this device to Xcode to install the development support files.

我用最新的更新了我的 iPad 但我没有更新 Xcode.