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 ?
2w