I know this is a rather trivial question, but I seem to be having the worst time with this.
I've tried :
obj = Xcodeproj::Project::Object::PBXCopyFilesBuildPhase.new(PATH, 10)
target.build_phases.add(obj)
But the UUID is 0 and nothing is added to the Build Phases. Can someone please help me. I know the rest of my setup is correct.