Post

Replies

Boosts

Views

Activity

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
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 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 Catalyst App and Userdefaults
I also have this problem with UserDefaults in Catalyst. I tried @daspoone 's solution of adding "user-preference-write" = TRUE to the entitlements file and POOF! the app crashes basically can not find entitlements file! It may be that these warnings are just log noise as @Quinn suggests (my app's preferences seem to be read and written just fine), but with every new release of Xcode, there is more and more unhelpful garbage in my debug console!
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’20
Reply to Xcode 12 is slow when launching apps (even sample projects)
This still happens. I just spent 12 hrs!!!! downloading Xcode 12.01 from the store to replace v12. Now app launches to device take 2 1/2 minutes after launch screen appears. Deleting the specific iOs DeviceSupport folder for the device's version of iOS did the trick. After the folder deletion, Xcode reloaded the symbol tables from the device and all was well. App launch time now back to 1-2 seconds.
Sep ’20