Post

Replies

Boosts

Views

Activity

Reply to Exception unarchiving UIToolbar in iOS 18.5 simulator with Xcode 26 beta 2
Having the same problem with my app: getting error *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named TtGC5UIKit17UICoreHostingViewVCS_21ToolbarVisualProvider8RootView because no class named TtGC5UIKit17UICoreHostingViewVCS_21ToolbarVisualProvider8RootView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)' when using Xcode 26 beta 4 and running on iOS version < 26. I have opened FB19354105 with a small sample project to reproduce the issue.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’25
Reply to App no longer runs in latest Xcode 26 Beta 4 17A5285i
Problem persists in Xcode 26 Beta 5.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Aug ’25
Reply to App no longer runs in latest Xcode 26 Beta 4 17A5285i
I have opened FB19354105 with a small sample project to reproduce the problem. It turns out the code in AppDelegate is not relevant for the problem, it occurs if the storyboard includes a UIToolbar.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Aug ’25
Reply to Exception unarchiving UIToolbar in iOS 18.5 simulator with Xcode 26 beta 2
Having the same problem with my app: getting error *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named TtGC5UIKit17UICoreHostingViewVCS_21ToolbarVisualProvider8RootView because no class named TtGC5UIKit17UICoreHostingViewVCS_21ToolbarVisualProvider8RootView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)' when using Xcode 26 beta 4 and running on iOS version < 26. I have opened FB19354105 with a small sample project to reproduce the issue.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to App no longer runs in latest Xcode 26 Beta 4 17A5285i
Same problem after update to iOS 18.6.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Aug ’25
Reply to WKWebView style.webkitTextSizeAdjust works on iPhone, but not on iPad
Found it (via https://trac.webkit.org/changeset/261940/webkit) - to force the old iPad behavior set _webView.configuration.defaultWebpagePreferences.preferredContentMode = WKContentModeMobile;
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to How to force WKWebView to show mobile version of the site on iPad?
If the WKWebView has already been initialized via Storyboard, you can simply set _webView.configuration.defaultWebpagePreferences.preferredContentMode = WKContentModeMobile;
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Statuscode 503 (Service Unavailable) when decrypting CoreML model
Thank you for your reply, I appreciate it. (Also, by the way: thank you for the feature of model encryption - it was much needed.) While available for more than 2 years, I only now switched to an encrypted model and currently in the process of testing it - so this is quite a coincidence. Based on your reply, I will stick with my current error message.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22