Today I find I can’t download my new project’s GoogleService-Info.plist from Firebase console. When I click button to download GoogleService-Info.plist, Firebase console keep show error information “There was an error. The config file cannot be downloaded at this time.”, like this: I try and try, and follow the instruction from this StackOverflow post. But it […]
From Xcode 12.5 start Apple force Action target must set APPLICATION_EXTENSION_API_ONLY to true. If you didn’t set it, you will get an error “Application extensions and any libraries they link to must be built with the APPLICATION\_EXTENSION\_API\_ONLY build setting set to YES.“. But normally we share a lot of codes between App targets and Action […]
In SwiftUI, there are serval styles with List. They are DefaultListStyle, InsetListStyle, GroupedListStyle, InsetGroupedListStyle, SidebarListStyle and PlainListStyle. I made an example for all these styles, and take screenshots to help you understand them easily. DefaultListStyle GroupedListStyle InsetListStyle InsetGroupedListStyle SidebarListStyle PlainListStyle Note: InsetListStyle, InsetGroupedListStyle, SidebarListStyle are only available on iOS 14.0 and after. And when you […]