Error occurred on Command strip

Howdy! I was in the process of creating an app with Cordova, AngularJS, and Ionic when error occurred on Command strip. For months, the project went well, and I had a blast using XCode to build my project for iOS. Now, I am stuck due to this particular error:
Strip /Users/swdev/Library/Developer/Xcode/DerivedData/Self_Service-dmwurawdbtvnmpgdsjvsyxoxafvo/Build/Intermediates.noindex/ArchiveIntermediates/Self\ Service/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/libCordova.a (in target ‘CordovaLib’ from project ‘CordovaLib’)
cd /Users/swdev/Documents/SelfServiceApp/platforms/ios/CordovaLib
/Volumes/Aubs/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -T /Users/swdev/Library/Developer/Xcode/DerivedData/Self_Service-dmwurawdbtvnmpgdsjvsyxoxafvo/Build/Intermediates.noindex/ArchiveIntermediates/Self\ Service/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/libCordova.a
fatal error: /Volumes/Aubs/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: can’t open temporary file: /tmp/strip.toG3ML (No such file or directory)
Command Strip failed with a nonzero exit code
What is causing the issue and how can I bypass this roadblock?