quickstart-ios: Crash reporting - SymbolUpload issues
I’m using cocoapods to install FirebaseCrash(1.0.6), and I setting up Firebase Crash Reporting on my project (including add roles in firebase permission/service accounts, imported necessary json file, add run script in build Phases). After I build/run project on my iPhone, I got multiple upload symbol issues warning :
warning: dump_syms: /var/folders/dt/cx1btjxs0n546bsr0_941pqr0000gn/T/com.google.FirebaseCrashReporter.I7QUjQOr/project_name.dSYM/Contents/Resources/DWARF/project_name: in compilation unit '/Users/mikelehen/firebase/firebase-client-objc/Firebase/Firebase/Utilities/FUtilities.m' (offset 0x2a6b6):
warning: dump_syms: /var/folders/dt/cx1btjxs0n546bsr0_941pqr0000gn/T/com.google.FirebaseCrashReporter.I7QUjQOr/project_name.dSYM/Contents/Resources/DWARF/project_name: the DIE at offset 0x2ac44 has a DW_AT_abstract_origin attribute referring to the die at offset 0x2acd4, which either was not marked as an inline, or comes later in the file
warning: dump_syms: /var/folders/dt/cx1btjxs0n546bsr0_941pqr0000gn/T/com.google.FirebaseCrashReporter.I7QUjQOr/project_name.dSYM/Contents/Resources/DWARF/project_name: warning: function at offset 0x2ac44 has no name
warning: dump_syms: /var/folders/dt/cx1btjxs0n546bsr0_941pqr0000gn/T/com.google.FirebaseCrashReporter.I7QUjQOr/project_name.dSYM/Contents/Resources/DWARF/project_name: in compilation unit '/Users/mikelehen/firebase/firebase-client-objc/Firebase/APLevelDB/APLevelDB.mm' (offset 0x64085):
And I found the same issue in StackOverFlow
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 13
- Comments: 26 (1 by maintainers)
They just emailed me the following:
“These warnings are innocuous and do not have any impact on the behavior or the output of the app. We are working on suppressing these warnings so that the developers are not confused. Won’t be able to provide any timeline or ETA for the fix. Keep an eye on the upcoming releases.”
Nice ! We just need to wait now 😃
Got this answers after report this issue at Firebase :
I just archived a build with this new update and can confirm the issue is resolved! 😃
On 31 January 2017 at 16:12, Stephen Aldous stephen.aldous@gmail.com wrote:
Firebase team just emailed me to say they fixed it and to look out for an update soon 😃
Regards, Stephen
I just did a pod update and see Firebase 3.12.0 is now available. Looking at the release notes: https://firebase.google.com/support/release-notes/ios#3.12.0
FIXED: Adjusted the verbosity of messages logged to the console.
Let’s hope so!
Anyone tried it yet?
On 31 January 2017 at 01:53, Jose Varghese notifications@github.com wrote:
Just got an update that the launch for this bug fix is scheduled for the end of Jan.
Regards, Stephen