When watching videos about Xcode, the AI coding feature is demonstrated using Swift. Since our company started development early with an Objective-C codebase, I want to know whether the Intelligence feature mentioned in the new feature video supports Objective-C
Does WWDC2025 Xcode's AI coding support Objective-C?
I took the Objective-C TextEdit sample code project, from the documentation archive to run some starting point requests on it, such as describing the structure of the project to me, what the important files were, and to replace some of the deprecated APIs with their modern equivalents, which it completed. I did this using the ChatGPT configuration provided by Xcode 26 Beta.
Of course, your project and the type of work you'd like to do on it is different, so I encourage you give it a try to see how it meets your needs. As I write this, this is the first beta of Xcode 26, so if you identify features you'd like to see or encounter any issues when using these tools on your project, we welcome the feedback through Feedback Assistant.
— Ed Ford, DTS Engineer