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 AppStore Preview stuck in "Processing"
Yes! What ever you did seemed to clear the logjam. The file completed processing, allowing me to submit for review. Additionally, this new app was reviewed and accepted in record time today: Submitted 14:23, In Review 15:02, Accepted 15:22 Good Job!
Replies
Boosts
Views
Activity
May ’23
Reply to After Last Xcode Update (14.3 14E222b) I am no longer able to archive my app
Two possible solutions to CocoaPods breaking with Xcode 14.3 (it is due to Path change in Xcode) change the script in CocoaPods as noted above download Xcode 14.2 and use it until the new revision of CocoaPods is available
Replies
Boosts
Views
Activity
Apr ’23
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:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Xcode 14 & iOS 16 purple warnings starting with "[Security] This method should not .. "
Thank you Quinn! Your note is the only reply from Apple that explains the issue and why you can safely ignore the warning when our code is not involved. Thank you! Other Apple folks have addressed this in other threads but provide only a robotic answer to file a feedback report. You da man!
Replies
Boosts
Views
Activity
Nov ’22
Reply to Xcode 'There is not enough disk space available to install the product'
The 12.6 Gb is the size of the Compressed download, after expansion, the app is around 35 Gb, depending on options. You need about 45-50 Gb during decompression.
Replies
Boosts
Views
Activity
Aug ’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:
Replies
Boosts
Views
Activity
Jun ’21