2016-04-11 8 views
3

私は最近Xamarinを更新しました。これまでその時以来、私はこのエラーが原因私のiOSアプリケーションを構築することができませんでした:あなたのアプリケーションは「HealthKitUI」フレームワークを使用しています

Your application is using the 'HealthKitUI' framework, which isn't included in the iOS SDK you're using to build your app (this framework was introduced in iOS 9.3, while you're building with the iOS 9.2 SDK.) This configuration is only supported with the legacy registrar (pass --registrar:legacy as an additional mtouch argument in your project's iOS Build option to select). Alternatively select a newer SDK in your app's iOS Build options.

は、誰がこれを見ていますか?私は自分のコードで何も変更していない。

答えて

6

Xcode 7.3にアップグレードする必要があるようです。あなたはそのアップデートを実行してお知らせください。

のiOS 9.3は、これらがXamarin.iOS 9.6.0.0で追加された、Xcodeの7.3のサポートを必要とします。https://releases.xamarin.com/stable-release-ios-9-3-xcode-7-3-support/

また、iOSのSDKに関する情報についてはcheck out the followingは、Xcodeのに対してリリースリリース。

+0

Xcode 7.3にはMac OSX 10.11 * sigh *が必要です。 – hvaughan3