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.
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.