Integrate Cursor with Xcode for Swift development
xcodebuild
CLI (and much more), and allows you to scan your targets, select the destination, build, and run your app just like Xcode. On top of that, it’ll set up your project for Xcode Build Server so you get all the features mentioned above.
Sweetpad: Generate Build Server Config
command. This will generate a buildServer.json
file in the root of your project that allows the Xcode Build Server to work with your project.
Then, from either the Command Palette or the Sweetpad sidebar, you can select the target you want to build and run.