turbolinks / turbolinks-ios

Native iOS adapter for building hybrid apps with Turbolinks 5
MIT License
880 stars 92 forks source link

Compiler warning in Xcode 9.3 - weak should not be applied to a property declaration .. #134

Closed wrtsprt closed 6 years ago

wrtsprt commented 6 years ago

/Pods/Turbolinks/Turbolinks/Visitable.swift:12:5: 'weak' should not be applied to a property declaration in a protocol and will be disallowed in future versions

joemasilotti commented 6 years ago

Fixed in proposed PR #135

zachwaugh commented 6 years ago

Merged the fix