I am attempting to generate an ad-hoc ipa for my ios app. I am using Visual Studio 2015 and the latest Xamarin plug in. However on attempting the build I receive the following framework error. Nothing online has helped.
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.