Post

Replies

Boosts

Views

Activity

Reply to Xcode 15: "Cycle inside ...; building could produce unreliable results" due to DSTROOT=/
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.
Jul ’23
Reply to Xcode 15: "Cycle inside ...; building could produce unreliable results" due to DSTROOT=/
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.
Replies
Boosts
Views
Activity
Jul ’23
Reply to While uploading IPA to App Store Connect got this error: "*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil (-1010)"
@yuriikratser what do you mean by "exceed the border of versioning"
Replies
Boosts
Views
Activity
Oct ’23