Open evadne opened 9 years ago
I suspect that back-porting -contentLayoutRect
with a reasonable default may work.
Can you try adding an implementation to FACADE(NSWindow)
section in yosemite_objc_stubs.m
?
I just tried to add an implementation that returns self.frame
but the next error is going to be tougher!
[MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-7714/DVTKit/Devices/DVTDevicesWindowController.m:437
Details: result should be an instance inheriting from DVTViewController, but it is nil
Object: <DVTDevicesWindowController: 0x7ffb76203410>
Method: -_syncSelectionToDeviceIdentifier:
Thread: <NSThread: 0x7ffb70417b50>{name = (null), num = 1}
Hints: None
As attached. I suspect this is simply caused by 10.9 not having
-[NSWindow contentLayoutRect]
. This can be reproduced by running XcodePostFacto on Xcode 6.3.2 and then attempting to show the Devices window.