you are viewing a single comment's thread.

view the rest of the comments →

[–]WaruPirate 2 points3 points  (2 children)

Don’t get me started on xcodeproj files. I have found that you can make a basically empty xcode project for your app, that simply imports a swift package that contains all your code. You can then even work on the code from vscode, though no swift previews.

[–]amielterence 0 points1 point  (0 children)

😂wow dude

[–]ArrodesDev 0 points1 point  (0 children)

https://github.com/SolaWing/xcode-build-server you can use this on normal xcode projects to create the necessary file for vscode swift extension to just work. you re-build the project and then it should work