skip to Main Content

Cannot create new Simulator in Xcode

I'm trying to test out my app on a old version of iOS (11.0). Press "Add additional simulators" in Xcode's "set active scheme"-selector Click "Download more simulator runtimes..." in the OS version drop down. Download the iOS 11.0 runtime. (also…

VIEW QUESTION

Xcode – SwiftUI List selection always nil

In my macOS app project, I have a SwiftUI List view of NavigationLinks build with a foreach loop from an array of items: struct MenuView: View { @EnvironmentObject var settings: UserSettings var body: some View { List(selection: $settings.selectedWeek) { ForEach(settings.weeks)…

VIEW QUESTION
Back To Top
Search