xcoder icon indicating copy to clipboard operation
xcoder copied to clipboard

ruby wrapper for Xcode build tools to aid automating builds

Results 12 xcoder issues
Sort by recently updated
recently updated
newest added

fixed if any value in build settings contains $(SRCROOT) in the values

I try to add a feature in this gem. Unfortunately, i can't manage to pass the tests. This what I did - clone the repo - bundle install => error...

...ference elements in schemes; this can legitimately happen if a developer deletes a target.

Due to performance problems this method does NOT check the existance of the file in the specified build_phase.

I wanted to copy a file (one zip) to the app base path when building it. The zip file is the input to the app. Is there a way to...

When I use asset catalogs for the project in XCode 5 and build the project with xcoder, the build fails. It fails to copy over the info.plist file to the...

When using builder.package the generated file is in this format: > MyProject-Debug-1.0.dSYM.zip but, standing to the jenkins testflight plugin documentation: > The path of the dSYM ZIP file(s) to upload...

My PRODUCT_NAME is set to $(PROJECT_NAME). I get an error when trying to call clean: ``` $ bundle exec rake --trace clean ** Invoke clean (first_time) ** Invoke remove_build_dir (first_time)...

It's been 7 months since 0.1.15 was tagged