As far as I understand it, Xamarin/MonoTouch does not support using .resx resources in MonoTouch libraries...
This seems to be confirmed by the following message: "Could not find any resources appropriate for the specified culture or the neutral culture. Make sure 'company.project.common.Strings.resources' was correctly embedded or linked into the assembly 'company.project.common' at compile time, or that all the satellite assemblies required are loadable and fully signed."
Is this expected in the current release, or am I potentially doing something wrong? I am marking the "Strings.resx" file as EmbeddedResource, but the app cannot seem to find my resources when running on actual hardware... Strangely, it runs without a hitch on Simulator.
Thanks, William