Xcode 27 Integrates Google Gemini: Now There Are Three Native Agency Assistants in the Apple IDE
With Xcode 27, Apple has added an additional third-party agentic coding assistant to its IDE: starting from this version, developers can natively use Google Gemini, along with the already present Claude Code and OpenAI Codex, to plan, write, and review code without having to switch applications or tools.
Everything is based on the new Foundation Models framework, which has been opened to cloud providers via a new public protocol called LanguageModel, extended starting from iOS 27, macOS 27, iPadOS 27, visionOS 27, and watchOS 27. Google has worked directly with Cupertino to bring Gemini into the IDE: on its official blog, Google documents the integration of Gemini in Xcode and in the Foundation Models framework. The models are accessible via the Firebase Apple SDK, with a common API interface for both on-device and cloud-hosted inference.
Authentication and Agentic Capabilities
To activate Gemini in Xcode 27, developers authenticate through the Intelligence settings panel of the IDE. Once configured, the model provides a complete agentic experience for code review, bug fixing, and building new features, without context switching between different workflow steps.
The architecture follows a dual-engine approach: local inference on Apple Silicon for quick and privacy-preserving suggestions, alongside cloud agentic models for heavier tasks, including multi-file refactoring, test suite generation, and autonomous debugging. Agents can self-validate their work by generating and running unit tests, testing ideas in Swift Playgrounds, verifying UI changes in SwiftUI previews, and interacting with the simulator in the new Device Hub. Xcode 27 supports the MCP protocols and the new Agent Client Protocol (ACP), making it an open and extensible agent platform.
Xcode 27 requires Apple Silicon (no support for Intel Macs) and, according to early evaluations, is 30% more compact compared to the previous version, with improved performance.
Gemini in iOS and macOS Apps via Firebase
In addition to the integration in the IDE, Firebase AI Logic allows bringing Gemini directly into iOS, macOS, iPadOS, and visionOS apps without having to build or maintain a separate server backend. This enables adding AI capabilities to apps by leveraging the existing Firebase infrastructure. Endpoint protection from abuse is managed by Firebase App Check.
Access options are differentiated by profile: individual developers authenticate with a self-serve Gemini API key from Google AI Studio, available in a free and a paid tier; enterprise teams access the Gemini Enterprise Agent Platform, with dedicated quotas and enterprise privacy parameters.
Xcode 27 has been available in beta for members of the Apple Developer Program since June 8, 2026; the public release is expected in September 2026.