Apple has released Xcode 26.3, introducing agentic coding that allows developers to use OpenAI's Codex and Anthropic's Claude Agent directly within Xcode to understand projects, write code, build apps, run tests, and fix bugs via natural language. Additionally, Apple announced that starting April 28, 2026, apps submitted to App Store Connect must be built with iOS 26, iPadOS 26, tvOS 26, visionOS 26, or watchOS 26 SDKs. This update marks a significant leap in AI-assisted development on Apple's platform, potentially boosting developer productivity and changing how apps are built. The mandatory SDK update ensures apps leverage the latest OS features and security. Agentic coding in Xcode 26.3 uses AI agents like Anthropic's Claude Agent and OpenAI's Codex, which can autonomously break down tasks, make architectural decisions, and use built-in Xcode tools. The updated SDK requirement applies to all apps and games submitted to App Store Connect starting April 28, 2026.
Background
Agentic coding is a new paradigm where AI agents can plan and execute development tasks with greater autonomy, beyond simple code completion. Xcode is Apple's integrated development environment (IDE) used for building apps across Apple platforms. Previously, Xcode had a basic AI code completion feature, but this update introduces more advanced, autonomous agents.