-
Notifications
You must be signed in to change notification settings - Fork 721
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
xctool compiled against old Xcode #2836
Comments
A workaround for now: before_install:
- brew update
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi This will update xctool to 0.2.1, but will not break once we update it on the image (just |
this workaround worked for me! |
I can confirm this workaround worked for me as well. Any word on when the updated version of |
For details about the error that occurs, please see: travis-ci/travis-ci#2836
…ector sent to class" (travis-ci/travis-ci#2836)
- See: travis-ci/travis-ci#2836 Conflicts: .travis.yml
Conflicts: .travis.yml
xctool 0.2.1 is available in our new beta environment |
The beta environment is now the default environment. |
Conflicts: .travis.yml
Our current version of xctool was compiled against the old version of Xcode, resulting in this error:
We should upgrade to xctool 0.2.1, which doesn't have this issue (although as far as I can tell, 0.2 would also work, we just need to compile it against the latest Xcode instead).
The text was updated successfully, but these errors were encountered: