All the New Features in Xcode 15
Mobile App Development
0
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

- Tap right arrow to show all options for a specific method

- Modifier prediction based on your most used ones with that object

- Code completion for image and color assets

- Localization manager

- Redesigned documentation popups

- Create custom Swift macros
- New SwiftUI preview declaration. Even on UIKit and AppKit

Navigating
- 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

Testing
- New high detailed tests report view

Debugging
- Full support for
os
log

- 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
