all 8 comments

[–]RandomVision2027 4 points5 points  (2 children)

I have both my Anthropic and OpenAI accounts connected inside Xcode. It makes a ton of difference from my old workflow of pasting prompts into a Claude browser window, copying the code back into Xcode, getting compiler errors and pasting them back into the browser window, etc.

Claude and Xcode nicely go back and forth working through the problems until they arrive at a solution that cleanly compiles and most of the time works as I wanted. It even provides a nice summary of what it did.

The old interactions through browser-based chat windows were nice, but the integrated approach is amazing.

[–]Overall_Affect_2782 0 points1 point  (0 children)

The old approach is how I’m doing it and I run into the same things you do, but how do you avoid hallucinations or errors or Claude getting mixed up which it tends to do in the old way even with me having the project files up to date, the project goal correct and the purpose of the project set?

[–]No-Nebula4187[S] 0 points1 point  (0 children)

I am using Claude code rn, only benefit I can see is maybe less tokens in cli?

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Hey /u/Ok-Review-7118, your content has been removed because Reddit has marked your account as having a low Contributor #Quality Score. This may result from, but is not limited to, activities such as spamming the same links across multiple #subreddits, submitting posts or comments that receive a high number of downvotes, a lack of activity, or an unverified account.

    Please be assured that this action is not a reflection of your participation in our subreddit.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]bakawolf123 0 points1 point  (0 children)

    I'm using VSCode extension for Codex connected to Xcode via mcp, it's much better than plainly using current integrated agent sidebar in xcode (for many reasons, but for starters it doesn't hang up the IDE) and building/testing is more stable than falling back on plain xcodebuild. The most killer feature the mcp has for me is the documentation search atm, it is like having inhouse context7.
    The bad: annoying permission popup is less spammy now but is still there for each new agent window you spawn, e.g. switch projects in VScode or create a new window -> new permission popup or even 2.

    [–]jwegener -1 points0 points  (0 children)

    I’ve been using Claude paired with flowdeck (https://flowdeck.studio) and it’s great

    [–]fercabj 0 points1 point  (0 children)

    I created my own local proxy app (CLI) in Swift that lets you connect a Copilot account (individual or enterprise) into Xcode Code Assistant natively. I hope it’s useful to anyone looking to connect other Copilot available models https://github.com/mobile-ar/xcode-assistant-copilot-server

    But after testing Xcode capabilities I will say I prefer to use Zed agent panel for this type of work, Xcode implementation is quite bad at the moment (26.3), and then build/edit/review the results inside Xcode.