NativeScript / NativeScript/firebase
[firebase-crashlytics][ios] dSYM files are missing
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 62
- Forks
- 53
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 2
Description
Environment
- Node.js: v16
- Xcode: 13.3.1
- CocoaPods 1.11.2
- CLI: latest
nativescript@8.2.3 - Cross-platform modules:
@nativescript/core@8.2.3 - iOS Runtime:
@nativescript/ios@6.5.5(JSC!) - Angular:
@angular/core@13.3.10 - Plugin(s):
├── @nativescript/firebase-core@2.0.1
├── @nativescript/firebase-crashlytics@2.0.1
Describe the bug
Since switching from the legacy Firebase plugin (Eddy's) to the modular one the Firebase Crashlytics Console shows:
This app has 37 unprocessed crashes. Upload 2 dSYM files to process them.
and offers me to manually upload dSYM files to get symbolicated crash reports.
Expected behavior
Crashlytics reports are working without the need to upload anything manually. If I really have to, where do I find them? ;)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the iOS Firebase Crashlytics integration and the Xcode archive process for the versions listed in the report. Reproduce the missing-symbol files and determine whether the integration generates or uploads dSYM files; done means Crashlytics processes reports automatically or the required manual upload location and steps are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, ios, typescript
- Domain
- mobile, observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100