TinyIoC
TinyIoC copied to clipboard
iOS Device - Compiled Expressions
iOS device does not support compiled expressions. The expressions will work fine on the iOS simulator, but as soon as you deploy to a device, it will fail.
I think there should be a quick note on your wiki documentation about using TinyIoC with Xamarin iOS (formerly MonoTouch) as your work is becoming the recommendation recommended to use on that platform.
I would also update the #if PocketPC || WINDOWS_PHONE to include something like IOS_DEVICE so that it might be apparent from code as well.
Took me a while to figure this out and just want others to be able to resolve this quicker than I in the future.
Thanks - is there a set of #defines for the xamarin stuff yet?
Any updates on this?
It's going to need a PR from someone - I don't have an Apple developer account in order to test it, if it's as simple as altering that define though it should be simple?