Newbie in Xcode and in coding in general. Getting this massive error code and can’t seem to fix it. Please help
Multiple Commands Error
Hi. In future, please post error messages as text, not screen shots, they're a lot easier to view that way.
Somehow you have almost every file in your target twice. If you're new to Xcode, this could be quite difficult to fix.
If you don't want to go that route, open the target in Xcode, select the Build Phases tab, and check the Compile Sources, Link Binary With Libraries and Copy Bundle Resources phases. Remove any duplicate entries.
You may find it helpful to create a new, minimal project in Xcode from its iOS app template, so that you can compare a working target with your own.