Why isn't Xcode building a file in my project
Posted
by richcollins
on Stack Overflow
See other posts from Stack Overflow
or by richcollins
Published on 2010-04-29T02:48:19Z
Indexed on
2010/04/29
2:57 UTC
Read the original article
Hit count: 295
xcode
I have a static library project that I inherited from another developer. I added a class to the project and built it. When I include the static lib in another project, the build fails with a symbol not found error for the class that I added.
I looked at the build logs for the static lib project and I noticed that the .m file isn't compiled. The file is clearly visible in Xcode, right next to all of the other class files. Can anyone think of a reason that the file wouldn't be built? How does Xcode discover the files that it builds?
© Stack Overflow or respective owner