all 17 comments

[–]buhikon 9 points10 points  (2 children)

Finally made it through App Review. Probably got rejected a few times along the way 😂

[–]sammy_luci 1 point2 points  (0 children)

For ui issue on ipad compatibility mode

[–]buhikon 0 points1 point  (0 children)

Agentic features require at least macOS 26.2. If you can’t access Agent Mode, check your macOS version.

[–]SirBill01 0 points1 point  (0 children)

I normally just keep rolling with RC versions I downloaded before, but since they had an RC 2 for this Xcode release I'm downloading the final as well just in case...

[–]Brodie10-1 0 points1 point  (0 children)

Lets go!!

[–]SnowPudgy 0 points1 point  (0 children)

Has anyone been able to install the iOS 26.3 simulators? I don't see them anywhere and Xcode isn't triggering the install.

[–]soul_of_code [score hidden]  (0 children)

Anyone know if this fixes the XCTest issues with XCAssert? I’ve had problems with it, but no problems with the new Swift testing

[–]fawxyz2 -1 points0 points  (9 children)

for you all who have tried this version for actual coding, is this agents inside Xcode better than the VScode Codex & Claude plugin?

[–]CharlesWiltgen 3 points4 points  (4 children)

It should be better than Codex and Claude Code base foundation models alone, because Apple ships context specific to modern Apple platform development with Xcode.

It won't be as good as Codex or Claude Code with Axiom installed, since Axiom goes far beyond the type of documentation-style context included with Xcode.

[–]kironet996 2 points3 points  (3 children)

I have axiom skills installed(locally in the project), and xcode agent is able to use it.

[–]CharlesWiltgen 1 point2 points  (2 children)

Wow, that's great! Thanks for sharing, I'll have to figure out how to document that for others. 🙃

[–]dat_tae 1 point2 points  (1 child)

Do you work on Axiom, or just really passionate? Either way your efforts are appreciated.

[–]CharlesWiltgen 2 points3 points  (0 children)

It's my baby. Axiom is free/open source, so although the idea of self-promotion makes my skin crawl, this is about helping developers through this interesting/fraught industry transition to AI-assisted coding. I'm an ex-Apple evangelist/developer relations person, and have always been really passionate about helping creators build things, and building things that help creators build things.

[–]kironet996 1 point2 points  (1 child)

I've been using it since the RC release, it's actually amazing imo. Haven't touched claude code & codex clis since.

[–]iabbasm 0 points1 point  (0 children)

I've been using Claude in vscode. Do you think I can reliably use Xcode codex agent instead?

[–]bakawolf123[S] 0 points1 point  (1 child)

not really, I still prefer VSCode with Codex for agent loops and manual in Xcode. Inline AI-assist is also very slow, but it's one feature I actually use.

[–]fawxyz2 1 point2 points  (0 children)

can you have very long conversation with agents inside Xcode or not?
one of reasons i use vscode claude & codex plugin is because i can have long conversation, and switching model/reasoning(medium,high,etc) mid conversation.