Build Error due o info.plist

this is the error I'm getting building the project

Build input file cannot be found: '/Users/nsame/Desktop/Xcode Files/Login FireBase/Login FireBase/Login FireBase/Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

what does it means I have already gone through several forms before posting it can anyone say what should I do

Answered by darkpaw in 734534022

Go to your project target and click on the "Build Settings" tab at the top. In the search box on the right, search for "info". Anything in there with "info" in it will be shown. It's possible your info.plist file is in the wrong place, so you can either move it in the file system to where the settings thinks it should be, or change the settings to point at the correct location.

Accepted Answer

Go to your project target and click on the "Build Settings" tab at the top. In the search box on the right, search for "info". Anything in there with "info" in it will be shown. It's possible your info.plist file is in the wrong place, so you can either move it in the file system to where the settings thinks it should be, or change the settings to point at the correct location.

Build Error due o info.plist
 
 
Q