Home > Blockchain >  XCode error: Build input file cannot be found: '/Users/anonym/Downloads/GoogleService-Info.plis
XCode error: Build input file cannot be found: '/Users/anonym/Downloads/GoogleService-Info.plis

Time:08-16

With XCode i copied the GoogleService-Info.plist in the Runner folder, closed XCode and delete GoogleService-Info.plist from the downloads folder. Now XCode is unable to build the application because the GoogleService-Info.plist is not in the download folder?

Any ideas? Thanks

CodePudding user response:

That means that referencing to the GoogleService-Info.plist file which is not in download folder. Please follow this to add it correctly for iOS preview

  • Related