← Back to Wiki

Development Tools

Xcode

Xcode is Apple's IDE for building apps on iOS, macOS, watchOS, tvOS, and visionOS. It includes everything: code editor, visual design tools, debugging, simulators, and distribution tools.

How I Use It

Xcode is essential for my app development workflow:

Essential Shortcuts

Xcode + Cursor Workflow

I use both tools together. Cursor for writing and editing code with AI assistance, Xcode for running, debugging, and profiling. Both can have the same project open—changes sync via the file system.

Common Fixes

When Xcode acts up: Clean Build Folder (⌘⇧K), quit Xcode, delete the DerivedData folder, restart. This fixes 90% of mysterious issues.

Resources