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
Post a Comment