-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(6.3.2): crashes when showing Devices window due to missing -contentLayoutRect #9
Comments
evadne
changed the title
bug(6.3.2): crash on organizer due to missing -contentLayoutRect
bug(6.3.2): crashes when showing Devices window due to missing -contentLayoutRect
Jun 28, 2015
I suspect that back-porting |
Can you try adding an implementation to |
I just tried to add an implementation that returns
|
Repository owner
deleted a comment from
masooddahmedd
Aug 26, 2024
Repository owner
deleted a comment from
masooddahmedd
Aug 26, 2024
Repository owner
deleted a comment
Aug 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: