-
-
Notifications
You must be signed in to change notification settings - Fork 347
Description
Hi, thank you so much for your work on this sorely missing feature in xcode.
I'm a JS developer looking to switch to Swift and develop for the visionOS platform, and hoping to get hot reloading working to speed up my learning process as I hack away at Swift UI.
However I find the documentation a little unclear, with so many options and additional repos. I'm unable to find the bottleneck that is preventing me from getting it to work on my device.
So far as I can tell, there is this package (which I cannot install via SPM on account of the following error:
the package manifest at '/package.swift' cannot be accessed
And then the macOS app, which i have running in the background, and additionally, the HotReloading repo which i was able to add to my project, but i still dont see live updates when running my app alongside Mac Virtual Display inside my headset.
Is it possible yet? How can I achieve this? Is there an example repo I can look at? Or some more concise getting started documentation?