Why isn't Xcode building a file in my project -


i have static library project inherited developer. added class project , built it. when include static lib in project, build fails symbol not found error class added.

i looked @ build logs static lib project , noticed .m file isn't compiled. file visible in xcode, right next of other class files. can think of reason file wouldn't built? how xcode discover files builds?

make sure new file included in target you're trying build.

click on filename in left pane of xcode , open inspector (command-i), @ "targets" tab verify target you're building checked.

if necessary, can expand target (in left pane) see build steps, , drag file directly build step (for example "compile sources") needs be.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -