Any idea why is that I have to clean my project, delete com.google.Symbol*
and restart XCode every time I build a project that uses Firebase/Crash?
The problem seem to be with the uploading symbols script
for Firebase/Crash.
Here is the process I need to perform everytime I want to run the project.
- Clean project with (Shif+Command+K)
- In the terminal delete com.google.Symbol
rm $HOME/Library/Preferences/com.google.Symbol*
- Restart XCode
- Run. It works fine but only one time, if I run it a second time I get an error.
ERROR: This is the error I get if I run the project a second time.
Here is my project and the path for the script.
If I check the Run script only when installing
option in XCode, the project runs fine every time, but errors don't get symbolicated when shown in Firebase console.
Any idea what could I do to solve this issue?
FYI - I tried changing the path as follow but the behavior was the same.
"${PODS_ROOT}"/FirebaseCrash/upload-sym "${SRCROOT}"/Firebase-keys/firebase-crashreporting.json