I am getting an error like this:
GenerateDSYMFile /Users/owner12/Library/Developer/Xcode/DerivedData/Fundraising-ejuvymrlffmggbafituyflpzvhsh/Build/Intermediates/ArchiveIntermediates/Fundraising/BuildProductsPath/Release-iphoneos/Fundraising.app.dSYM /Users/owner12/Library/Developer/Xcode/DerivedData/Fundraising-ejuvymrlffmggbafituyflpzvhsh/Build/Intermediates/ArchiveIntermediates/Fundraising/InstallationBuildProductsLocation/Applications/Fundraising.app/Fundraising
cd /Users/owner12/Desktop/Fundraising
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/owner12/Library/Developer/Xcode/DerivedData/Fundraising-ejuvymrlffmggbafituyflpzvhsh/Build/Intermediates/ArchiveIntermediates/Fundraising/InstallationBuildProductsLocation/Applications/Fundraising.app/Fundraising -o /Users/owner12/Library/Developer/Xcode/DerivedData/Fundraising-ejuvymrlffmggbafituyflpzvhsh/Build/Intermediates/ArchiveIntermediates/Fundraising/BuildProductsPath/Release-iphoneos/Fundraising.app.dSYM
I am not very sure what is this .dSYM file, and why it started causing issues now. Or maybe something else is the issue?
As a note, I have recently started getting some strange behavior from my mac where it says it can’t save files due to memory shortage, but there is plenty of memory left.
try closing and restarting Xcode; delete the application from device and reinstall it again. If this doesn’t work, then your project might be missing some file. Maybe some file didn’t copy to your project, it will show in a red color in your target -> Build Phases -> Copy Bundle Resources, if that’s the case, delete it and add it again