-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Projects? #5
Comments
If the iOS project is using SwiftPM, then sort of. If it's only using an Xcode project, then not really, since Apple's SourceKit-LSP does not currently support Xcode projects. For an iOS project using SwiftPM, code editing, autocomplete, etc. should work just as it were for a standard, CLI or server-side Swift project. Building can also always be accomplished using either However, there is no facility to deploy an app onto a device (especially with SwiftPM projects). Device and simulator hooks are entirely in the domain of Xcode. The For the most part, since SwiftPM + iOS is sort of nebulous right now, mixed with the inability to do things like edit XIBs and preview SwiftUI (both very much reserved by Xcode) Icarus isn't really targeting rich iOS support at the moment. That might change, as SwiftPM evolves some more (I saw some talk recently about the private Oh, and I'm forever not quite on the bleeding edge of what's going on with iOS development (I'm mostly Mac and Linux), so if there is cool stuff happening we could hook into, don't hesitate to mention it! |
Thanks! I might give it a try. I don't care about building, running on device, or SwiftUI previews anyway. These are things Xcode can handle well enough. What Xcode can't do is being a reasonably good code editor, so because Icarus allows me to have better vim bindings than Xcode and use GitHub copilot it is already much better at Xcode for the actual coding part :) |
I've read the Readme and the plugin description but I'm none the wiser. Is it possible to use icarus in lieu of Xcode for doing iOS development (given that the iOS project is a pure SPM project)? Or can Icarus only be used with Swift non-app Swift SPM projects?
The text was updated successfully, but these errors were encountered: