EurekaCommunity / GooglePlacesRow

This repository aims to create a row for Eureka with autocomplete from Google Places
MIT License
60 stars 12 forks source link

Invalid redeclaration of 'GooglePlacesRowProtocol' #31

Open BrothaStrut96 opened 5 years ago

BrothaStrut96 commented 5 years ago

Conversion to swift 5 has is now showing 50+ errors during compiling.

Such errors include :

Invalid redeclaration of 'GooglePlacesRowProtocol' Invalid redeclaration of 'GooglePlace' 'GooglePlace' is ambiguous for type lookup in this context Invalid redeclaration of 'init(string:)' 'GooglePlace' is ambiguous for type lookup in this context 'FieldRow' requires that 'Cell' inherit from 'BaseCell'

etc..

mats-claassen commented 5 years ago

Hi @BrothaStrut96, we will be updating the library soon after updating Eureka. Thanks for your patience. Pull requests are welcome as well.