EXC Bad Access In Xcode but runs fine in Unity. iPhone

I am working on an app which works fine in the editor and when I run it using Unity Remote it also works well. So when I build and run to see the app run locally on the iPhone it gives me this error EXC Bad Access, I dont know what that means. If you have a clue to point me in the right direction. Thank you.

Usually this seems to be the result of a NullReferenceException. Check your logs in the editor and make sure you aren't getting any of those (the editor can fail relatively gracefully).