-
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
Weak delegates not correctly identified with Swift 4.1 #2019
Comments
Thanks :) |
Apparently it is still an issue. Happens on the Xcode 9.3 release. Installed through Coocapods. |
@MillerApps please fill a new issue following the issue template |
@marcelofabri looks like the pod for SwiftLint was out of date. |
Yes I have the same issue on Xcode 9.3 |
Seeing this issue as well |
Please open a new issue following the template and making sure you're on the latest version of SwiftLint. |
also facing similar issue, just updated my Xcode to 9.3. any solution suggested thus far? |
Make sure you have the latest swiftlint: |
New Issue Checklist
With Swift 4.1 that came out with Xcode 9.3 beta, the weak delegates don't seem to be identified correctly.
Environment
SwiftLint version (run
swiftlint version
to be sure)?0.24.2
Installation method used (Homebrew, CocoaPods, building from source, etc)?
homebrew
Which Xcode version are you using (check
xcode-select -p
)?/Applications/Xcode-9.3.app/Contents/Developer (9.3 beta from 24th Jan)
Here there is the sourkitten structure output as well.
The text was updated successfully, but these errors were encountered: