Posts

Post marked as solved
6 Replies
4.8k Views
Just updated Catalina to 15.1, kind of wish I had stuck with Mohave. Now XCode, v11 I think, won't run, chokes on installing components. Looks like there's a problem with the file MobileDevice.pkg:Generic message for error: Error Domain=PKInstallErrorDomain Code=102 "The package “MobileDevice.pkg” is untrusted."andUserInfo={SecTrustResult=5, PKTrustLevel=PKTrustLevelExpiredCertificate, NSLocalizedFailureReason=CSSMERR_TP_CERT_EXPIRED}I tried to download 11.2 and reinstall but after close to an hour the download finished and complained it couldn't install just now.Anyone have any insight / suggestions?
Posted
by mswade0.
Last updated
.
Post not yet marked as solved
8 Replies
565 Views
I have a NSDatePicker, text with stepper, installed as a statusbar item menu item view. Running this from XCode the date picker fields will highlight when selected, running the app directly from Finder the fields will not highlight even though they are selected and everything is working but the highlighting.What is different that the highlighting works running from XCode?I've had to subclass NSDatePicker to acceptFirstMouse(forEvent: NSEvent) and overridden mouseDown(with: NSEvent) and installed that as the menuItem's view but I can't get the fields to highlight as they re chosen.Works great run from XCode, what's different?
Posted
by mswade0.
Last updated
.