I am facing an issue with the Xcode 10. I am using command line utility in my mac called plutil. Using this tool, I am generating project.pbxproj in the readable XML format. In this pbxproj file, I have also defined some user-defined keys whose values are Chinese/Japanese characters.
After opening Xcode, this XML file gets converted to a plist file. I guess this is called old style plist format. In this conversion, the keys are converted to hexadecimal strings, which are Xcode specific keys. The user-defined values, which are in the Chinese/Japanese format are also getting converted to garbage values.
The issue is that these chinese/japanese charecters are getting converted to garbage. Any solutions, please?