Conversation
…d to finish FAT binary successfully
|
I don't find this right. Instead, you should not pass Alternatively, you can pass |
|
Sorry, I didn't tell that my goal is to have static library only for use in c++ code in iOS app (no need to have Obj-c++ bindings). I'm passing Could you clarify what did you mean by using |
you can also pack it in xcframework, it's not limited to objc
I mean make separate libs for device and simulator: this will allow to have arm64 in both. Something like this: https://github.com/kambala-decapitator/vcmi-ios-depends/blob/main/deps/scripting/luajit.sh#L44-L47 |
|
I tend to agree with @kambala-decapitator , a xcframework seems like the "cleanest" output. @kyzmitch is this not an option for you ? |
Fix build of FAT binary for iOS platform when there is e.g. arm64 version of static library is present for both iOS device and simulator.