On uto 17.03.2015., at 16.11, Dragan Milić wrote: > On čet 12.03.2015., at 19.15, Chris Cianflone wrote: > >> Hi all, >> >> We had a similar issue. When running on Yosemite the same thing would >> happen to us with the focus rings not displaying. Don't know if this helps >> in your case, but the "fix" for us was to stop building with the 10.7 SDK. >> Moving to the 10.8 SDK fixed the problem for us. (Don't ask why we are using >> such old SDKs, and only moved to 10.8 instead of 10.9 or 10.10, that's >> another story for another time.) You can see this in a simple Cocoa app too >> started from an Xcode template. > > Thanks for the head up, that’s definitely it. Our application is also built > with the 10.7 SDK. At one moment of desperation I had a thought this could be > the issue, because I had similar problems (small bugs introduced) with > QuickLook when Mavericks came out, which disappeared if the application was > build with 10.8 or 10.9 SDK. > > Unfortunately, for various reasons se still need to support a bunch of 10.7 > users (also "another story for another time”), so I can’t just simply build > with the 10.8 SDK. We’ll probably introduce a parallel version which ditches > 10.7 SDK while still maintaining the old one.
OK, at least I discovered that changing build settings to "SDKROOT = macosx10.8" and "MACOSX_DEPLOYMENT_TARGET = 10.7” solves the problem too, so that will suffice for the time being. -- Dragan _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com