0

我最近更新了我XCode的 from 4.2 to 4.6,因为我有一个过时的 iOS SDK。

但是,在执行更新后,当我尝试运行应用程序并按下按钮时,iPhone 应用程序冻结,并返回 XCode 窗口并显示错误。这些是我以前从未见过的错误,因为该应用程序在更新之前运行良好。由于我以前从未见过这些错误,因此我不知道修复此错误需要什么信息。如果我需要的不仅仅是这些截图,请告诉我。

我能做些什么来修复这些错误?

我没有代表发布图片,这就是为什么我只是发布链接。

http://imgur.com/DIorBXp

http://imgur.com/t7DrRwA(线程之一)

4

2 回答 2

0

If the app freezes after you try to press a button then I would assume it's a problem with the linking between your an IBAction function and the onclick event of the button.

Unless I'm misunderstanding the issue, try setting a breakpoint in the function that's called when the button is cliked.

于 2013-06-05T04:35:27.813 回答
0

除了nchinda的建议之外,请检查 Edit Scheme 下的“ Enable Zombie Objects ”,因为这将报告由于对象过度过度或预释放导致的问题,并检查日志是否存在问题。还要在您的 IBAction 上设置断点以进行更多检查。

于 2013-06-05T06:11:22.997 回答