I have a static library with category. If I dont use the category specific part it compiles fine and it works but to use the category methods I included -ObjC in other linker flags. It now gives "Undefined symbols for architecture armv7" error for the same library componenets. Any idea why that might be?
Thanks!