You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have not tried this, yet. However the FFI libraries, Python and JavaScript, use the dylib directly and not the xcframework. Making it universal would mean that we still have to publish the dylib separately and the xcframework for iOS would be bigger.
So if we were to do this, I would propose to either add it to the iOS one, making it slightly bigger, or create an additional one which would have everything meaning the iOS one can stay small.
I am also not too experienced with xcframeworks and how they fit in the Apple ecosystem, next to some superficial knowledge, so if I missed something please let me know.
Hello there.
I would like to propose that instead of having separate libraries for iOS and Mac.
You would probably just have to add the libraries you build for Darwin to the xcframework.
This would make the xcframework universal.
The text was updated successfully, but these errors were encountered: