NativeScript / NativeScript/plugins

[local-notifications] Prebuilt LocalNotificationsPlugin.xcframework ships without dSYMs — App Store Connect "Upload Symbols Failed" warning + unsymbolicatable crash frames

Đang mở
#668 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Ngôn ngữ chính
TypeScript
Star
206
Fork
123
Merge trung bình
2 ngày 1 giờ
Pull request đã merge (30 ngày)
1

Mô tả

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:

  1. 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.)

  2. 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-dsym and package *.framework.dSYM per slice / use -debug-symbols with xcodebuild -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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Hướng nghiên cứu

Trước tiên, hãy xác định workflow build và packaging tạo ra LocalNotificationsPlugin.xcframework và package npm đã publish. Kiểm tra cách framework được archive và liệu các dSYMs của nó có được đưa vào release hoặc đính kèm vào release hay không; xác minh kết quả dựa trên các UUIDs đã được báo cáo và một lần upload archive lên App Store Connect.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
ios
Lĩnh vực
build-system, mobile-dev, release
Loại issue
Lỗi
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Ít trao đổi
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
45/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.