Is it just my app? I got for a first start about ...
# compose-ios
s
Is it just my app? I got for a first start about 10 seconds long a white screen if started from XCode. If killed and started without a cable it's instant loaded.
v
This is usually Xcode problem. If you’re seeing long boot on a device and instant boot on simulator, try to remove your physical device in Xcode -> Window -> Devices and Simulator settings (device should be disconnected), connect it by cable and wait till debug symbols fetch. And in addition, usual ritual actions like deleting derived data and device support in ~/Library/Developer/Xcode/iOS DeviceSupport/ also may help.
s
Thanks 🙂
c
I see this too every now and then. thanks for the instructions. ill try that next time.
s
It worked for me, although it required a few restarts. XCode seems to be quite persistent in holding onto incorrect debug symbols; prompting multiple requests to release them and retrieve the accurate ones. However, once that's done, the app starts instantly on physical devices again. XCode is just a huge mess.
👍 2