Allen Ussher

Results 4 comments of Allen Ussher

I'm not familiar with the code, but maybe it's a struct data alignment issue that you're seeing on iOS? EXC_BAD_ACCESS is likely a bad pointer dereference.

What I recommend is somewhere in your code, double-check that your struct members are the size you expect. You can try just doing an NSLog() or printf() to dump out...

I was just going through The Elmish Book too (on a Mac) and encountered the same error you saw in LoadRunner.js. I dug around and found this Stack Overflow post:...

Same issue for me. Kind of pointless to have it in a CocoaPod form if it doesn't even work. :) The code itself seems to work fine, though, after I...