xcode7 beta4 IB crash: Internal assertion failure

Hello,


xcode7 beta4 crashed whenever I open the storyboard with an internal assertion error on UILabel (see below). Wondering if anybody has seen similar issue and can shed some light on this issue:


ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEInterfaceBuilder-8164.2/InterfaceBuilderKit/Utilities/IBPlatformToolFailureHandler.m:315
...
Exception name: NSInternalInconsistencyException
Exception reason: {objective 0x7b6f9ef0: <750:178> + <750:1, 250:1>*0x7b6f4a20.posErrorMarker{id: 1078} + <750:1, 250:1>*0x7b6f4a60.posErrorMarker{id: 1080} + <997:1, 750:-5.91751e+07>*0x7b6f5260:UISV-spacing.marker{id: 1119} + <750:-5.91751e+07>*0x7b6f5330:UISV-alignment.marker{id: 1144} + <750:1, 250:1>*0x7b6f54e0.posErrorMarker{id: 1085} + <750:1, 250:1>*0x7b6f5590.posErrorMarker{id: 1087} + <750:1, 251:1>*0x7b6f5a50.posErrorMarker{id: 1091} + <750:1, 250:1>*0x7b6f5a90.posErrorMarker{id: 1093} + <997:1, 750:-5.91751e+07>*0x7b6f5d70:UISV-spacing.marker{id: 1123} + <750:1, 251:1>*0x7b6f5ed0.posErrorMarker{id: 1097} + <750:1, 250:1>*0x7b6f5f20.posErrorMarker{id: 1099} + <750:5.91751e+07>*0x7b6f6330:UISV-alignment.marker{id: 1147} + <997:-1, 750:5.91751e+07>*0x7b6f6760:UISV-canvas-connection.marker{id: 1111} + <997:1, 750:-5.91751e+07>*0x7b6f6840:UISV-canvas-connection.marker{id: 1113} + <997:1, 750:-5.91751e+07>*0x7b6f6d70:UISV-spacing.marker{id: 1115} + <999:1, 997:-1, 750:5.91751e+07>*0x7b6f6ea0:UISV-fill-proportionally.negError{id: 1118} + <999:1, 997:1, 750:-5.91751e+07>*0x7b6f6ea0:UISV-fill-proportionally.posErrorMarker{id: 1117} + <998:1, 997:-1, 750:5.91751e+07>*0x7b6f7380:UISV-fill-proportionally.negError{id: 1122} + <998:1, 997:1, 750:-5.91751e+07>*0x7b6f7380:UISV-fill-proportionally.posErrorMarker{id: 1121} + <997:1, 996:1, 750:-1.1835e+08>*0x7b6f7900:UISV-fill-proportionally.posErrorMarker{id: 1128} + <997:2>*0x7b6f7dd0:UISV-fill-proportionally.posErrorMarker{id: 1126} + <750:1>*0x7b6f81a0:UISV-alignment.marker{id: 1135} + <750:5.91751e+07>*0x7b6f81d0:UISV-alignment.marker{id: 1137} + <750:-5.91751e+07>*0x7b6f85a0:UISV-alignment.marker{id: 1139} + <750:-1>*0x7b6f8680:UISV-alignment.marker{id: 1141} + <750:5.91751e+07>*0x7c83f4a0.marker{id: 1156} + <750:-5.91751e+07>*0x7c987a20.marker{id: 1151}}: internal error.  Setting empty vector for variable UILabel:0x7c984e00'+12'.Width{id: 1083}.



... Setting empty vector for variable UILabel:0x7c984e00'+12'.Width{id: 1083}.


what does it mean?

Hi,


I am seeing this error in Xcode 6.4 Each time it seems to be choosing a different UILabel, but mine for height. not width.

This could be caused by the presence of old runtimes as mentioned in the Release Notes:

Xcode processes may quit unexpectedly if older iOS Simulator runtimes (Xcode 6.x) are present on disk


To see if that's the case (or to rule it out as a cause), delete all (old) runtimes from /Library/Developer/CoreSimulator/Profiles/Runtimes.

xcode7 beta4 IB crash: Internal assertion failure
 
 
Q