(solved'ish)
EDIT: just figured that the .php i was getting didn't work, fixing the script fixed the error. It probably shouldn't crash because of that, but it works fine now.
I get this error every time i try to run my game from xcode: Please login to see this attachment.
i've tested and seen that error at least 10 times, however one time i got this error instead: Please login to see this attachment.
So it may be related to the GET object.
It works long enough to complete one GET request and display data from that, then it crashes at some point before completing a second get which is requested after the first one is complete.
I am also using string tokenizer to split the data, if that makes any difference.
Xcode version 7.3, latest fusion 2.5 developer 286.6
Tried both simulator and iphone, tried uninstalling from device and cleaning the project.
Any suggestions?