Lisa Seacat DeLuca

Results 2 issues of Lisa Seacat DeLuca

I keep getting an error when trying the xcode npm module. I simplified everything down and here is my code: var projectPath = 'myapp.xcodeproj/project.pbxproj', myProj = xcode.project(path.resolve(projectPath)); //var hardcoded =...

I am using the simple example from the xcode npm module readme file: ``` var xcode = require('xcode'), fs = require('fs'), projectPath = 'test.xcodeproj/project.pbxproj', myProj = xcode.project(projectPath); // parsing is...