- Home /
Question by
nbaris · Dec 12, 2015 at 12:03 AM ·
xcodeil2cppcompile-error
Xcode clang: error: no input files error with il2cpp_output when compiling
Using Xcode 7.1.1 and Unity 4.6.9p3, I get this error when I try to compile my project in Xcode:
clang: error: no such file or directory: '/Users/baristumerkan/Documents/WorkingCopies/Baklava/Baklava_Build/il2cpp_output/Bulk_Assembly-CSharp_10.cpp'
clang: error: no input files
This appears under the Compile Bulk_Assembly-CSharp_10.cpp step.
I can see these Bulk_Assembly-CSharp_*.cpp files from 0 to 7 in the il2cpp_output directory, but not Bulk_Assembly-CSharp_10.cpp
Any idea how I can fix this?
Comment
It looks like something is not synchronized between the generated source code and the Xcode project. Can you try a clean build in a new output directory?
I had to try a clean build a couple of times, but it works now, thanks.