Search code examples
c#xamarinxamarin.ioshandlebars.net

handlebars.net on iOS in xamarin not working


is handlebars.net working on iOS for anybody? I can't make it running. On Android all work fine.

When debugging it looks like .compile() of Expression is ok and debug of Expression string is the same as on android, but when lambda is called nothing happens and my json is not applied.

I was trying to write my own simple expressions and they are working, but they are probably resolved in advance in static manner...

Thanks a lot.


Solution

  • As long as iOS doesn't support code generation, it won't be able to support Handlebars.Net.

    https://developer.xamarin.com/guides/ios/advanced_topics/limitations/#No_Dynamic_Code_Generation