You can integrate the Ditto SDK into Swift projects to develop native apps for Apple iOS and macOS platforms.
Setup
Check crash collection
DittoExperimental.triggerTestPanic()
function to do so. At this point, without native symbols, the crash will be unreadable. If you are not seeing any crashes in the reporter, check that you have integrated its components correctly.Upload symbols
dsym
files from Xcode. They are included in the .xcarchive
file. Navigate to Xcode → Window → Organizer → Archives → (Right click on a specific build) → Show in Finder → Show Package Contents → dSYMs Folder
. Here you can find all the required files:MyApp.app.dSYM
DittoObjC.framework.dSYM
and DittoSwift.framework.dSYM
files.
Final test