Unity version: 2018.2.6.f1
When I use the function PBXProject.WriteToFile(string path) to write files into my project file, the function rewrites project settings. so I can't open iOS Project which written information using the function.
Basically it remove comments of the setting names, its not matter at least project can open, but I added extensions of file which project will be excluded or included EXCLUDED_SOURCE_FILE_NAMES and INCLUDED_SOURCE_FILE_NAMES on buildSettings, the function PBXProject.WriteToFile(string) is re-write settings and remove quotes "*.cpp" -> *.cpp, so that I can't open Xcode project..
see this image https://imgur.com/QV5cJjO please fix the bug
** I can't upload image file because this editor causes error like " Error parsing the uploaded file.", you guys fix this editor bug first I think, its pretty anoying
When I use the function PBXProject.WriteToFile(string path) to write files into my project file, the function rewrites project settings. so I can't open iOS Project which written information using the function.
Basically it remove comments of the setting names, its not matter at least project can open, but I added extensions of file which project will be excluded or included EXCLUDED_SOURCE_FILE_NAMES and INCLUDED_SOURCE_FILE_NAMES on buildSettings, the function PBXProject.WriteToFile(string) is re-write settings and remove quotes "*.cpp" -> *.cpp, so that I can't open Xcode project..
see this image https://imgur.com/QV5cJjO please fix the bug
** I can't upload image file because this editor causes error like " Error parsing the uploaded file.", you guys fix this editor bug first I think, its pretty anoying