After updating to Xcode 10, I am getting the following errors in my project :
First error :
:-1: Multiple commands produce '/Users/maropost/Library/Developer/Xcode/DerivedData/MPPush-dorcxsyibrmjnndrycgblntogjan/Build/Products/Debug-iphoneos/MPPush.framework/Info.plist': 1) Target 'MPPush' (project 'MPPush') has copy command from '/Users/maropost/Documents/Work/iOS/Products/SDK/SwiftFromStart/MPPush/MPPush/Info.plist' to '/Users/maropost/Library/Developer/Xcode/DerivedData/MPPush-dorcxsyibrmjnndrycgblntogjan/Build/Products/Debug-iphoneos/MPPush.framework/Info.plist' 2) Target 'MPPush' (project 'MPPush') has process command with output '/Users/maropost/Library/Developer/Xcode/DerivedData/MPPush-dorcxsyibrmjnndrycgblntogjan/Build/Products/Debug-iphoneos/MPPush.framework/Info.plist'
Second error :
Could not delete
/Users/maropost/Documents/Work/iOS/Products/SDK/SwiftFromStart/MPPush/buildbecause it was not created by the build system and it is not a subfolder of derived data.
Third error :
Command PhaseScriptExecution emitted errors but did not return a nonzero exit code to indicate failure
Already checked this but unrelated.



Build phases -> copy bundle resources- Rugmangathan