-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Still cannot run swiftlint on circleci #593
Comments
Thanks for reporting. |
Oh I'm sorry I should have looked through the open pull requests more closely. Thanks for the update! |
@brennantaylor how's this looking now that #555's been merged? |
@jpsim I can't seem to compile HEAD with brew at the moment. Since there is no release either I can't easily install on circle. I can test as soon as the next release comes out. brew install --HEAD swiftlint says |
@brennantaylor That issue has been reproduced on my local mac. |
SwiftLint 0.10.0 has been released and is expected to run on CircleCI with |
If someone confirms that it works, we'll close this issue, so just let us know! |
This worked on CircleCI just now:
Fwiw, my general:
branches:
only:
- master
machine:
xcode:
version: 7.3.1
dependencies:
override:
- brew install swiftlint
- bin/bootstrap-if-needed
cache_directories:
- "Carthage"
Awesome awesome tool. Thanks Realm for making it available and supporting it. (And, together with the video transcriptions, this made me find realm and now I'm using it my apps...) |
Great to hear this works now 😄 |
Still getting dyld: Library not loaded
I saw an issue was closed earlier but it doesn't look resolved.
In another project, swiftgen, it looks like a workaround was done in homebrew by not pouring from bottle if there is no
/Applications/Xcode.app
. Homebrew/legacy-homebrew#45008This would at least get it running for now.
The text was updated successfully, but these errors were encountered: