Installation
LastCrash is designed for iOS 13+.
XCFramework
LastCrash can be added directly to your iOS Xcode project as an XCFramework.
Download
Add LastCrash to your project:
- Copy LastCrash.xcframework into your project
- Make sure it's included under Targets > YOUR TARGET > General > Frameworks, Libraries, and Embedded Content
Cocoapods
Add the following to your Podfile
:
pod 'LastCrash'
Then run:
pod install --repo-update