I can't get rid of a bug with IKDeviceBrowserView
in 10.8 with Xcode 4.4.
I've created new test project, put an IKDeviceBrowserView
into my window, added Quartz.framework to link with. After building, I see a blank window. There are no warning/error/logs in console and no IKDeviceBrowserView
in window.
I've tried setting different SDK, deployment target, and playing with autosizing, with no result.
It seems like Apple have broken IKDeviceBrowserView
in 10.8.
I found a solution: set your nib to use autolayout and set
translatesAutoresizingMaskIntoConstraints
toYES
to yourIKDeviceBrowserView
.I hope this bug will be fixed soon.