Post

Replies

Boosts

Views

Activity

Reply to Was CreateMLUI removed from Xcode 12.4
Thanks, but this is a side step, not an answer. I am aware of CreateML as a developer tool. It is great, and I have built many mlmodels with it, but it is somewhat limited, and the playground tool CreateMLUI offered finer granular control and more extensive outputs. I have a training data set which produces a model with sub-par performance. I want to try CreateMLUI (if still possible)for diagnostics purposes.
Mar ’21
Reply to MacCatalyst Multi window App not calling Scene Delegate
I fixed the layout reversion issue by calling my method that mods the layout constraints from an override of viewDidLayoutSubbviews in each affected VC For the moment, I am sticking with the NSWindowDidBecomeMainNotification event to trigger activation events in my viewControllers, despite the slight increase in overhead by observing the event in all open VC.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’21
Reply to WKWebView to go unresponsive and crash in iOS 15
MrOfu: I get the same, superfluous warning whenever I close a Webkit window: [assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" The suggestions to add BackgroundModes and web view.uiDelegate, separately or together had NO effect on this "feature", ie worthless Apple warning.
Topic: Safari & Web SubTopic: General Tags:
Nov ’22