Replies: 1 comment
-
Hi @h-paba, The error you provided looks like'a config issue. Check your steps in here. And for checking the configuration follow here. Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a react native ios app and i am trying to upload its dsym files to crashlytics. I used the command which is given on crashlytics page,
ios/Pods/FirebaseCrashlytics/upload-symbols -gsp GoogleService-Info.plist -p ios partnerApp.dSYM.zip (i have all these files on local at the given paths)
but it is giving the following error.
error: Could not complete submission of dSYM at /var/folders/hg/z24k42vd7p3fqzc3tf1y7_tw0000gn/T//partnerApp.dSYM.zip.unzipped/partnerApp.app.dSYM: Error Domain=com.crashlytics.mac.error-domain.process-dsym Code=2 "File no longer exists at (null)" UserInfo={NSLocalizedFailureReason=File no longer exists at (null)}.
I tried providing .dsym.zip file , .zip , and path of folder containing both file but all give similar error [File no longer exists at (null)].
I tried this both on my local terminal and on a github action which builds the ios app .
I also read through all articles/blogs online but could not find an issue similar to this .
Beta Was this translation helpful? Give feedback.
All reactions