Closed empowerMax closed 1 year ago
Hi @lujcheng any update on this or #26 ?
I've just released our first version of this as part of 1.8.0 https://github.com/AdaSupport/ios-sdk/releases/tag/1.8.0 going to close this since now we are including xcframework support :)
Hi 👋 , it'd be awesome if y'all could distribute an XCFramework as part of your releases.
Since the addition of arm simulators on the m1 Macs we've had build issues integrating the AdaEmbedFramework. For instance:
We work around this by building the Ada framework from source ourselves and stripping the arm64 flavour from frameworks for Simulator builds (by setting
EXCLUDED_ARCHS
). Given you're already supplying a fat framework as part of your releases, perhaps it won't be too much effort to supply an XCFramework.Apple's doc about how to make one: https://help.apple.com/xcode/mac/11.4/#/dev544efab96 Or from the command line: