Xcode Crash on opening Storyboard

In order to support iOS in range from iOS 7 to iOS 9, I installed both of Xcode 6 and 7. Then I created a project for iPhone on Xcode 7. And I opened it on Xcode 6 to test on iPhone Simulator 7.

But Xcode 6 crashed when I clicked Storyboard file.



<Error Message>



How can I resolve it? Or there is another way to support the iOS versions?



Process: Xcode [10221]

Path: /Applications/Xcode 6.app/Contents/MacOS/Xcode

Identifier: com.apple.dt.Xcode

Version: 6.4 (7720)

Build Info: IDEFrameworks-7720000000000000~8

Code Type: X86-64 (Native)

Parent Process: ??? [1]

Responsible: Xcode [10221]

User ID: 501



Date/Time: 2016-01-04 01:40:54.024 +0900

OS Version: Mac OS X 10.10.5 (14F1509)

Report Version: 11

Anonymous UUID: F02C76F0-B69A-FE68-DD89-9946A7C82C03



Sleep/Wake UUID: 2BF55735-0241-43B3-A731-49B6D645DC4F



Time Awake Since Boot: 55000 seconds

Time Since Wake: 2000 seconds



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



Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000



Application Specific Information:

ProductBuildVersion: 6E35b

ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-7703/InterfaceBuilder/Utilities/IBObjectMarshalling.m:45

Details: Failed to launch Interface Builder Cocoa Touch Tool: Error Domain=com.apple.InterfaceBuilder Code=-1 "Encountered an error communicating with Interface Builder WatchKit Tool." UserInfo=0x7fa89ff03a30 {NSUnderlyingError=0x7fa8a3d0a2b0 "Failed to communicate with Interface Builder", NSLocalizedDescription=Encountered an error communicating with Interface Builder WatchKit Tool., NSLocalizedRecoverySuggestion=Please check Console.app for crash reports for "Interface Builder WatchKit Tool" for further information., NSLocalizedFailureReason=Interface Builder WatchKit Tool (10252) failed to launch and exited with status (null), signal 5.




Dyld Error Message:

Library not loaded: /System/Library/PrivateFrameworks/PepperUICore.framework/PepperUICore

Referenced from: /Applications/Xcode 6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays/Interface Builder WatchKit Tool

Reason: image not found



Application Specific Information:

dyld: launch, loading dependent libraries

DYLD_FRAMEWORK_PATH=/Applications/Xcode 6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays

DYLD_LIBRARY_PATH=

DYLD_FALLBACK_LIBRARY_PATH=

DYLD_ROOT_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.0.simruntime/Contents/Resources/RuntimeRoot

}

Is this about having trouble loading iOS 7 simulators to Xcode 7.x?


I have no trouble doing that, BTW.


Your approach is a hack and should be avoided.

Xcode Crash on opening Storyboard
 
 
Q