Charts icon indicating copy to clipboard operation
Charts copied to clipboard

Turn on the BUILD_LIBRARY_FOR_DISTRIBUTION flag

Open matopeto opened this issue 3 years ago • 1 comments

Issue Link :link:

#4871

Goals :soccer:

Make the library "module stable" so compiled xcframework can be used in newer version of Xcode/swift without recompile

Implementation Details :construction:

Turned on the build setting BUILD_LIBRARY_FOR_DISTRIBUTION Also added @_implementationOnly to silence the warning described in #4871

Testing Details :mag:

I tested compiled xcframework with Xcode 13.4 and worked in Xcode 14

matopeto avatar Sep 14 '22 10:09 matopeto

Do we have an ETA to make a release with this change?

krishnkishore avatar Nov 30 '22 19:11 krishnkishore