I've have problem with debugging on iOS device. The release on device is ok, but when I'm trying to debug, I get following error by compilation of one of my libraries:
* Assertion at ../../../../../mono/mono/mini/aot-compiler.c:5295, condition 'p - buf < buf_size' not met
Is there a problem in AOT compiler or there is something wrong with my library? If the error message from AOT compiler will be more sophisticated, then maybe I can do something with it. Does anybody have the same problem?