English 中文(简体)
无法在瞬间模拟器上运行。
原标题:Unable to run app on iPhone simulator suddenly

我的估算一直在Piich模拟器上操作。 我曾问过一个问题(在这里讨论:)。 获取核心数据模型/联系数据库时断时续的错误,目前所有突发的错误都在i simulator上打造和操作。 我有以下错误:

Couldn t register com.yourcompany.XXX with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.(lldb) 

任何想法? 我已尝试彻底关闭和重新建立科索沃警察部队,并删除了这些装备和重新安装,但没有任何效果。

!

最佳回答

对我来说,情况相当严重,特别是在模拟的照相经常重新启用期间。 在模拟的 app光被关闭,新的一开始,我至少追踪到(有时)种族状况或僵局。

  1. Quitting the simulator usually work
  2. If that does not help, restart Xcode
  3. Sometimes processes may linger and restarting the Mac is ususally the quickest way to recover (although clever use of the killall command can salvage the situation if it is really inconvenient to restart).
问题回答

重开你的电话模拟器并清理你的Xcode项目。

类型

apple-alt-shift-k

页: 1

浏览器和再操作。

模拟器和X代码。 还删除了您的模拟者......,如果它不致力于设定目标,改变像在捆绑识别码中读物的名称等内容。 它应当发挥作用。

你们正在使用核心数据。 因此,您可能改变了数据模型和<代码>。 更改了NSManagedObject。 因此,除非你删除模拟器的申请,并再次管理项目,否则会发生故障。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签