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
We need the xcframework for plataforms (macos x64, macos arm64, ios arm64, ios simulator x64 and arm64, tvos simulator and device x64 and arm64, catalyst x64 and arm64)
Create a xcframework that is a simple command that unify all .a or .so or .dylib files after you use lipo:
Do a lipo to join all simulators x64 and arm64 into one lib and after, create the xcframework:
Hi,
We need the xcframework for plataforms (macos x64, macos arm64, ios arm64, ios simulator x64 and arm64, tvos simulator and device x64 and arm64, catalyst x64 and arm64)
Create a library for each platform and use cmake platform selector to specify the correct library for each:
https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake#L353-L374
Create an IF that check effective platform, example:
https://github.com/tdlib/td/blob/master/CMake/iOS.cmake#L66-L119
Create a xcframework that is a simple command that unify all .a or .so or .dylib files after you use lipo:
Do a lipo to join all simulators x64 and arm64 into one lib and after, create the xcframework:
Thanks.
The text was updated successfully, but these errors were encountered: