Hi,
Already filed a bug at bugreport.apple.com, but curious if more people have this issue, and if anyone has found a workaround.
When opening my app projects in Xcode 8 beta 1, the apps that don't use storyboards but .xib files build fine
However, the apps that have a storyboard, fail to build.
The storyboard-apps were created not too long ago in Xcode 7 (and in the app store).
Jeroen
A bit from the error message:
X/Base.lproj/MainInterface.storyboard: error: Internal error. Please file a bug at bugreport.apple.com and attach "/var/folders/lh/9gcfc1j5789dmh65xvzqlsz40000gn/T/IB-agent-diagnostics_2016-06-16_13-44-51_693000".
Recovery Suggestion: Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
Underlying Errors:
Description: Encountered an error communicating with Interface Builder Cocoa Touch Tool.
Failure Reason: Interface Builder Cocoa Touch Tool (32770) failed to launch and exited with status 11
Recovery Suggestion: Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.
Underlying Errors:
Description: Failed to launch Interface Builder Cocoa Touch Tool via CoreSimulator spawn
Underlying Errors:
Description: Failed to handshake with platform tool
Underlying Errors:
Description: Failed to communicate with Interface Builder
Failure Reason: The agent crashed: CoreSimulator 260.5 - Device: IBSimDeviceTypeiPad2x - Runtime: iOS 10.0 (14A5261u) - DeviceType: IBSimDeviceTypeiPad2x
Build target X of project Y with configuration Debug
CompileStoryboard X/Base.lproj/MainInterface.storyboard
cd "/Users/Z/iPhone apps/X iOS 10 beta"
...
...
...X/Base.lproj/MainInterface.storyboard
Jun 16 13:44:49 Interface Builder Cocoa Touch Tool[32770] <Error>: CGColorSpaceCreateWithName failed for kCGColorSpaceExtendedSRGB
2016-06-16 13:44:50.683 ibtoold[32768:58373128] [MT] IBPlatformTool: Failed to initialize proxy for context <IBCocoaTouchToolLaunchContext: 0x7fedd56ccb30> toolName = Interface Builder Cocoa Touch Tool, description = <IBCocoaTouchPlatformToolDescription: 0x7fedd8018050> System content 2x for IBCocoaTouchFramework-NineOneAndLater w/ default fidelity: Failed to communicate with Interface Builder (Failure reason: The agent crashed: CoreSimulator 260.5 - Device: IBSimDeviceTypeiPad2x - Runtime: iOS 10.0 (14A5261u) - DeviceType: IBSimDeviceTypeiPad2x
)
2016-06-16 13:44:50.683 ibtoold[32768:58373128] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEInterfaceBuilder-11129.15/InterfaceBuilderKit/Utilities/IBAbstractInterfaceBuilderPlatformToolManager.m:254
Details: Failed to attach to Interface Builder Cocoa Touch Tool with error: Error Domain=com.apple.InterfaceBuilder Code=-1 "Encountered an error communicating with Interface Builder Cocoa Touch Tool." UserInfo={NSUnderlyingError=0x7fedd2d5b8c0 {Error Domain=IBMessageChannelErrorDomain Code=1 "Failed to launch Interface Builder Cocoa Touch Tool via CoreSimulator spawn" UserInfo={NSLocalizedDescription=Failed to launch Interface Builder Cocoa Touch Tool via CoreSimulator spawn, NSUnderlyingError=0x7fedd89e6b80 {Error Domain=IBMessageChannelErrorDomain Code=1 "Failed to handshake with platform tool" UserInfo={NSLocalizedDescription=Failed to handshake with platform tool, NSUnderlyingError=0x7fedd89e5df0 {Error Domain=IBMessageChannelErrorDomain Code=1 "Failed to communicate with Interface Builder" UserInfo=0x7fedd89efe70 (not displayed)}}}}}, NSLocalizedDescription=Encountered an error communicating with Interface Builder Cocoa Touch Tool., NSLocalizedRecoverySuggestion=Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information., NSLocalizedFailureReason=Interface Builder Cocoa Touch Tool (32770) failed to launch and exited with status 11}
Object: <IBCocoaTouchToolManager>
Method: +_THREADSAFE_launchNewToolWithLaunchContext:executionContext:toolProxyClass:failureContext:requestingMethod:error:forReason:
Thread: <NSThread: 0x7fedd2d1a1a0>{number = 1, name = main}
Please file a bug at http...
2016-06-16 13:44:50.684 ibtoold[32768:58373128] [MT] IBPlatformTool: *** Failed to launch tool with description <IBCocoaTouchPlatformToolDescription: 0x7fedd8018050> System content 2x for IBCocoaTouchFramework-NineOneAndLater w/ default fidelity: Encountered an error communicating with Interface Builder Cocoa Touch Tool. (Failure reason: Interface Builder Cocoa Touch Tool (32770) failed to launch and exited with status 11): Failed to launch Interface Builder Cocoa Touch Tool via CoreSimulator spawn: Failed to handshake with platform tool: Failed to communicate with Interface Builder (Failure reason: The agent crashed: CoreSimulator 260.5 - Device: IBSimDeviceTypeiPad2x - Runtime: iOS 10.0 (14A5261u) - DeviceType: IBSimDeviceTypeiPad2x
)