1

今天我加入到我的项目Xamarin形式:与Microsoft.Azure.Mobile机错误

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

我应该使用Visual Studio Mobile设备中心,但在那之后我收到了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)

错误

我能做些什么来解决它?先谢谢你。

回答

6

我们的最低SDK版本是iOS 8.0及以上版本。在Xamarin iOS项目中,打开Info.plist文件并将“部署目标”设置为至少8.0以修复链接错误。

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