diff --git a/xcode/commonFastfile b/xcode/commonFastfile index b81e8b2..0dd5510 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -28,6 +28,11 @@ after_all do |lane, options| notes_path: releaseNotesFile, groups: "touch-instinct" ) + + upload_symbols_to_crashlytics( + dsym_path: "./#{$appName}.app.dSYM.zip", + api_token: token + ) end end