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
  • 7,766
  • 8
  • 46
  • 61
user1872384
  • 6,626
  • 10
  • 54
  • 96
  • 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