Skip to main content
10x gives you full access to the Xcode project it generates. When you need to go beyond what the Simulator preview offers — running on a physical device, adding an entitlement, tweaking build phases, or editing code directly — you can open the project in Xcode with one click.

Open in Xcode

Click Open in Xcode in the preview panel. 10x opens the generated .xcodeproj file in Xcode. From there you can build, run, and edit the project like any standard Xcode project.
The Open in Xcode button is available as soon as 10x has generated files for your project, even before a Simulator preview has run.

Show in Finder

Click Show in Finder to reveal the project folder in Finder without opening Xcode. This is useful when you want to copy files, inspect assets, or open the folder in a terminal.

What the project contains

The generated project includes everything Xcode needs to build and run your app:

Editing in Xcode

You can freely edit code, add files, and change settings in Xcode. Keep in mind:
Changes you make directly in Xcode won’t automatically appear in 10x’s file explorer. The file explorer reflects what 10x has written; it doesn’t watch the filesystem for external edits.
If you want 10x to incorporate changes you’ve made in Xcode, describe what you changed in the chat and ask the AI to continue from there.