Post

Replies

Boosts

Views

Activity

Reply to Developing iOS 13 app on Xcode 12 beta?
You will have to go back and forth between Xcode GM and Xcode beta, apps can't be submitted to the App Store from Xcode beta. Having a separate branch for iOS14/Xcode 12 is pretty standard! Just make sure the changes you make in your main branch are continually getting merged back into that branch too. Also new additions to SwiftUI are backwards capable with iOS 13 so you won't have to necessarily bump up your deployment target to iOS 14 when fall comes and you can always wrap iOS 14 features in an available conditional.
Jun ’20