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

Unable to symbolicate development builds #12

Open
andrewhavens opened this issue Sep 21, 2018 · 0 comments
Open

Unable to symbolicate development builds #12

andrewhavens opened this issue Sep 21, 2018 · 0 comments

Comments

@andrewhavens
Copy link

I'm not able to symbolicate simulator nor device builds. I've tried all sorts of different things, including this that is documented in the README:

# Upload the dSYM after every simulator build
Rake::Task["build:simulator"].enhance do
  Rake::Task["fabric:dsym:simulator"].invoke
end

# Upload the dSYM after every device build
Rake::Task["build:device"].enhance do
  Rake::Task["fabric:dsym:device"].invoke
end

It appears as if it works, but when crashes are uploaded to Fabric, they are missing the dSYMs.

Fabric Uploading .dSYM file

env BUILT_PRODUCTS_DIR='/Users/andrew/MyCompany/my_app/build/iPhoneSimulator-9.0-Development/My App.app' INFOPLIST_PATH='Info.plist' DWARF_DSYM_FILE_NAME='My App.app.dSYM' DWARF_DSYM_FOLDER_PATH='/Users/andrew/MyCompany/my_app/build/iPhoneSimulator-9.0-Development' PROJECT_DIR='/Users/andrew/MyCompany/my_app' SRCROOT='/Users/andrew/MyCompany/my_app' PLATFORM_NAME='iphonesimulator' PROJECT_FILE_PATH='' CONFIGURATION='release' sh /Users/andrew/MyCompany/my_app/vendor/Pods/Fabric/run fabricapikeygoeshere fabricbuildsecretgoeshere

2018-09-21 15:37:08.691 uploadDSYM[7956:205910] Fabric.framework/run 1.7.0 (208)
2018-09-21 15:37:08.698 uploadDSYM[7956:205910] Using API Key: "fabricapikeygoeshere"
2018-09-21 15:37:08.699 uploadDSYM[7956:205910] Launched uploader in validation mode
  Simulate /Users/andrew/MyCompany/my_app/build/iPhoneSimulator-9.0-Development/My App.app

2018-09-21 15:37:20.480 My App[7978:206420] [Crashlytics] Version 3.10.1 (129)
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