I am using Swift (Xcode) to create a mobile app. When I want to preview the app through the iPhone simulator (using run & build), I get an error:
error: Multiple commands produce '/Users/lewishomeoffice/Library/Developer/Xcode/DerivedData/PayUp-bcrlkqerfcqsvkbcmzpfzffcnusg/Build/Products/Debug-iphonesimulator/PayUp.app/Info.plist':
1) Target 'PayUp' (project 'PayUp') has copy command from '/Users/lewishomeoffice/Desktop/PayUp Assets/PayUp/PayUp/PayUp/Info.plist' to '/Users/lewishomeoffice/Library/Developer/Xcode/DerivedData/PayUp-bcrlkqerfcqsvkbcmzpfzffcnusg/Build/Products/Debug-iphonesimulator/PayUp.app/Info.plist'
2) Target 'PayUp' (project 'PayUp') has process command with output '/Users/lewishomeoffice/Library/Developer/Xcode/DerivedData/PayUp-bcrlkqerfcqsvkbcmzpfzffcnusg/Build/Products/Debug-iphonesimulator/PayUp.app/Info.plist'
Can anyone tell me how to fix this?