node-xcode icon indicating copy to clipboard operation
node-xcode copied to clipboard

tools and utilities for working with xcode/ios projects

Results 47 node-xcode issues
Sort by recently updated
recently updated
newest added

Hi, I've been trying to use the `addStaticLibrary` func and had some issues with it: 1. I'm not sure about `if (this.hasFile(file.path)) return false;` code, since if the lib exists...

XCode 5.1 with an ios project. I did a simple test and i got the error: ***_/node_modules/xcode/lib/pbxProject.js:696 if (project.pbxGroupByName('Plugins').path) ^ TypeError: Cannot read property 'path' of null at correctForPluginsPath (**_*/node_modules/xcode/lib/pbxProject.js:696:42)

Created a dummy project on Xcode 7 and tried running the example on Readme gives me the error bellow. I tried adding a log to see what the `group` variable...

Fixes #94. Locally all tests are green, meaning that the change is at least backwards compatible. Not sure if we need any extra test-case for that as the conversion to...

Trying to delete an entire group from a xcode project but seems like files under that group are still part of `PBXBuildFile section` etc.

Hey, We are heavily using this module in `rnpm` (which is becoming a part of facebook/react-native soon) and had to write our custom functions to operate on top of this...

Could you update your node-uuid module dependency to version 1.4.4 or later? For more info see: https://snyk.io/vuln/npm:node-uuid:20160328

Hi, I [use to](http://www.eyrolles.com/Informatique/Livre/applications-mobiles-avec-cordova-et-phonegap-9782212140521) write Cordova applications which, I figured, make use of _node-xcode_ under the hood to help automating stuff. Now the problem is I'm not used to XCode...

There is no documentation for this module, both in the README and in the code (there's no comments, no function JSdoc headers, nothing). This means we've spent countless hours trying...

I see it being tested to read, but can't find a way to add such a phase (`PBXShellScriptBuildPhase`) Thanks!