-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
How to locate upload-dsyms utility if I install Crashlytics SDK via Swift Package Manager? #6864
Comments
I found a few problems with this issue:
|
@lolgear Thanks for pointing this out. We should get the docs updated for using Crashlytics with Swift Package Manager. In the meantime, a variation of the Carthage Crashlytics instructions should work. |
It would be nice if you also release this tool via Homebrew, for example. |
The same issue relates to Crashlytics’s However, the I asked a more general question about referencing the |
+1 for getting the website updated. If it helps anyone here is my workaround to get the path of |
Here are the steps I took to upload DYSM's
/Users/<user>/Downloads/firebase-ios-sdk/Crashlytics/upload-symbols -gsp /Users/<user>/Desktop/<project folder>/<project files>/GoogleService-Info.plist -p ios /Users/<user>/Library/Developer/Xcode/Archives/<archive date>/<archive file name>.xcarchive/dSYMs I run my new script and ~10 minutes later the Crashalytics console no longer showed that particular archive on the "Missing dSYMs" page |
Any updates? 🙃 |
We've updated the docs with the work around but in summary:
|
@elenadoty Thanks for the suggestion! When used with v7.3.1, the path doesn’t work and results in the following error: I’ve been able to make the script work by using |
The path suggested by @yakovmanshin and @aprato or downloading the run script and placing it in your project directory are the best ways to locate and include the utility at the moment. I'm going to close this bug for now, but if we implement an alternative solution we'll provide another update then. |
[REQUIRED] Step 1: Describe your environment
Swift Package Manager
(select one)Crashlytics
[REQUIRED] Step 2: Describe the problem
I can't locate an upload-dsyms utility.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: