error: Multiple commands produce
bhushanrocks412 opened this issue · 2 comments
bhushanrocks412 commented
error: Multiple commands produce '/Users/rahulparab/Library/Developer/Xcode/DerivedData/SlideMenuControllerSwift-dtzoqcqafwlgjteusljbkxndynde/Build/Products/Debug-iphoneos/SlideMenuControllerSwift.app/Info.plist':
- Target 'SlideMenuControllerSwift' (project 'SlideMenuControllerSwift') has copy command from '/Users/rahulparab/Downloads/SlideMenuControllerSwift-master/Source/Info.plist' to '/Users/rahulparab/Library/Developer/Xcode/DerivedData/SlideMenuControllerSwift-dtzoqcqafwlgjteusljbkxndynde/Build/Products/Debug-iphoneos/SlideMenuControllerSwift.app/Info.plist'
- Target 'SlideMenuControllerSwift' (project 'SlideMenuControllerSwift') has process command with output '/Users/rahulparab/Library/Developer/Xcode/DerivedData/SlideMenuControllerSwift-dtzoqcqafwlgjteusljbkxndynde/Build/Products/Debug-iphoneos/SlideMenuControllerSwift.app/Info.plist'
could you help me on this.
PrashantKT commented
To fix this issue
Goto build Phases -> Make sure you have correct target selected (see left side list) -> Remove info.pllist file from Copy bundle and resources folder -> Clean project and Compile
bhushanrocks412 commented
thank you