Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Build Input File Cannot Be Found

Tags:

xcode

swift

I decided to move my controller to a folder inside of the controller folder for better organization. After doing so, I am getting a "Build input file cannot be found '/Users/.../Xcode/Development/.../.../Controller/ProfileController.swift'

I looked for an answer to this thinking this has happened a lot but the only thing turned up was missing info.plist files which I believe this is different. I moved my file to '/Users/.../Xcode/Development/.../.../Controller/Dashboard/Profile/ProfileController.swift' which caused this issue.

Any idea how to resolve this? I'm assuming you can nest folders and that shouldn't be an issue.

like image 437
MagentoMan Avatar asked Sep 13 '26 07:09

MagentoMan


1 Answers

This looks like your Xcode project is referencing a file with an absolute path instead of relative path.

like image 63
parth Avatar answered Sep 14 '26 21:09

parth



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!