开发者

Memory leak issue in iPhone

开发者 https://www.devze.com 2023-02-17 02:22 出处:网络
I am a beginner in iPhone programming. When running my app in iPhone, I am getting the error as terminate called after thr开发者_运维知识库owing an instance of NSException. Program received signal:SIG

I am a beginner in iPhone programming. When running my app in iPhone, I am getting the error as terminate called after thr开发者_运维知识库owing an instance of NSException. Program received signal: SIGABRT. Can anyone please help me out to solve this issue?


This is not a memory leak issue, there is some error causing your application to crash.

In XCode, run the app in debug mode, so when it crashes, before terminating, it will let you debug (with gdb, on the console). Try the command "bt" (short for backtrace), which will show the stack trace of where the crash happen.

0

精彩评论

暂无评论...
验证码 换一张
取 消