Hello everyone!
Got stacked with issues of creating universal static lib for all of possible platforms? Is it possible to create fat *.a library file that will contain all of possible versions:
- Simulator arm64
- Simulator x86_64
- iPhone arm64
Hello everyone!
Got stacked with issues of creating universal static lib for all of possible platforms? Is it possible to create fat *.a library file that will contain all of possible versions:
Hello,
You have to use XCFrameworks.
With the introduction of M1, lipo cannot be used anymore, because it will complain that arm64 simulator and iPhone arm64 are the same thing.