When you import Alecrim & Google maps
Closed this issue · 0 comments
CristianCardosoA commented
If I import in the AppDelegate file :
import GoogleMaps
import GooglePlaces
import AlecrimCoreData
For some reaseaon i get an error in this method :
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {}
The error message is: Ambiguos use of row.
But If remove the import for AlacrimCoreData the project works correctly.
How can I avoid that ambiguos message.