When I opened the XCode 5 project with XCode 6, I got this error and I couldn't build it.
Please let me know the solution.
clang: error: no such file or directory: '/Users/username/Documents/XCode/Projects/Projects/CollecCell.m'
clang:error:no input files
Command/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code1
I've tried and tried, but I'm at a loss.Thank you for your cooperation.
ios objective-c xcode6 iphone
I had a similar question here in the English version.
For your information.
https://stackoverflow.com/questions/13540973/clang-error-no-such-file-or-directory
I eventually fixed the problem by just deleting the files in Xcode and re-add them. Would be good to understand why this happy through. – Snow Crash Nov 24'12 at 12:35
I faced the same problem. Nothing helps me: either re-adding, nor cleaning project, deliveredData, nor setting paths manual. Then I found out, that the path to the group, where I wanted to add my file, was path to now. I set existing path to my occurred – immediately
There was a question in the English version with exactly the same content.
I understand that you are going to review the build target configuration.
© 2024 OneMinuteCode. All rights reserved.