Benito_T
(Benito T)
1
Latest beta, iOS project. output is NSMutableData
this code causes VS hang for 10 sec. and finally throw: “Error 3 (E0) Internal error: Exception of type ‘System.OutOfMemoryException’ was thrown.”
int _int;
output.getBytes(&_int) range(NSMakeRange(0, sizeof(int)));
_int = CFSwapInt32BigToHost(_int);
[EDIT]
Fire is affected too.
Looks like all swap iOS functions do not works eg: CFSwapInt32
b.r.
Thanks, logged as bugs://72815
bugs://72815 got closed with status fixed.
1 Like
ck
(Carlo Kok)
4
Looks like yes. The underlying functions were in inline asm, which we don’t currently support, but it should work in the next version.
Benito_T
(Benito T)
5
yep checked and it was inline asm Tried find any workaround but no way Super to see that is fixed. You really fast guys
b.r.
1 Like