1

I am working on a universal-app and want to test it with the iPad-simulator in Xcode beta 5, but it shows me only a white screen. With the iPhone-simulator the app runs.

I have uninstalled Xcode and macOS Catalina completely and reinstalled both, but it doesn't help

import SwiftUI

struct ContentView: View {
    var body: some View {
        NavigationView {
            Text("This is a great app")
        }
    }
}
Harshal Wani
  • 2,249
  • 2
  • 26
  • 41
Hansel
  • 71
  • 1
  • 1
  • 2

1 Answers1

2

I believe if you swipe in from the lefthand side of your screen it may appear.