Post

Replies

Boosts

Views

Activity

Reply to iOS 18.1 Storyboard doesn't contain a view controller with identifier
As jinloongNing wrote, this is due to Apple bug in iOS 18.1 and up (still on latest iOS 18.3), that returns the wrong storyboard after a few requests, when using "storyboardWithName". It returns Apple storyboard from bundle "PrivateFrameworks/FeedbackCore.framework" instead of the App's bundle. Even specifying the App's bundle, instead of using "bundle:nil", doesn't help. As I couldn't find any other way to handle this issue, I worked around it by saving the storyboard after receiving it for the first time, and never request it again using "storyboardWithName". Anyone knows if the bug has been reported to Apple already ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Feb ’25
Reply to iOS 18.1 Storyboard doesn't contain a view controller with identifier
As jinloongNing wrote, this is due to Apple bug in iOS 18.1 and up (still on latest iOS 18.3), that returns the wrong storyboard after a few requests, when using "storyboardWithName". It returns Apple storyboard from bundle "PrivateFrameworks/FeedbackCore.framework" instead of the App's bundle. Even specifying the App's bundle, instead of using "bundle:nil", doesn't help. As I couldn't find any other way to handle this issue, I worked around it by saving the storyboard after receiving it for the first time, and never request it again using "storyboardWithName". Anyone knows if the bug has been reported to Apple already ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Xcode 16 warning about missing symbols of static framework
@DTS Engineer Is a fix still being worked on ? I tested this also on Xcode 16.1 Release Candidate (16B40) and it's the same issue. Here are screenshots. I (and I assume also @paulb777) will be happy to help you figure this out.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode 16 warning about missing symbols of static framework
@DTS Engineer Any ETA on fixing this ? Thanks!
Replies
Boosts
Views
Activity
Oct ’24
Reply to Upload Symbols Failed on Xcode 16
Any ETA for fixing this ? Is Xcode 16.1 beta includes a fix ?
Replies
Boosts
Views
Activity
Oct ’24