Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload Symbols to Crashlytics #334

Closed
ansari-acacusgroup opened this issue May 11, 2017 · 1 comment
Closed

Upload Symbols to Crashlytics #334

ansari-acacusgroup opened this issue May 11, 2017 · 1 comment

Comments

@ansari-acacusgroup
Copy link

I am using following lane to upload symbols to crashlytics:

lane :refresh_dsyms do
download_dsyms # Download dSYM files from iTC
upload_symbols_to_crashlytics # Upload them to Crashlytics
clean_build_artifacts # Delete the local dSYM files
end

Issue#1 - It always fetches all dSYM files and upload it, there is no way to keep track of already uploaded symbols.
Issue#2 - If there dSYM file is already dowloaded, it still downloads it again, and use the newly downloaded.

@KrauseFx
Copy link
Member

Hey @ansari-acacusgroup, please submit an issue on the main repo, not the docs one 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants