All the New Features in Xcode 15

Discover what's new in Xcode 15 that will help speed up your workflow and it will make you developer life easier.

Francesco Leoni

2 min read

Xcode 15 comes with many new helpful features that will help speed up your development process.

And with a long waited new debugger filters by log category.

Here is a list of all the new features of Xcode 15.

Editing

  • class struct name completion based on file name
name completion
  • Tap right arrow to show all options for a specific method
right arrow to show all options for a specific method
  • Modifier prediction based on your most used ones with that object
Modifier prediction based on your most used ones
  • Code completion for image and color assets
completion for image
  • Localization manager
Localization manager
  • Redesigned documentation popups
Redesigned documentation popups
  • Create custom Swift macros
  • New SwiftUI preview declaration. Even on UIKit and AppKit
New SwiftUI preview declaration
  • Create bookmarks without typing a comment but in the dedicated bookmark sidebar tab

Sharing

  • New Changes view for Git repositories
  • Edit, stage and unstage files directly in the changes view
Edit, stage and unstage files directly in the changes view

Testing

  • New high detailed tests report view
New high detailed tests report view

Debugging

  • Full support for os log
Full support for os log
  • Filter logs by category in Xcode
Filter logs by category in Xcode

Distributing

  • Add test flight note right in Xcode
  • Xcode Cloud now supports notarisation
  • Signature verification for XCFrameworks
  • Mac notifications about the distributing stage
  • New methods of distribution dialog
methods of distribution dialog

If you have any question about this article, feel free to email me or tweet me @franceleonidev and share your opinion.

Thank you for reading and see you in the next article!

Share this article

Related articles


Everything Apple Announced at WWDC 23

Discover all the new operating systems, Macs and Vision Pro with visionOS presented in the WWDC 23 by Apple.

4 min read

News

How To Take an Xcode Simulator Screenshot without Shadows

See how to take a ready to use screenshot of the Xcode Simulator embedded in the device bezel without any shadow or toolbar.

1 min read

SimulatorXcode

Fix “Build input file cannot be found“ Error in Xcode

See how to fix the “Build input file cannot be found“ error in Xcode. It can be caused by different reasons.

1 min read

Q&AXcodeErrors