How do I tell if a library contains bitcode?
How do I tell if a library contains bitcode?
- Subject: How do I tell if a library contains bitcode?
- From: Jens Alfke <email@hidden>
- Date: Fri, 02 Oct 2015 11:40:18 -0700
How does one tell whether a static library contains bitcode?
I work on a framework that’s distributed as a static library for iOS, so for developers using this in apps for iOS 9 I need to make sure it includes bitcode, so that their apps can include bitcode.
I’ve rebuilt the framework with Xcode 7, but “file xxx.a” still just lists the regular CPU flavors (armv7, etc.) with no mention of bitcode. Is bitcode packaged in some other way that doesn’t show up here? If so, what tool can tell me whether it’s present?
—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