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 protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
