How to solve this EXC_BAD_ACCESS(code=EXC_i386_GPFLT )in swift programming

前端 未结 5 971
[愿得一人]
[愿得一人] 2020-12-10 18:40

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

5条回答
  •  一生所求
    2020-12-10 19:02

    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"?

提交回复
热议问题