Post #1555715
2026-03-20 22:34 UTC
@adamc @rudrank when it works it’s great. Faster than xcodebuild and can read results of your own actions in Xcode. I sometimes use both Cursor and Xcode at the same time. In Xcode I have a keybind behavior script to open the current file in Cursor. In Cursor I have a key bind to an extension I found to open in Xcode. So switching is easy. Still tuning the workflow.
Replies (1)
-
@adamc@aus.social 2026-03-20 23:43
@AshtonDev @rudrank ah yeah, that sounds neat. I wonder if that’s more some incremental build limitations of xcodebuild though. Makes me want to build a Tuist skill 😂 Using an Xcode MCP would be a little limiting for me I think since I’m trying to do some parallel stuff. E.g. it can churn away on a separate git work tree while I’m doing something else