xamarin / azure-mobile-services

Apache License 2.0
48 stars 25 forks source link

ZumoTests in sdk/xamarin/ios/test folder do not compile for device #1

Closed tkaczmarczyk closed 11 years ago

tkaczmarczyk commented 11 years ago

The test project compiles properly and runs on simulator but fails to compile for device.

The error message obtained is: ZumoQuery.Test.cs:29 - The type or namespace "MobileServiceTableQueryDescription" could not be found.

This is despite the fact that the type is clearly available in the referenced assembly Microsoft.Azure.Zumo.iOS and despite the facts that the IDE sees and can navigate to the type and the same code compiles properly for the simulator.

ermau commented 11 years ago

This appears to be a bug in MonoTouch itself not respecting [InternalsVisibleTo] when compiling to device. I've filed this issue here: https://bugzilla.xamarin.com/show_bug.cgi?id=10223

ermau commented 11 years ago

Or not..