We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tailor Version: v0.10.0
Swift Version: 2.2.1
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew
Pre-requisite: Ruby 2.3.0+ installed (appears to work as expected with prior versions of Ruby).
tailor --xcode project.xcodeproj
No CLI output, Tailor Build Phase Run Script gets added to Xcode project.
$ tailor --xcode project.xcodeproj /usr/local/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- xcodeproj (LoadError) from /usr/local/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /var/folders/l3/bcv31sjn6g3b7tnkkc1w3rdm0000gn/T/xcode_integrate3118690974984677728rb:24:in `<main>'
Tailor Build Phase Run Script is not added to Xcode project.
The text was updated successfully, but these errors were encountered:
Fix #435: Call Gem.use_paths() explicitly
3d760a1
Merge pull request #436 from sleekbyte/ak-435-ruby-230-xcode
9cc2ea2
#435: Fix automatic Xcode integration for Ruby 2.3.0+
alykhank
No branches or pull requests
Tailor Version: v0.10.0
Swift Version: 2.2.1
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew
Steps to Reproduce Issue
Pre-requisite: Ruby 2.3.0+ installed (appears to work as expected with prior versions of Ruby).
tailor --xcode project.xcodeproj
Expected Behavior
No CLI output, Tailor Build Phase Run Script gets added to Xcode project.
Actual Behavior
Tailor Build Phase Run Script is not added to Xcode project.
The text was updated successfully, but these errors were encountered: