I have a serious problem with one of my iOS applications because I can not compile it and I think that because of this, the mesmerized file (see the error at the end).
The whole story started when I was not able to add a file to a target. Then I could not create due to this error, see:. Xcode miraculously copied its sources to a subfolder with the project name. I have deleted as suggested, but I know that keep walking in error stuck below.
Actually it is the cause of a fight in search of a file, which itself is a very deeeeeeeply nested folder which certainly does not exist. What did xcode do and how can i work it again?
This is the last part of the error
false: Error: No such file or directory '/ Users / Shared / projects / samefolder / samefolder / samefolder / samefolder / Samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / Samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / S amefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / samefolder / AppDelegate.m 'lie: ERROR: No input files command / application / Xcode.app/Contents/Developer/Toolchains/XcodeDe Fault.xctoolchain / usr / bin / clang exit code failed with 1
well, I found it! I knew that there should be a list of such files, which tries to compile it somewhere else. In the end it was found in the construction of the steps of the target. There are entries you have "compiling source" and "Copy Bundle Resources", which were both destroyed in my case. I corrected those file lists and in the end it worked again.
No comments:
Post a Comment