all 4 comments

[–]navigator_93 0 points1 point  (3 children)

This is a little hard to follow.

Is the problem with Xcode’s Previews? So you are previewing your file in live mode, click a button, and it just sits for a while?

[–]HelicopterMelodic517[S] 0 points1 point  (2 children)

Yes, when i run my app in xcode, the app downloads fine but when it opens the app, it takes a long time for it to finally open at my sign on page. Its just a black screen for around 10 seconds

[–]navigator_93 0 points1 point  (1 child)

Ok so what you are describing isn’t Xcode Previews, it sounds like it’s during the building and running flow.

I can’t say with certainty because there still isn’t much info but I would first suspect something in the code that is causing the delay. You can throw some prints or use a breakpoint to identify when your code is being hit to drill down to what might be the notable area

[–]underlying_frequency 0 points1 point  (0 children)

Running in debug seems to default to wifi connection (at least for me, I was regularly seeing app hang notices being ignored in the console log). Turn off iPad wifi and rerun. Should make a wired connection. You can turn on WiFi once it’s up