You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run SwiftLint against my project, I get the following error.
Showing All Messages
2016-12-22 10:06:44.439 swiftlint[58376:383778] *** -[__NSCFString substringWithRange:]: Range {2554, 18446744073709551614} out of bounds; string length 6539. This will become an exception for apps linked after 10.10 and iOS 8. Warning shown once per app execution.
This error only appears to happen after I build my project for a 2nd time. If I clean the entire project then build, this error does not occur.
This happens immediately when it starts linting a particular file in my project. I am unable to share the file, but I can give some metadata about the file
[me@mac]~ $ wc badFile.swift
201 478 6539
I am using SwiftLint version 0.14.0
The text was updated successfully, but these errors were encountered:
When I run SwiftLint against my project, I get the following error.
This error only appears to happen after I build my project for a 2nd time. If I clean the entire project then build, this error does not occur.
This happens immediately when it starts linting a particular file in my project. I am unable to share the file, but I can give some metadata about the file
I am using SwiftLint version 0.14.0
The text was updated successfully, but these errors were encountered: