November 15th, 2020
Filed under: Xcode | Be the first to comment!
In Xcode 12 Apple consolidated many of their iOS app project templates into one template: App. If you are following a tutorial written for an older Xcode version that has templates like single view app and master-detail app, choose the App template.
October 1st, 2020
Filed under: Xcode | Be the first to comment!
As part of Xcode 12, Apple added project templates for creating SwiftUI apps that run on both iOS devices and Macs. In the Xcode 12 betas, these project templates appeared in the Multiplatform section. When Apple released iOS 14 in September, they also released Xcode 12.0. If you install Xcode 12.0 and create a project, […]