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)
....