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 am trying to update my build properties by setting 'CODE_SIGN_RESOURCE_RULES_PATH' (which is required to work around an [apple bug](http://stackoverflow.com/questions/26497863/xcode-6-1-error-while-building-ipa-using-testflight-app/26674605#26674605)). When I attempt to set that property, I get the...

it appears a today extension is a new type of target. It would be great to be able to programmatically add as a new target and define which files are...

Hi, I tried with addStaticLibrary('/path/to/my/library.a') and in the ld line, xcodebuild write something like : -framework Foundation library.a What is the good API to call that will make xcodebuild call...

Sometimes, path/name of framework may not contain double quotation in project.pbxproj, when remove these framework, it will fail

I just created this issue on apache cordova JIRA: https://issues.apache.org/jira/browse/CB-6438 Perhaps I should bring this issue up here? Thanks

for example, adding a file called `Foo+Bar.m` to the project cc @wildabeast

I am trying to add a custom framework say (FacebookSDK.framework) available in an external folder other than /System/Library/Frameworks and i am not able to add the framework, because we always...