bugsnag / bugsnag-dsym-upload

Scripts and Fastlane tasks for uploading dSYM files to BugSnag
https://docs.bugsnag.com/build-integrations/fastlane/
MIT License
36 stars 13 forks source link

Swift Support #30

Open vdbrown2 opened 5 years ago

vdbrown2 commented 5 years ago

Expected behavior

Tried to call "uploadSymbolsToBugsnag()" using fastlane swift

Observed behavior

Getting following error ❌ /Users/deshawnbrown/Projects/iOS/coworks-ios/fastlane/Fastfile.swift:87:9: use of unresolved identifier 'uploadSymbolsToBugsnag'; did you mean 'uploadSymbolsToSentry'?

Steps to reproduce

[Insert reproduction steps (if known)]

Version

1.4.1

kattrali commented 5 years ago

Thanks for the report @vdbrown2. We don't yet support Fastlane Swift, but I'll look into it.