What is "DTDKDisableSymbolCopying" mean?

What is "DTDKDisableSymbolCopying" mean?


From Xcode Server Bot log I See

-DTDKDisableSymbolCopying=YES


this is xcodebuild use userdefault config.

But Where is the Documents? What is "DTDKDisableSymbolCopying" mean?

Replies

I assume that DTD stands for Document Type Definition

Hence, DTDK should refer to a constant or Kind for Document Type Definition


So, DTDKDisableSymbolCopying=YES should stand for "disable the copying of symbols for Document type definition Kind"


Hope that's correct and that helps.

Xcode Server will add a few arguments to a build to suit the server's enviroment. It does not have anything to do with documents. Are you seeing a building or testing issue as a result of this?