Downloaded the AzureToDo.Mac sample to learn how to get a MAC app working with Azure. (I have completed a Xamarin.Forms PCL app and have all device types successfully accessing Azure.) I have then tried to learn how to get the same app working for MAC.
I get the errors "The type or namespace 'iMobileServiceTable' could not be found.... and The type or namespace 'MobileServiceClient' could not be found" in the TodoItemManager class.
I have updated all microsoft packages such as BCL, and BCL.Build and Azure.Mobile.Client and Newtonsoft.Json. but no success. I notice that under References only Newtonsoft (FromPackages) and Microsoft CSharp, System, System.Core, System.Net.Http and Xamarin.Mac are the only items. But under Packages I have Microsoft.Azure.Mobile.Client, the packages for the items under References and heaps of other System packages.
When you right click and select Edit References, none of the Microsoft.Azure.Mobile.Client methods are exposed for selecting.
Can you let me know what I need to do to get the sample app working? Calling Craig Dunn if you are out there because you appear to authored the sample app.