Since you are using a static library (which does not match the package), you cannot.
A static library is a single file containing the classes, code, and variables that were linked by the creator of the library. It does not contain other files in the form of XIB, it is, in fact, a database of compiled code.
source share