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