Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 2
    This is actually a better solution than ar. Thanks! Commented Nov 17, 2011 at 18:33
  • any command line (bash), you should have libtool in PATH provided you have the developpers' extension. Alternatively, as a post build step in xcode. Commented Jan 23, 2013 at 16:09
  • 1
    You need to download and install libtool. This is in the Xcode's command line tool. Commented Mar 15, 2013 at 9:37
  • @MohamMad I've added this call as a build phase script. More details at stackoverflow.com/a/21225126/239408 Commented Jan 20, 2014 at 2:04
  • This was exactly what I needed. Added it as a run-script build step in XCode and worked like a charm. Thanks. Commented Aug 11, 2014 at 14:48