-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
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
Project.open fails in ruby 2.3.0 #438
Comments
Actually I think this might be a problem with my .xcodeproj file. After going through this crazy workaround through the XCode UI, the above script will again work correctly. But it is a project that opens with XCode UI, but not through Xcodeproj. |
Please share the project |
I'm sorry it's not an open source project so I cannot share publicly. If there is a way for me to share privately I can do that. |
If you can't share that particular project, please make another project that reproduces the issue. |
I just sent an email to the address listed on your GitHub profile. Let me know if you need any other information. |
working now. thanks! |
I just updated Ruby on OSX (
brew install ruby
).Now when I call Project.open, I am getting errors.
Here is my script:
And here is the error I am getting:
I tried
sudo gem update xcodeproj
but it said I was already on latest version.The text was updated successfully, but these errors were encountered: