Xcode Integration

Connect Vyre IDE directly with Apple Xcode. Allow Vyre agents to inspect Apple Swift projects, compile CocoaPods or Swift Package Manager targets, run unit/UI tests, and start simulators.

Setup Instructions

1

Install Vyre Xcode Extension

Go to Vyre IDE → Settings → Extensions → Xcode and click "Install Xcode Extension."

2

Enable System Extensions

Open your macOS System Settings → Privacy & Security → Extensions → Xcode Source Editor and check the box next to Vyre Source Editor Extension.

3

Sync Project Workspace

Open an .xcodeproj or .xcworkspace in Xcode. Vyre will automatically detect the active Xcode project and index the Swift/Objective-C codebase.

Key Capabilities

Simulator Controls

You can ask Vyre agents to build and run code directly on specific iOS simulators.

bash
# Example agent prompt:
"Build the App target and boot the iPhone 15 simulator. Run it and report if any startup exceptions are thrown in the console."
macOS Required

Xcode integration is exclusively available on macOS running Xcode 15 or newer.

Handling Provisioning Profiles

Vyre uses your active Xcode team settings to sign binaries. It does not modify provisioning profiles or signing credentials without explicit user confirmation.

SwiftUI Previews Sync

Vyre automatically syncs your UI code edits in SwiftUI. Changes appear almost instantly in both Xcode's live Canvas preview and the simulated environment.