Apple Releases Xcode 26 Beta 7 With GPT-5 Support and Claude Integration - MacRumors
Skip to Content

Apple Releases Xcode 26 Beta 7 With GPT-5 Support and Claude Integration

Apple today released the latest version of Xcode 26, introducing several new features that developers can take advantage of.

apple developer app feature
ChatGPT in Xcode now supports GPT-5, so developers can choose to start new conversations with GPT-5 or GPT-4.1. GPT-5 is the new default option, with two models to select from. GPT-5 is optimized for quick, high-quality results that Apple says will work for most coding tasks.

For more difficult tasks, developers can select GPT-5 (Reasoning), which spends more time thinking before providing a response.

Claude in Xcode is now available in the Intelligence settings panel in the Xcode app, so users can add their existing paid Claude account and use Claude Sonnet 4 for coding tasks.

When Xcode 26 officially launches, the app will support coding help from either ChatGPT or Claude, providing users with the option to use their favorite chatbot. Developers are also able to bring API keys from other providers or run local models on Apple silicon Macs.

Tag: Xcode

Popular Stories

HomePod mini and Apple TV Sage

New Apple TV and HomePod Mini Are 'Nearly Ready' to Launch, New Siri Remote Also Rumored

Sunday May 31, 2026 8:47 am PDT by
New models of the Apple TV 4K and HomePod mini are "nearly ready to go," according to the latest word from Bloomberg's Mark Gurman. Subscribe to the MacRumors YouTube channel for more videos. Both devices have been ready "for months," but Apple is holding off on launching them until the more personalized version of Siri is available, he said. "I am told the hardware for the next Apple TV...
Apple Foldable Thumb

First 'Confirmed' iPhone Ultra Color Allegedly Revealed in Leaked Image

Monday June 1, 2026 4:39 am PDT by
Apple is expected to launch its first foldable iPhone later this year. Rumors suggest the "iPhone Ultra" will come in two color options, and a leaker shared an image today that allegedly shows one of them. Posted on Weibo by the Chinese leaker known as Ice Universe, the image purportedly offers a first glimpse of Apple's foldable in white. The device is believed to have entered early mass...
Apple Wallet

iOS 27 Will Add Two New Apple Wallet Features to Your iPhone

Monday June 1, 2026 12:15 pm PDT by
Apple is set to unveil iOS 27 during its WWDC 2026 keynote on Monday, June 8, and the update will reportedly include two new Apple Wallet features. First, iOS 27 will reportedly let users create their own digital passes by scanning items like movie tickets, concert passes, and gym membership cards. Many apps already offer Apple Wallet passes, but now users will be able to create a custom...

Top Rated Comments

WarmWinterHat Avatar
10 months ago

If computers are like a bicycle for the mind, then AI is like a motorbike for the mind...
Yep, faster, louder, and more dangerous, with a much greater risk of losing control. Plus they both pollute more.
Score: 17 Votes (Like | Disagree)
thefredelement Avatar
10 months ago
I've been using Claude opus via API in earlier Xcode 26 betas, its not bad for somethings but really struggles with maintaining patterns with complexity through multiple files, it also over biases bug fixes and kind of throws away the original goal just to fix something.

I've gotten into a habit of using LLMs to validate things, reduce boiler plate, write tests, etc.

I use Claude code in the project folder to find things, make lists, etc. I have colleagues who submit whole PRs using AI tools and to date have resulted in a lot of re-work, from things like using print statements instead of using a logger, or adding singletons, ignoring existing dependencies, force unwraps and the comment puke also adds so much nonsense to what should nowadays be simple code, its kind of annoying.

I had high hopes for AI coding after the early GPTs but its cooled off a bit, I use it all day on one shot tasks and its great but it really falls apart quick.
Score: 13 Votes (Like | Disagree)
TruthAboveAllElse Avatar
10 months ago

Yep, faster, louder, and more dangerous, with a much greater risk of losing control. Plus they both pollute more.
And while using a bicycle helps build strength, a motorbike does not to the same extent.
Score: 9 Votes (Like | Disagree)
Happy_John Avatar
10 months ago

If computers are like a bicycle for the mind, then AI is like a motorbike for the mind...
Yep, in that you are not actually getting any exercise or health benefit from it. Flabby brains.
Score: 6 Votes (Like | Disagree)
10 months ago
"hey bb, you wanna vibe code with me tonight?"
Score: 6 Votes (Like | Disagree)
Happy_John Avatar
10 months ago

At what point does ChatGPT become the author of the app?

... kidding... sort of
It's a valid question. If you get ChatGPT or Claude to generate the code, could there be any valid disputes about who really owns the IP?

It should be obvious that a tool is not a creator, but if the code itself hasn't been written by the developer....

... even messier, if the code turns out to be suspiciously similar to some non opensource code that the AI has "magically found".....

... it's this second part I'd worry about: "AI generated code" that turns out to be plagiarized code.

EDIT: I'm not being entirely serious either, but I wouldn't be surprised if a court case or two arise over the next months.
Score: 5 Votes (Like | Disagree)