0

What's the equivalent of building a universal static library (using xcode) vs using xcodebuild (terminal)

enter image description here

e.g. xcodebuild .....

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
user1872384
  • 6,886
  • 11
  • 61
  • 103
  • You can try with the `lipo`. More information here http://www.technetexperts.com/mobile/creating-static-library-in-ios-app-development/ – Quoc Nguyen Mar 26 '18 at 07:48
  • Thanks @QuocNguyen I have target dependencies and 2 run script (.bin/sh). Will lipo include/build them as well? – user1872384 Mar 26 '18 at 07:51
  • I dont try this before, but i found this, hope this help https://gist.github.com/haikusw/1383680 https://stackoverflow.com/questions/3520977/build-fat-static-library-device-simulator-using-xcode-and-sdk-4 – Quoc Nguyen Mar 26 '18 at 07:59

0 Answers0