I have a mixed Swift/Obj-C OS X project that uses Storyboards and bindings. When I bind a table column to an array controller property (the array controller is bound to an NSArray on an Objective-C class, the property is on a Swift class), Xcode builds my project but gets stuck compiling the storyboard. I can quit Xcode, but it never seems to finish compiling the Storyboard. My fans are running, and kernel_task is using 30% CPU, but there are no other Xcode-related tasks in the top 5. CPU is about 50% (on my quad-core MBP).
Console spits one of these lines out every second or so: 4/15/15 14:36:57.000 kernel[0]: memorystatus_thread: idle exiting pid 45367 [secd] 4/15/15 14:36:58.000 kernel[0]: memorystatus_thread: idle exiting pid 45364 [pkd] Any ideas? If I remove the binding, it compiles the Storyboard just fine. -- Rick Mann [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
