Hi have this cocoapod framework, which I distribute in binary mode only (no sources). Basically, I am distributing the output of carthage build
, which creates a dynamic framework.
I have been asked to release a static version of this framework as well. I have made a new target in XCode which builds the framework using a static library (using same sources as the dynamic framework).
Eventually, I file ...blabla.a
and see it contains only arm architectures.
I have been looking into: https://github.com/Carthage/Carthage/blob/master/Documentation/StaticFrameworks.md - but this just fails for me (at linking state it tries to execute Ld
which fails).
My code is only objc, and I am running Xcode 10.2.1.