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?
↧