ChartsOrg/Charts

Too many symbol files

Open

#3.831 geöffnet am 5. Feb. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Swift (6.009 Forks)batch import
help wantedquestion

Repository-Metriken

Stars
 (28.002 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi, I am using Pie Chart in my app. I was able to build and successfully test the app. My app is using both swift and objective C. Pie Chart is called from a swift module. XCODE version 10.1. Deployment Target - 11.0

After submitting my app to App Store, i get an email with below message:

Too many symbol files - These symbols have no corresponding slice in any binary [XXXX-YYYY-ZZZZ-AAAA-BBBBBBBB.symbols].

when i do a 'dwarfdump --uuid *' , i see this is from the charts library (below). Can anyone of you let me know why this error is caused and what needs to be done to fix this.

UUID: XXXX-YYYY-ZZZZ-AAAA-BBBBBBBB (armv7) Charts.framework.dSYM/Contents/Resources/DWARF/Charts

Contributor Guide