
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ABCAppCaller", referenced from: objc-class-ref in GitiTransferAccountsViewController.o ld: symbol(s) not found for architecture x86_64

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ABCAppCaller", referenced from: objc-class-ref in GitiTransferAccountsViewController.o ld: symbol(s) not found for architecture x86_64
You need to tell the people who supplied you with libABCAppCaller.a that they need to include symbols for the simulator.
If they ask you "how do I do that?", you can point them to this closely related question, especially the part where they can use lipo to link the simulator library and the device library into one universal static library.