Recent Comments
Open Radar FB12597594: keyboardWillShowNotification is sent multiple times in iOS simulator
Partly fixed in Xcode 15 beta 8. The iOS 17 simulator now shows the same behavior as the iOS 16 simulator, in that only one keyboardWillShowNotification notification is sent when the text field becomes the first responder, but when it resigns first responder, it receives a keyboardWillShowNotification and a keyboardWillHideNotification in short succession.
Open Radar FB12661555: Custom input views become gray during their dismissal animation
Fixed in Xcode 15 beta 8
Open Radar 16172586: Add an API call for detecting whether the Bold Text accessibility feature is enabled
Looks like this is now supported via UIAccessibility.isBoldTextEnabled (iOS 8+). Also toggling bold font does trigger the notification UIContentSizeCategory.didChangeNotification
. Although officially the userInfo of this notification only contains the UIContentSizeCategory.newValueUserInfoKey
it also includes a UIContentSizeCategoryTextLegibilityEnabledKey
which as far as I can tell is undocumented. But you can still just query isBoldTextEnabled
regardless.
Open Radar FB12741044: "Apple iPhone OS Application Signing" certificate is expired
Cert now updated
It seems that finally Apple renewed the certificate. Hence new app uploads will not be affected by this issue. Nevertheless, no feedback from Apple yet.
Open Radar 14199042: UIColor's getRed:green:blue:alpha should be color space agnostic
It looks like no more issue at least on iOS 16
Open Radar 40873121: Xcode 10 beta 1 does not dispaly resolved build settings correctly in the project navigator when using xcconfig files
It's still the issue in Xcode 14.3 - it's really confuses
Open Radar FB12078831: Presentation of popover, confirmationDialog, sheet and fullScreenCover are all broken
Issue still exists Xcode: Version 15.0 beta (15A5160n) Simulator: iPad Pro (12.9-inch) (6th generation) iOS 17.0 (21A5248u)
Open Radar 25507932: NSValue cant be initialized with CGAffineTransform
workaround
var transform = CGAffineTransform(scaleX: 1, y: 1) let transformValue = withUnsafePointer(to: &transform) { NSValue(bytes: $0, objCType: "{CGAffineTransform=dddddd}") }
Open Radar FB11739659: iOS 16.x does not correctly load App Intents extension when building with Xcode 14.1 RC2
Apple
Resolved in Xcode 15 Beta 1 - iOS 17/iPadOS 17 Beta 1
Open Radar FB9718086: Insufficient API to Efficiently Support Wrapping UIKit Views with Double Layout Pass
In iOS 16 apple added APIs to support this https://developer.apple.com/documentation/swiftui/uiviewrepresentable/sizethatfits(_:uiview:context:)-9ojeu
Open Radar FB11991841: Xcode does not show latest version for packages tagged with 10 as a major version
This now works as expected in Xcode 15 Beta 1.
I downloaded Xcode 15 Beta 1 and report that the issue appears to be fixed.
Open Radar 28431676: Playing using MPMusicPlayerController.applicationMusicPlayer triggers AVAudioSession interruption
Team, this is an ancient issue and the use case has gone nowhere. If I'm using the applicationMusicPlayer over the systemMusicPlayer, I'd expect the session boundary to exist within my application.
As it stands the nowPlaying widget is being managed by Apple's Music app service as is the AudioSession by the look of it. I obviously want to be able to handle the nowPlaying controls within my app, I obviously want to be able to handle the AVAudioSession and its interruptions inside the app, otherwise, I wouldn't bother using the applicationMusicPlayer.
At the risk of sounding confrontational, if you want to know why since 2016, developers haven't flocked to Apple's streaming service as a provider for their users over Spotify, it's not down to it not being as popular, it's down to issues like this making it unserviceable.
Open Radar FB8616295: TextField does not work with Chinese or Japanese input
This bull shit bug still exists on iOS16.3.1, iPhoneX , A1901
Open Radar FB11991841: Xcode does not show latest version for packages tagged with 10 as a major version
Feedback report has since been updated by someone from Apple:
"Potential fix identified – For a future OS update"
Open Radar FB7789012: iOS Keyboard Extension textDocumentProxy.selectedText truncation
Having the same issue. Please look into this
Open Radar FB10136468: AVAudioUnitSampler crashes on dealloc
The issue is resolved in iOS 16 and macOS Ventura.
Open Radar FB9835828: AVAudioUnitSampler ignoring new notes when an unknown limit is reached
The issue was resolved in iOS 16 and macOS Ventura. The limit is now much higher and more difficult to run into.
Open Radar 14044044: Please Add Airplane Mode Switch to iOS Simulator
https://apps.apple.com/in/app/rocketsim-for-xcode-simulator/id1504940162?mt=12
Rocket sim provides this as a premium feature
Open Radar FB12050037: NSPopover content view controller does not receive mouseDown/Up when reduced transparency accessibility setting is enabled
Status was updated to "Potential fix identified - For a future OS update"
Open Radar FB12796974: MailKit Extension shows "Loading..." longer than usual esp. for emails with attachments
From Apple
Mail seems to be calling into the extension multiple times. We are tracking this internally