ContentView

Hello,

I‘ve started developing an App not to long ago on Xcode and I have noticed that I can’t see any progress or like preview of what I have coded so far and it’s starting to concern me. I have Xcode version 15.5 and I am coding with swift, everything works fine there is no error or anything preventing it to run but when I try to preview the only thing I see when I launch the Simulator and I open my app the only thing I see is a white page.

Can someone please help me.

Are you certain that you are creating the same view in your preview that you are creating in your app when you build and run? If so, are there things in the environment that you are setting up in your app that you are not setting up in your preview? Sharing an example of code causing this problem would help someone give you a more specific answer.

Welcome to the forum.

only thing I see when I launch the Simulator and I open my app the only thing I see is a white page.

So this is not the Preview, but the app on simulator.

Please give more precise information:

  • source code
  • screenshot of what you get (Preview or Simulator ?)
ContentView
 
 
Q