You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run this app from source you have to create new file in the project called Env.swift, then include the below code and add your google maps api key.
import Foundation
structEnv{staticletgoogleApiKey="your_api_key"}