I've been trying to change uuid of generated dsym file so that crashlytics can match up crash logs with the dsym.
Do you know of any way to do it?
For more context:
- Script uploading the dsym during build failed and I did not notice.
- Bitcode is disabled, therefore there isn't dsym file in itunes connect.
- I am able to build project from exactly the same source code, so symbolicating crash log from the
dsymshould work - I am still trying to get crash logs from crashlytics but their UI doesn't support it therefore I reached out to their support and then I should be able to symbolicate it locally.
