Re: Any supported way to build a static lib with both ARM and x86 (simulator) binaries?
Re: Any supported way to build a static lib with both ARM and x86 (simulator) binaries?
- Subject: Re: Any supported way to build a static lib with both ARM and x86 (simulator) binaries?
- From: Jens Alfke <email@hidden>
- Date: Wed, 16 Jul 2014 16:35:47 -0700
On Jul 16, 2014, at 2:18 PM, Nick Blievers < email@hidden> wrote: I use a post build step on my CI that runs lipo to join the simulator (i386/x86_64) and device (armv7/armv7s/arm64) objects, which is effectively your #2.
How do you get both of those libraries to build, though? As I said, it seems you have to either switch the scheme destination in the GUI or invoke xcodebuild.
To make matters worse, I then have a script that creates a Framework, since static library frameworks aren’t supported for iOS either.
Yes, me too, but I didn’t want to get into that can of worms in this thread.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden