Confused by appintentsmetadataprocessor errors in Xcode 16?
If you're building App Intents and start seeing weird ` appintentsmetadataprocessor` build errors with Xcode 16 this might help you.
If you're building App Intents and start seeing weird ` appintentsmetadataprocessor` build errors with Xcode 16 this might help you.
Another in the long serious of little niggles with SwiftUI popovers on iPad. This time, it’s more serious but there is a workaround. If you show a sheet the user can interactively dismiss these on iOS, but they can also cancel the dismissal by bringing the sheet back up near to its “shown” position.
After solving the problem with SwiftUI adaptive popovers on iPad not dismissing properly on iPhone or in compact split view on iPad in Captionista, I noticed something… If you show a modal sheet on iPhone, if you look closely you can see that the view behind does not shrink backwards as it would with a native UIKit modal presentation since iOS 13.