- Home /
IOS EXC_BAD_ACCESS(code=1, address=0x0)
Hi :)
I am trying to make an IOS game and I get this weird error in x-code every time I make a build.
And what I have found on the subject of EXC_BAD_ACCESS is that it is likely to be a null reference. However I have debugged a lot and the object I try to move does not seem to be null. The code that causes the error is this(at line 76):
If I remove that line of code it works fine. What really breaks my head in this problem is that when I stop the build in x-code and I then start the application on my iPhone it works perfectly. Does anyone have any idea of why this is? If I'm not specific enough please let me know and I will try to give more information.
Thanks in advance :)
Your answer
Follow this Question
Related Questions
Unity Remote 4 3 Answers
Strange behavior while running in Xcode: error only when "Development Build" is unchecked 0 Answers
Depth Map Integration in Unity. 0 Answers
can i use facebook Graph api for ios? 0 Answers
windows to ios? 1 Answer