remove the module from the pod file, then reinstall the containers
Open a terminal and enter
cd ~/projectDirectoryPath
then enter
open -a Xcode Podfile
this will open the podfile
delete row
pod 'Alamofire'
then save the file (e.g. Alamofire)
in terminal type
pod install
and this should update the project and delete the unnecessary swap file.
source share