cezheng / Fuzi

A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
MIT License
1.06k stars 151 forks source link

Xcode 9.4 error #87

Closed androidcn closed 6 years ago

androidcn commented 6 years ago

Pods/Fuzi/Sources/Queryable.swift:329:64: 'range(at:)' has been renamed to 'rangeAt(_:)'

cezheng commented 6 years ago

Duplicate #72. You might be incorrectly using Swift 3.

androidcn commented 6 years ago

@cezheng Yep i am using Swift 3 sorry about that