Alright, I'm looking for a fix to my problem.
I've been attempting to build a library to house common Obj-C code.
I've figured out apple doesn't allow custom frameworks, but they do seem to allow static libraries. So far so good, thats fine for me.
The static library appears to compile fine - however, the project thats referencing it blows up during link saying it can't find the classes in the .a library file.
I've never done static libraries in Xcode before, does anyone know how to solve this problem?
I've been attempting to build a library to house common Obj-C code.
I've figured out apple doesn't allow custom frameworks, but they do seem to allow static libraries. So far so good, thats fine for me.
The static library appears to compile fine - however, the project thats referencing it blows up during link saying it can't find the classes in the .a library file.
I've never done static libraries in Xcode before, does anyone know how to solve this problem?