Keith Harrison
banner
useyourloaf.com
Keith Harrison
@useyourloaf.com
I write about iOS development at useyourloaf.com.
Here's what worked for me in the end after comparing to what Xcode generates for app icons in the asset catalog. The iPad variant seems to be necessary for it to work there. Hopefully Apple fixes Xcode in a future beta,
June 26, 2025 at 9:12 AM
Not working for me in beta 2
June 25, 2025 at 9:33 AM
Xcode also warns about the reverse error, a parameter in the method declaration that's not documented
December 11, 2024 at 11:19 AM
I like how building DocC with Xcode 16 now warns about documented parameters that don't exist in the method declaration #Xcode #iOSDev
December 11, 2024 at 11:18 AM
I’m pretty sure this is the Swift compiler telling me I need to upgrade my M1 mac mini? #SwiftLang
October 29, 2024 at 12:58 PM
Swift 6 deprecates UIApplicationMain, replace it with main to silence the error #iOSDev #SwiftLang
September 24, 2024 at 1:00 PM