dcariola / XCodeEditor-for-Unity

XCode 4 project editor for Unity3D postprocess.
MIT License
217 stars 101 forks source link

Folders Not found. #13

Closed HenryStrattonFW closed 1 month ago

HenryStrattonFW commented 9 years ago

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.