0

following the next exact steps i get a SIGKILL from xcode :

  1. creating a new Utility Based iOS template for the iphone
  2. building and launching it with the emulator
  3. pressing the home button
  4. double pressing home and closing my application
  5. relaunching it

i can't seem to understand why it is crashing, does anyone manage to reproduce it and has a clue about what is happening ?

thanks !!

EDIT - apparently this is normal behaviour, found a related post here hope it helps.

4

1 回答 1

0

我有一段时间有同样的问题。我发现当您删除 h 文件中的 IBOutlet 时会发生这种情况,但您没有删除 .xib 文件中的连接。

转到您的 .xib(或故事板),单击文件的所有者,然后在“实用程序检查器”(xcode 4 中的最右侧边栏)的“连接检查器”(最右边,看起来像一个带右箭头的圆圈)选项卡中。 x) 确保您没有任何未使用的 IBOutlets 坐在那里。

它对我有用...

于 2012-01-03T23:05:29.877 回答