【问题标题】:Simple app crash on iPhone simulator/ Mac OS 10.8.4iPhone 模拟器/Mac OS 10.8.4 上的简单应用程序崩溃
【发布时间】:2013-06-01 09:52:59
【问题描述】:

今天早上,将我的 Mac 上的 Mac OS 更新到 10.8.4 后,我在 Xcode 4.6.2 中编写了一些代码,然后按运行按钮进行编译。 (你知道,我没有停止模拟器,只需按下运行按钮即可编译运行。)。并且繁荣,应用程序崩溃:(,我尝试了其他一些在 10.8.3 上还可以的,但没有运气,仍然崩溃。 我在控制台中发现了一些奇怪的日志,你知道如何解决吗?

6/5/13 10:25:34.266 PM installd[1174]: 0xb0219000 MobileInstallationInstall_Server: Installing app user.ApplicationDemo

6/5/13 10:25:34.280 PM installd[1174]: 0xb0219000 MobileInstallationInstall_Server: Staging: 0.02s; Waiting: 0.00s; Installation: 0.01s; LS Sync: 0.00s; Overall: 0.03s

6/5/13 10:25:34.280 PM lsd[1185]: updating identifier store

6/5/13 10:25:34.281 PM lsd[1185]: Attempting to store identifiers file

6/5/13 10:25:34.538 PM com.apple.launchd.peruser.501[272]: (UIKitApplication:user.ApplicationDemo[0x435a]) Conflict with job: UIKitApplication:user.ApplicationDemo[0xfedc] over Mach service: user.ApplicationDemo

6/5/13 10:25:34.538 PM com.apple.launchd.peruser.501[272]: (UIKitApplication:user.ApplicationDemo[0x435a]) Conflict with job: UIKitApplication:user.ApplicationDemo[0xfedc] over Mach service: user.ApplicationDemo.UIKit.migserver

6/5/13 10:25:34.543 PM com.apple.launchd.peruser.501[272]: (UIKitApplication:user.ApplicationDemo[0x435a][1221]) Spawned and waiting for the debugger to attach before continuing...

6/5/13 10:25:34.606 PM com.apple.launchd.peruser.501[272]: (UIKitApplication:user.ApplicationDemo[0xfedc][1212]) Exit timeout elapsed (1 seconds). Killing
6/5/13 10:25:34.816 PM com.apple.debugserver-199[1222]: debugserver-199 for x86_64.

6/5/13 10:25:34.817 PM com.apple.debugserver-199[1222]: Listening to port 30475...

6/5/13 10:25:34.919 PM com.apple.debugserver-199[1222]: Got a connection, waiting for process information for launching or attaching.

6/5/13 10:25:35.833 PM com.apple.launchd.peruser.501[272]: (UIKitApplication:user.ApplicationDemo[0xfedc][1212]) The following job tried to hijack the service "user.ApplicationDemo" from this job: UIKitApplication:user.ApplicationDemo[0x435a]

6/5/13 10:25:35.834 PM ImageWareDemo[1221]: GSRegisterPurpleNamedPort Couldn't register user.ApplicationDemo with the bootstrap server. Error: unknown error code (1100).
This generally means that another instance of this process was already running or is hung in the debugger.

6/5/13 10:25:38.606 PM com.apple.launchd.peruser.501[272]: (UIKitApplication:user.ApplicationDemo[0xfedc][1212]) Job has not died after being killed 4 seconds ago. Simulating exit.

【问题讨论】:

    标签: macos xcode4 crash


    【解决方案1】:
    【解决方案2】:

    已发布解决 sigbart 问题的新更新。它只是一个 60 mb 的更新。

    【讨论】:

      【解决方案3】:

      在某些情况下,模拟器似乎无法正确关闭进程。如果您在通过 XCode 停止运行后检查 Activity Monitor 并且仍然看到应用程序进程正在运行,请通过 Activity Monitor 将其终止并从 XCode 重新运行。我发现这解决了崩溃问题。苹果应该尽快解决这个问题,恕我直言。

      【讨论】:

      • 是的,我认为 Apple 将在 WWDC 2013 之后推送 Xcode 更新 :)
      猜你喜欢
      • 2013-06-02
      • 2011-03-20
      • 2016-10-12
      • 2010-12-03
      • 1970-01-01
      • 2019-04-13
      • 2015-06-10
      • 2015-11-25
      相关资源
      最近更新 更多