Claude Code Can Now Build and Test iOS Apps in Apple's Simulator - MacRumorsOpen MenuShow RoundupsShow Forums menuVisit ForumsOpen Sidebar
Skip to Content

Claude Code Can Now Build and Test iOS Apps in Apple's Simulator

Anthropic today said Claude Code for desktop has been updated to work with the iOS Simulator, with the integration available in public beta.

claude code ios simulator
Claude Code can open in-progress apps in the iOS Simulator pane when it's instructed to build, run, or check an app. Claude can watch the iOS Simulator live as it runs, interact with it, and then iterate until a project is finished. Developers can continue to use the iOS Simulator as Claude works.

The pane in Claude Code drives the simulator directly, and it does not need computer use, which lets Claude control the screen the way a person would. With direct access, it works without the macOS Accessibility and Screen Recording permissions required for computer use.

Claude's screenshots of a device in iOS Simulator are sent to Anthropic and kept per standard conversation retention settings. Anthropic suggests users not sign in to real accounts on a device Claude uses.

iOS Simulator integration is available in Claude Code Desktop on macOS, and Xcode with the iOS platform installed is required. The simulator pane is available in local sessions only. Instructions on using the iOS Simulator with Claude Code can be found on Anthropic's website.

Popular Stories

anthropic claude sonnet 5

Anthropic Launches Claude Sonnet 5 With Near-Opus Performance at a Lower Price

Tuesday June 30, 2026 2:35 pm PDT by
Anthropic today introduced Claude Sonnet 5, a more affordable model that narrows the gap between Sonnet and Opus. Anthropic says Claude Sonnet 5 is its most agentic Sonnet model to date, able to make plans, use tools like browsers and terminals, and run autonomously. Opus models have better agentic capabilities, but they're more expensive than Sonnet models. Sonnet 5's performance is similar ...
claude fable 5

Anthropic's Claude Fable 5 Available Again After U.S. Lifts Export Controls

Wednesday July 1, 2026 4:35 pm PDT by
Anthropic's Fable 5 model is once again available for use, the company said today. Claude users are now seeing the option to use Fable 5, with Anthropic rolling out an in-app message. Through July 7, eligible Claude subscribers can use up to 50 percent of their plan's weekly usage limit on Fable 5. After hitting that limit, Fable 5 use will require credits. After July 7, Fable will be...
anthopic claude

Claude Cowork Expands to iPhone and the Web

Tuesday July 7, 2026 1:05 pm PDT by
Anthropic today said it is bringing Claude Cowork to mobile and the web, with beta access rolling out to Max users first. Claude Cowork is a feature that lets Claude access local files and connected tools, then autonomously complete tasks on your behalf. Claude Cowork tasks can now be started and monitored on the web, desktop, and Claude mobile apps. Claude is able to work in the background...

Top Rated Comments

CalMin Avatar
21 hours ago at 06:02 pm

Brace yourselves for an avalanche of vibe-coded slop.
Harsh, and possibly true, but then there's folks like me with good ideas but no computer science degree who have been empowered with AI. I learned some python from evening classes (my day job is in life sciences) and could only write simple data transformation scripts that would take me weeks to debug.

With AI - I'm writing creating genuinely useful programs I could never have dreamed of.

Let's not be totally down on AI!
Score: 31 Votes (Like | Disagree)
22 hours ago at 04:50 pm
I guess Im a developer now.
Score: 26 Votes (Like | Disagree)
Luftkopf Avatar
21 hours ago at 05:46 pm
Brace yourselves for an avalanche of vibe-coded slop.
Score: 17 Votes (Like | Disagree)
jfmartin67 Avatar
21 hours ago at 06:16 pm

Harsh, and possibly true, but then there's folks like me with good ideas but no computer science degree who have been empowered with AI. I learned some python from evening classes (my day job is in life sciences) and could only write simple data transformation scripts that would take me weeks to debug.

With AI - I'm writing creating genuinely useful programs I could never have dreamed of.

Let's not be totally down on AI!
I fully agree with you.
Score: 8 Votes (Like | Disagree)
21 hours ago at 06:19 pm

I guess Im a developer now.
You laugh but I published an app to the app store last month and I’m definitely not a developer.
Score: 7 Votes (Like | Disagree)
Luftkopf Avatar
16 hours ago at 10:45 pm

Harsh, and possibly true, but then there's folks like me with good ideas but no computer science degree who have been empowered with AI. I learned some python from evening classes (my day job is in life sciences) and could only write simple data transformation scripts that would take me weeks to debug.

With AI - I'm writing creating genuinely useful programs I could never have dreamed of.

Let's not be totally down on AI!
I have an idea of an app I'd like to make, but when I have the time and headspace for it, I'm not going to vibe-code it. I want to understand the code I'm putting out. I've learned coding before, I can learn it again.

Like some have already commented, I have mixed feelings about this.

In one hand, discovering genuinely good apps will be harder, because you won’t be able to know whether an app is code-vibed, containing many bugs that the “code prompter” doesn’t know how to properly solve, or has been written by a coder even if it’s with the help of AI. No way to know unless you already know the dev.

But on the other hand… like user @CalMin said, this tools, that are getting better and better at coding, allow us, mere mortals that never were able to learn code, to easily make small programs or scripts.

Let me share an example. There’s been a software niche that wasn’t covered until a few months: an Obsidian-like knowledge management software, with local LLM integrated RAG system. Most of the local RAG systems I know are based on complex configuration that involve several software components.

So there’s a guy (or gal, idk) that six months ago started building this app for macOS, Canto ('https://lonelyduck.io/canto'), using AI to develop it much faster, quickly implementing new features in few days. I haven’t tried it yet, so I still don’t know how polished it is, but if it wasn’t for AI-assisted development, apps such as this one wouldn’t exist.
I accept that AI is a powerful tool, and in the right hands can be fantastic. Like you said though, how can we tell which apps are good or not? How can we see the difference between a vibe-coded slop-fest that is a pretty collection of vulnerabilities, an app that has been vibe-coded with some forethought that only has a few vulnerabilities, and will get hard to maintain over future versions, or a very thoughtfully made app that has had AI used in its creation, but is quality all the way through?
Score: 6 Votes (Like | Disagree)