I'm building a Xamarin Forms app for Android and iOS. So far I've been testing the iOS version on the provided simulators without issue.
When attempting to test on an iPhone 6S with the latest iOS updates, I get the following build error:
Can't resolve the reference 'System.Reflection.Emit.DynamicMethod', referenced from the method 'System.Func
2<System.Object,System.Object> System.Web.Http.Metadata.Providers.AssociatedMetadataProvider
1::CreateDynamicValueAccessor(System.Reflection.MethodInfo,System.Type,System.String)' in 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Any suggestions?
Thanks