[local-notifications] Prebuilt LocalNotificationsPlugin.xcframework ships without dSYMs — App Store Connect "Upload Symbols Failed" warning + unsymbolicatable crash frames
還沒有人認領這個 Issue。
評估
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 新手友好度
- 45/100
- Issue 類型
- 缺陷
- 描述清晰度
- 基本清楚
- 活躍度
- 冷清
- 技術堆疊
- ios
研究方向
首先定位產生 LocalNotificationsPlugin.xcframework 和已發布 npm package 的 build 與 packaging workflow。檢查 framework 的封存方式,以及其 dSYMs 是否包含在 release 中或附加至 release;根據回報的 UUIDs 和一次上傳至 App Store Connect 的 archive 驗證結果。
由索引模型根據 Issue 內容生成。
描述
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.
- 主要語言
- TypeScript
- 星號
- 206
- 分支
- 123
- 平均合併
- 2 天 1 小時
- 30 天內合併 PR
- 1
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
NativeScript/plugins 的其他 Issue
-
難度 1/5 1 小時以內 新手友好度 92/100
NativeScript/plugins#680 ·
-
難度 2/5 1-3 小時 新手友好度 82/100
NativeScript/plugins#671 ·
-
難度 1/5 1 小時以內 新手友好度 72/100
NativeScript/plugins#640 ·
-
難度 4/5 3-5 天 新手友好度 45/100
NativeScript/plugins#665 · 1 則留言 ·
-
NativeScript/plugins#660 · 1 個 reaction · 已指派 2 人 ·
查看 NativeScript/plugins 的全部 Issue
相似的 Issue
-
難度 2/5 1-3 小時 新手友好度 72/100
0xMiden/bridge-portal#132 ·
-
難度 2/5 1-3 小時 新手友好度 78/100
-
難度 2/5 1-3 小時 新手友好度 82/100
-
area:tools bug good first issue help wanted priority:P2
難度 2/5 1-3 小時 新手友好度 90/100
TaewoooPark/Motifcode#14 ·
-
bug
難度 2/5 1-3 小時 新手友好度 84/100
newrelic-experimental/preflight#793 · 1 則留言 ·