Posts

Post not yet marked as solved
0 Replies
661 Views
Hi, I haven't updated my Apple TV because although tvOS 16.2 released you can't download the tvOS 16.2 SDK from Xcode. Will Xcode 14.2 work fine with tvOS 16.2? Even the release notes for Xcode 14.2 doesn't mention tvOS 16.2, but the release notes for tvOS 16.2 mentions Xcode 14.2. So it's just confusing. Is this working for anyone else? Is it ok to upgrade? Xcode 14.2 Release notes: https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14_2-release-notes tvOS 16.2 Release notes: https://developer.apple.com/documentation/tvos-release-notes/tvos-16_2-release-notes Edit: Added release notes links
Posted Last updated
.
Post marked as solved
1 Replies
1.7k Views
Since NavigationView has been deprecated, what is the new way to show the navigation bar with a navigation title in SwiftUI? The code below doesn't show the nav bar: var body: some View { Button {     showFullscreenModal.toggle() } label: {         Text("Test Fullscreen")     }.sheet(isPresented: $showFullscreenModal) {         Text("Modal content").navigationTitle("Modal title").toolbar {         Button {         self.showFullscreenModal = false         } label: {             Text("Cancel") } }     } } Am I doing something wrong?
Posted Last updated
.
Post marked as solved
17 Replies
29k Views
I'm getting this error every time I launch Testflight (see screenshot below). Now test flight is working and if I get invited to test an app I manage to install it, but I can't see current apps or update them. Anyone else having this issue? I didn't see it any where else. If I missed it please point me in the right direction.https://i.boring.host/LG0VV1bf.jpg
Posted Last updated
.