@yuriikratser what do you mean by "exceed the border of versioning"
Post
Replies
Boosts
Views
Activity
if you have Crashlytics in your project, there's this discussion in the firebase-ios-sdk repo:
https://github.com/firebase/firebase-ios-sdk/issues/11471
Workaround fix that worked for some people including myself:
The issue generally can be reproduced if you have an input file in run script from build output file and a binary SPM package in your program. Indeed both AWS and cardIO are binary SPM. We will make a feedback to Apple as well. Meanwhile to unblock you from build, you can shorten the dSYM path to ${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF.
Link to answer
As always, double check that there are no undesirable side effects with the Crashlytics install, depending on your priorities and requirements.