Having an issue attempting to add folders to an xcode project. The folders portion of my proj mod is set as follows.
{
...// Other data.
"folders": [
"Folder1",
"Folder2"
],
...// Other data
}
Both folders are in the same location as the projmod file, but after adding a log message into the AddFolder method it seems this is failing the check of if the directory exists.
Having an issue attempting to add folders to an xcode project. The folders portion of my proj mod is set as follows.
{ ...// Other data. "folders": [ "Folder1", "Folder2" ], ...// Other data }
Both folders are in the same location as the projmod file, but after adding a log message into the AddFolder method it seems this is failing the check of if the directory exists.