1

今日、私は私のプロジェクトに追加Xamarinフォーム:Microsoft.Azure.Mobileとネイティブエラー

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

私はVisual Studioのモバイル・センターを使用する必要がありますが、その後、私は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ファイルを開き、リンクエラーを修正するために "Deployment Target"を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のを更新しなかったことがわかりました。

関連する問題