Backtrace's integration with iOS, macOS, and tvOS applications allows you to capture and report handled and unhandled exceptions so you can prioritize and debug software errors.
Installation
You can use this SDK through either Swift Package Manager or CocoaPods. The SPM package can be integrated directly within Xcode or by editing your package's Package.swift file.
Choose one of the following integration methods.
Via Xcode
In File > Add Packages, search for and add https://github.com/backtrace-labs/backtrace-cocoa.git
Verify your project Package Dependencies list backtrace-cocoa.
Add Backtrace to your target’s Frameworks, Libraries, and Embedded Content.
For more information about the iOS SDK, including installation, usage, and configuration options, see the iOS Integration guide in the Sauce Labs documentation.