I am trying to link my framework A with another non-standard framework B, developed other folks. I am adding B to the "link Binary with Libraries" build setting of A. This allows the compiler to locate the header file of B i am including at A. However, i am still getting linker errors of "undefined symbols".
By the way, for linking B into A, i opened the Xcode project of B, inspected the "Products" filter, and then followed the path to 'B.framework' and copied that into A's folder. Anything wrong with that? What could be the issue?
I am pretty sure there is no target architecture differences of A and B; they are targetting the same platform.