Target 'PCS_EmpApp' (project 'PCS_EmpApp') has copy command from '/Users/mayankjain/Documents/05-NOV-2025-SWETA_IOS/PCS_EmpApp/PCS_EmpApp/xcode-out/Platforms/iOS/Info.plist' to '/Users/mayankjain/Library/Developer/Xcode/DerivedData/PCS_EmpApp-chsylqbxjptobeawzzckymqzagvr/Build/Products/Debug-iphonesimulator/PCS_EmpApp.app/Info.plist
That's telling you that you have a copy command in the Build Phases that's copying your Info.plist file, and a second process that's generating the file. Both processes try to put it in the same place, hence the 'multiple commands produce...' error.
Remove that copy command, and the build should work.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: