XCode 7 crashes when selecting storyboard and Apple Staff solution to remove conflicting ColorPicker does not work

My XCode 7 (second beta) crashes whenever I select the storyboard file.


An Apple Engingeer suggested in a previous post to remove a conflicting ColorPicker from " /Users/username/Library/ColorPickers/". However, when I ls the folder I see no files in it.


Are there some other workarounds on this?


Steps:

I am starting XCode from scratch and creating a new project. Then adding a Watch target and then selecting any storyboard file and XCode crashes..


Process:               Xcode [4089]
Path:                  /Applications/Xcode-beta.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               7.0 (8123.33)
Build Info:            IDEFrameworks-8123033000000000~10
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [4089]
User ID:               489132888


Date/Time:             2015-07-06 16:57:27.744 +0100
OS Version:            Mac OS X 10.10.3 (14D131)
Report Version:        11
Anonymous UUID:         .....




Time Awake Since Boot: 13000 seconds


Crashed Thread:        0  Dispatch queue: com.apple.main-thread


Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000


Application Specific Information:
ProductBuildVersion: 7A121l
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEInterfaceBuilder-8121.20/Foundation/Utilities/IBFoundationAdditions.m:552
Details:  The input arrays must have the same length: (
    "<IBSPInterfaceController: 0x7f849a5c9cf0>",
    "<IBSPInterfaceGroup: 0x7f849a5c4c30>",
    "<IBSPInterfaceButton: 0x7f849a5c41e0>"
), (null)
Function: void IBEnumerateParallelArrays(NSArray *__strong, NSArray *__strong, __strong IBParallelArrayIterator)
Thread:   <NSThread: 0x7f8493e1acd0>{number = 1, name = main}
Hints:  
  0: Replacement view is installing: <IBObjectLibraryController: 0x7f849a663e50 representing: <DVTExtension 0x7f8497bd5110: Xcode.InterfaceBuilderKit.ObjectsLibrary (Xcode.InterfaceBuilderKit.ObjectsLibrary) v1.0 from com.apple.dt.IDE.IDEInterfaceBuilderKit>>
Backtrace:
  0  0x0000000104ffd102 -[IDEAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
  1  0x0000000103c497d4 _DVTAssertionHandler (in DVTFoundation)
  2  0x0000000103c49a40 _DVTAssertionFailureHandler (in DVTFoundation)
  3  0x00000001100a49c4 IBEnumerateParallelArrays (in IBFoundation)
  4  0x000000011575496c (in IDEInterfaceBuilderWatchKitIntegration)


....

Maybe it's because you have a task running, i.e, an iOS simulator. I ran into the same problem, when I tried to restart XCode, it reminds me there were a task running. After restart, every thing got OK.

I'm experiencing a similar but not identical crash with Xcode 7 beta 4 (no color pickers in the usual locations):


=================================
    XCODE VERSION INFO:
=================================


Version = 7.0 (7A165t)
Plugin Version = 8164.2
Beta Version = 4
OS Version = 10.11 (15A226f)






=================================
    ASSERTION:
=================================


Failed to compute auto layout status IBUITableView and IBUITableViewController.


Exception name: NSGenericException
Exception reason: Unable to install constraint on view.  Does the constraint reference something from outside the subtree of the view?  That's illegal. constraint:<NSLayoutConstraint:0x7ffa22f30cd0 H:|-(0)-[UITableView:0x7ffa2403b200]   (Names: '|':UIWindow:0x7ffa22f2ea00 )> view:<UITableView: 0x7ffa2403b200; frame = (0 0; 600 600); clipsToBounds = YES; autoresize = W+H; tag = 1; gestureRecognizers = <NSArray: 0x7ffa22f2ba40>; layer = <CALayer: 0x7ffa22f2ae10>; contentOffset: {0, 0}; contentSize: {600, 65}>
Exception backtrace:
  0. CoreFoundation           0x000000010d8b589d __exceptionPreprocess
  1. libobjc.A.dylib          0x000000010d32ddf3 objc_exception_throw
  2. CoreFoundation           0x000000010d8b57ed +[NSException raise:format:]
  3. Foundation               0x000000010cefa513 -[NSLayoutConstraint _addToEngine:integralizationAdjustment:mutuallyExclusiveConstraints:]
  4. UIKit                    0x000000010b66cb3c -[UIView(UIConstraintBasedLayout) _layoutEngine_didAddLayoutConstraint:roundingAdjustment:mutuallyExclusiveConstraints:]
  5. UIKit                    0x000000010b66cf12 -[UIView(UIConstraintBasedLayout) _tryToAddConstraintWithoutUpdatingConstraintsArray:roundingAdjustment:mutuallyExclusiveConstraints:]
  6. UIKit                    0x000000010b66d08b -[UIView(UIConstraintBasedLayout) _tryToAddConstraint:roundingAdjustment:mutuallyExclusiveConstraints:]
  7. UIKit                    0x000000010b66d2ad -[UIView(UIConstraintBasedLayout) _addConstraint:]
  8. IBCocoaTouchToolFoundation 0x000000010ad51e24 -[UIView(IBCocoaTouchToolAutolayoutEngineAdditions) ibRootHostingViewWithCopiedViewHierarchySnapshotForLayoutEngine:returningWindowForRepresentedViews:returningAddedRepresentedConstraintsForRepresentedViews:]
  9. IBCocoaTouchToolFoundation 0x000000010ad524cb -[UIViewController(IBCocoaTouchToolAutolayoutEngineAdditions) ibRootHostingViewWithCopiedViewHierarchySnapshotForLayoutEngine:returningWindowForRepresentedViews:returningAddedRepresentedConstraintsForRepresentedViews:]
 10. IBCocoaTouchToolFoundation 0x000000010ad52570 -[IBCocoaTouchToolAutolayoutEngine prepareViewHierarchyAndReturnAddedRepresentedConstraintsForRepresentedViews]

My XCode 7 (second beta) crashes whenever I select the storyboard file.

same ploblem in beta4.

reinstall beta3, caused same ploblem.😟

In my case I had a UIImageView in the top level of an XIB file. I removed it and it stopped crashing.

XCode 7 crashes when selecting storyboard and Apple Staff solution to remove conflicting ColorPicker does not work
 
 
Q