Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2290
AppointmentTapped problem
posted

hi,

My existing app was working great and now i just rebuilt in a following environment

nuclios 2015 v2 and vs.net 2015 and xcode 7.1 on a MAC.

I am crushing every time I click on appointment, so i traced it down to override of AppointmentTapped.

public override void AppointmentTapped(IGCalendarView calView, IGCalendarAppointment appt, IGCalendarAppointmentDataSource dataSource,
CGRect rect, NSDate date)

I never break there but if I comment out the override I can click on appointment and there is no problem, putting it back causing crush with the following error:

System.MissingMethodException: Method 'NSMutableDictionary.get_Item' not found.

What could be possibly wrong?

Thank you

Mark