TinyIoC icon indicating copy to clipboard operation
TinyIoC copied to clipboard

iOS Device - Compiled Expressions

Open esunder opened this issue 11 years ago • 3 comments

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.

esunder avatar May 17 '13 22:05 esunder

Thanks - is there a set of #defines for the xamarin stuff yet?

grumpydev avatar May 20 '13 12:05 grumpydev

Any updates on this?

niemyjski avatar Feb 26 '15 23:02 niemyjski

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?

grumpydev avatar Feb 27 '15 07:02 grumpydev