Skip to content
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

Add support for Xcode 11.4 objectVersion/compatibilityVersion #744

Closed
madsolar8582 opened this issue Mar 25, 2020 · 1 comment · Fixed by #746
Closed

Add support for Xcode 11.4 objectVersion/compatibilityVersion #744

madsolar8582 opened this issue Mar 25, 2020 · 1 comment · Fixed by #746

Comments

@madsolar8582
Copy link

Xcode 11.4 adds a new compatibility setting for the project:

objectVersion = 53;
compatibilityVersion = "Xcode 11.4";

Please add this so that the runtime error is not thrown when the Xcodeproj gem attempts to parse the project file:

/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.15.0/lib/xcodeproj/project.rb:227:in `initialize_from_file': [Xcodeproj] Unknown object version. (RuntimeError)
@dnkoutso
Copy link
Contributor

Yeap!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants