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
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)
The text was updated successfully, but these errors were encountered:
Yeap!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Xcode 11.4 adds a new compatibility setting for the project:
Please add this so that the runtime error is not thrown when the Xcodeproj gem attempts to parse the project file:
The text was updated successfully, but these errors were encountered: