peterfriese / MakeItSo

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

Home Page:https://twitter.com/peterfriese/status/1453467058302291975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: Build input file cannot be found: '/Users/user/Desktop/MakeItSo/final/MakeItSo/MakeItSo/GoogleService-Info.plist' when building project

acridmaqoi opened this issue · comments

Hi @acridmaqoi,

You need to register your app on Firebase, download the GoogleService-Info.plist file from the Firebase console, and drag it into the Xcode project.

Hope this helps!

Hi @acridmaqoi,

You need to register your app on Firebase, download the GoogleService-Info.plist file from the Firebase console, and drag it into the Xcode project.

Hope this helps!

thanks, sorry if it was a noob question, am a beginner