Post

Replies

Boosts

Views

Activity

Comment on Xcode 26 beta: 'Building the menu bar using a storyboard is no longer supported for iOS and Mac Catalyst apps. Please migrate to the UIMenuBuilder or Commands APIs.'
I met with the UIKit team last week and discussed this briefly. They explained some of the challenges that led to this decision, and that they didn’t make it lightly. I might’ve been more receptive to this change had the messaging been better. For instance, if it were explicitly mentioned in a WWDC session or, ideally, at last year’s WWDC—a year before the removal of support. They thought it was mentioned in the release notes this year, but I haven’t found it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’25
Comment on Xcode 26 beta: 'Building the menu bar using a storyboard is no longer supported for iOS and Mac Catalyst apps. Please migrate to the UIMenuBuilder or Commands APIs.'
Sorry for the lack of clarity here. It throws an exception during execution when -buildMenuWithBuilder: is invoked on the UIApplication if you have rebuilt with Xcode 26. When running an app built with Xcode 16 on iOS 26, I did not encounter this exception; I didn't check whether any warning was emitted in that case.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’25
Comment on [iOSAppOnMac] ShareKit: Crashes in SHKItemIsPDF() or -[SHKSaveToFilesSharingService saveFileURL:completion:]
Yes, the backtrace is: *** Assertion failure in -[NSSavePanel setNameFieldStringValue:], NSSavePanel.m:1347 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: aString != nil' *** First throw call stack: ... 2 Foundation 0x0000000197541a78 -[NSCalendarDate initWithCoder:] + 0 3 AppKit 0x000000019aaedd90 -[NSSavePanel setNameFieldStringValue:] + 560 ...
Topic: UI Frameworks SubTopic: UIKit
Jun ’25
Comment on IOS 17 Beta 2 unable to fetch IMAP mail
Everything was fine through all the 17.x updates until I installed first iOS 18 beta, then the problem was back again. I haven't been able to access most of my e-mail from my iPhone since moving to the betas. I have an iPhone 14 Pro, so I'm unable to test the 18.1 beta to see if the problem is fixed there (though I kind of doubt that it is, otherwise they would've likely back-ported the fix to 18.0).
Aug ’24
Comment on IOS 17 Beta 2 unable to fetch IMAP mail
We went through this same problem with iOS 17, and it was an acknowledged regression fixed before the final release 17.0 release. I ended up wasting lots of time removing and re-adding my mail account, and anything else I could think of, with no success, until the problem was finally fixed by Apple in the iOS 17 beta 3 update (as mentioned in a post above).
Aug ’24