Confirmed as working if you update to Xcode 13 Beta 1.
Curiosity - you can upload from Xcode 13 to App Store connect, but for internal testing/testflight only. If you try to submit it to the App Store it will get rejected. Even if you build it with Xcode 12.5 and upload with 13 as it will sign it with Xcode 13 (I had this issue last year with Xcode 11 built, Xcode 12 Beta upload)
Hopefully Apple will resolve this soon :-)
Post
Replies
Boosts
Views
Activity
Sure you've checked...
https://developer.apple.com/download/
But should be the first link, to download the profile and the beta..
I'm also really new to development - I found that a combination of Google/YouTube/Udemy & StackOverFlow really helped.
I'd recommend;
Blckbirds.com - SwiftUI Tutorials (You can follow along and build a demo app)
Udemy - SWIFTUI - The complete developers course (This is really great as it tells you why the code does what it does)
Default Apple tutorials on here
designcode.io (Great for learning UI)
My process for learning (which might be of use)
Do some follow-along tutorials
Read the code they've put and write it out from scratch to get it "baked in"
Learn the core basics; Lists, search, image, UI etc
Understand why the code does what it does and why I get the result I get
Good luck :-)