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

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 =...

See #133 and [issue 13160 on react-native](https://github.com/facebook/react-native/issues/13160). I've started from [this comment](https://github.com/facebook/react-native/issues/13160#issuecomment-335225385) from JperF and fixed it to work on my specific app. So far so good for me :-)

See [this issue on react-native](https://github.com/facebook/react-native/issues/13160) about how to reproduce it. The error is located in `lib/pbxProject.js`, in `removeFromFrameworkSearchPaths` and `addToFrameworkSearchPaths: ``` if (searchPaths) { var matches = searchPaths.filter(function(p) { ```...

I need to be able to programmatically add embedded binaries (Cordova & a 3rd party dynamic framework being used), but I cannot see how I am able to do this...

This is a fantastic project – there are dozens of other projects almost completely depending on it already. It would really help if it could reach a stable 1.0.0 –...

Hello! We're using this library in a project called react-native-schemes-manager which is a utility to help manage XCode projects in React Native applications. A user of mine hit this issue...

Before this change the `getBuildProperty` method would iterate over all targets and their build configurations without an early exit when the property was found - that sometimes lead to having...

With v9.0 you added functionality to add a shell script build phase (addBuildPhase()) . Can we get removeBuildPhase added?

When parsing my project, I get the following error : ``` RangeError: Maximum call stack size exceeded at RegExp.test (native) at peg$parseIdentifier (/Users/aymericbouzy/Documents/Développement informatique/instant_job_app/node_modules/xcode/lib/parser/pbxproj.js:1216:19) at peg$parseCommentedIdentifier (/Users/aymericbouzy/Documents/Développement informatique/instant_job_app/node_modules/xcode/lib/parser/pbxproj.js:724:12) at peg$parseCommentedAssignment...