Akhil
Akhil

Reputation: 658

empty dSYM file detected, dSYM was created with an executable with no debug info

Im trying to automatically upload Dsyms to crashlythics which was working earlier, now when i tried, i'm getting this warning

enter image description here

Also when i checked on firebase it shows Dsyms where missing enter image description here

This is the run script added enter image description here

Dsyms was uplaoding with this script previuosly, but now its not working

xcode version : 16.0 Flutter Version : 3.7.0

What i tried

If this information is not enough please comment, will add more details

Upvotes: 11

Views: 2773

Answers (1)

Abhishek Ghimire
Abhishek Ghimire

Reputation: 2426

I have fixed this issue by setting Enable Debug Dylib Support to No. If it is already set to No, change it to Yes and build the project and then set it back to No and build the project again.

enter image description here

Upvotes: 8

Related Questions