this is my code.getting this EXC_BAD_ACCESS(code=EXC_i386_GPFLT).I don\'n know how to find and solve plz help me ...application getting crash when get longitude
Short answer:
enable Zombies in the Scheme and it will enable a breakpoint and proper reason will be displayed in the logs
Technical reason:
You are trying to do something which in not allowed in the architecture refer this What's the meaning of exception code "EXC_I386_GPFLT"?