HackingWithSwift
HackingWithSwift copied to clipboard
Project 2: Asset Files Flags
Very important! The flagfiles from Github are all writen in lowercase (If you add them by copy paste). But in the array on the SwiftUI-Tutorial every country starts with uppercase and then lowercase. So once you are coding and building, the asset files cant be found(---> case-sensitive). You need to rename the files or easier rename the country names in the array. Hope this helped.