Why isn't Xcode building a file in my project
- by richcollins
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…