struggle

Results 4 comments of struggle

related PR: https://github.com/SwifterSwift/SwifterSwift/pull/1113

seems Duplicated with https://github.com/SwifterSwift/SwifterSwift/issues/1154

overload your own ~= operator in your project can temporarily solve this ```swift public extension String { static func ~= (lhs: String, rhs: String) -> Bool { return lhs.range(of: rhs,...

能贴一下 fastlane 的输出吗? 使用的 Ruby 版本是多少呢?使用更新的版本试下看看。