I am trying to create a new field in Apex and write it in the object, but I receive this error:
package.xml (Line: null: Column: null): An object 'Test_Obect__c' of type CustomObject was named in package.xml, but was not found in zipped directory
So I guess there is something in the path to the object as I am passing it like objects/objectName and then serialized content of xml file.