Info.plist location
[Info.plist]
Build Settings -> Info.plist File(INFOPLIST_FILE)
When you create a new Bundle
(Application, Framework, Tests), Xcode automatically save it into a place which you can find simply in Build Settings
. But sometimes it is not so simple to find it, for example using CocoaPods
During refactoring or others situations the Info.plist
path can be changed and Xcode do not automatically change Build Settings
and you get
Build input file cannot be found: 'some_path/Info.plist' (in target 'SomeTarget' from project 'SomeProject')
You can fix it finding a file and modifying settings
File -> Open Quickly -> Find the correct one -> Reveal in Project Navigator -> update Info.plist File in the Build Settings