xcode4 - how to generate the .a file when creating static library iphone -


i'm trying create static library in xcode 4, don't know how generate .a file. added files library (.h .m) files, when run the project .a file never generated. have special generate file? i'm following steps in this tutorial.

thanks in advance.

the .a file product of project file's target if memory serves.

it should show under "products" group of project navigator. if not red, can control-click , choose "show in finder".


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -