NativeScript / NativeScript/plugins
[local-notifications] Prebuilt LocalNotificationsPlugin.xcframework ships without dSYMs — App Store Connect "Upload Symbols Failed" warning + unsymbolicatable crash frames
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 206
- フォーク
- 123
- 平均マージ
- 2日 1時間
- マージ済み PR(30日)
- 1
説明
Plugin
@nativescript/local-notifications 6.4.0 (latest published at time of filing)
Issue
The iOS LocalNotificationsPlugin.xcframework in the published npm package is a prebuilt binary that does not include (or ship alongside) its dSYM debug symbols. Consequences for every app using the plugin:
-
Every App Store Connect upload finishes with a warning — "Upload Symbols Failed":
The archive did not include a dSYM for the LocalNotificationsPlugin.framework with the UUIDs [9C2B11C2-766D-3635-8D8F-F69FF79669FD, DE242052-9F7D-3646-BC6D-9D78B7994234]. Ensure that the archive's dSYM folder includes a DWARF file for LocalNotificationsPlugin.framework with the expected UUIDs.
(UUIDs as reported by App Store Connect for 6.4.0.)
-
Production crash frames inside the plugin cannot be symbolicated. dSYMs can only be produced by the compilation that built the binary, so consumers of the prebuilt framework have no way to generate them — a crash pointing into the plugin stays as raw addresses.
Reproduction
Archive any NativeScript iOS app that depends on @nativescript/local-notifications and upload it via Xcode Organizer → the "Upload Symbols Failed" warning above appears (upload itself succeeds).
Request
Please ship the framework's dSYMs so consumers can symbolicate plugin frames and uploads run clean. Either:
- include the dSYMs inside the published xcframework (e.g. archive with
DEBUG_INFORMATION_FORMAT=dwarf-with-dsymand package*.framework.dSYMper slice / use-debug-symbolswithxcodebuild -create-xcframework), or - attach the dSYM zip to the corresponding GitHub release so it can be uploaded to App Store Connect manually.
Thanks — the plugin itself works great; this is purely about crash-report observability for the binary you build for us.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、LocalNotificationsPlugin.xcframework と公開されている npm パッケージを生成する build および packaging workflow を特定します。framework がどのようにアーカイブされるか、またその dSYMs が release に含まれているか、あるいは release に添付されているかを確認します。報告された UUIDs と App Store Connect への archive upload に対して結果を検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- ios
- 領域
- build-system, mobile-dev, release
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100