-
Notifications
You must be signed in to change notification settings - Fork 1.3k
IB Designables Timed Out/Interface Builder Cocoa Touch Tool crashed #1538
Comments
Oh, I should mention that I'm running Xcode 6.3.1 on OS X 10.10.4 beta 3. |
Looks like fallout from 190e911 for #1491:
|
By the way, IB does report it as a crash, at least in Xcode 6.4, rather than a timeout. (But timeouts are usually due to designables agent crashes anyways.) |
@1ec5 How does one get at the IB designables stack traces and so on? |
Normally you can click Debug in the Custom Class section of the Identity inspector (or go to Editor ‣ Debug Selected Views). The debugger will stop on the code that crashes. But that actually hangs Xcode if you’ve installed via CocoaPods, probably because your workspace only contains the headers, not the implementation files, and only the release symbols (not debug symbols as you’d want). So the fallback is to open CrashReporterPrefs (part of the Auxiliary Tools for Xcode download) and switch to Developer mode. Crash Reporter now appears whenever any process crashes, even background processes like IBDesignablesAgentCocoaTouch. That can quickly get annoying – splashboardd (part of the iOS Simulator) is a frequent offender – so I also turn on the “Use Notification Center” preference. |
I'm getting this non-fatal error when building Treble, which uses storyboards:
Also this:
The build continues and works as expected on device, but Interface Builder doesn't allow any customization of the
MGLMapView
properties and the preview doesn't display (because it has timed-out/crashed).This is on the latest
master
, ~v0.2.24
./cc @1ec5
The text was updated successfully, but these errors were encountered: