Reputation: 658
Im trying to automatically upload Dsyms to crashlythics which was working earlier, now when i tried, i'm getting this warning
Also when i checked on firebase it shows Dsyms where missing
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
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.
Upvotes: 8