I upgraded my Xcode SDK to version 10 last night and then find I cannot build.
I\'m getting this error:
Build input file cannot be found: \
In my case, the file (and the directory) that XCode was mentioning was incorrect, and the issue started occurring after a Git merge with a relatively huge branch. To fix the same, I did the following steps:
I hope these steps help someone out.
File>Project Settings>Change Build Systems to Legacy Build Systems
Just check the path to .plist file in Build Settings of your target
None of the above worked for me, but this did:
path = "path/to/file.swift"
to the actual location on disk and save the file.