zlacker

[return to "Xcode 26.3 – Developers can leverage coding agents directly in Xcode"]
1. anupam+Sg[view] [source] 2026-02-03 19:07:26
>>davidb+(OP)
When do you actually need to open Xcode if you have XcodeBuildMCP [0]?

I haven't opened Xcode in months. My terminal: Claude writes code. build_sim. launch_app_sim. screenshot describe_ui.

What still requires Xcode: Instruments profiling, Signing/provisioning

For UI iteration, describe_ui returning the accessibility tree might actually be more useful to an agent than a preview screenshot.

◧◩
2. mckn1g+On[view] [source] 2026-02-03 19:36:42
>>anupam+Sg
I still open Xcode for every branch after having Claude do an initial implementation, to review the changes using its version editor, step through code using the IDE’s various code navigation features, and build/run to manually validate the changes. I do have claude analyze and test, though.
[go to top]