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

firebase crashlytics dsym files #2918

Open
dtrdic opened this issue Jan 13, 2025 · 0 comments
Open

firebase crashlytics dsym files #2918

dtrdic opened this issue Jan 13, 2025 · 0 comments

Comments

@dtrdic
Copy link
Contributor

dtrdic commented Jan 13, 2025

Using the post publish script from this article

https://docs.codemagic.io/knowledge-firebase/firebase-crashlytics-dsym-uploading/

Leads to the uploading of random dsyms (in my case, the wakelock_plus dependency).

here's more specific one to make sure the correct dsym is being uploaded. just thought id point it out!

echo "Find build artifacts"
dsymPath=$(find $CM_BUILD_DIR/build/ios/archive/Runner.xcarchive/dSYMs -name "Runner.app.dSYM" | head -1)

if [[ -z ${dsymPath} ]]
then
  echo "No debug symbols for the app were found, skipping publishing to Firebase Crashlytics"
else
  echo "Publishing debug symbols from $dsymPath to Firebase Crashlytics"
  $CM_BUILD_DIR/ios/Pods/FirebaseCrashlytics/upload-symbols \
    -gsp ios/Runner/GoogleService-Info.plist -p ios $dsymPath
fi

https://discord.com/channels/1131597315707261018/1172564625204715600/1327652648740065444

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

1 participant