I just started using ServiceStack.Text.MonoTouch.dll in my MonoTouch solution. Everything compiles and runs in the simulator, but as soon as I try to run the Debug assembly on the phone, the compilation process dies with the following error: error MT3001: the assembly '... / ServiceStack.Text.MonoTouch.dll' failed
I read this because of too much or too much of the ServiceStack.Text data. So I tried in release mode, and everything works because LLVM is turned on, and the linker refers to "Link SDK assemblysies only".
This is problematic since I cannot debug the device. In debug mode, the linker is disabled, and LLVM is disabled. Is there any way around this?
MT 6.0.8 & latest version of ServiceStack dll from Github.
Dylan source share