Marc Reichelt
10/26/2021, 1:26 PMlipo
under the hood if I’m not mistaken). Then by running the xcodebuild -create-xcframework
tool manually I can combine the x64+arm64 simulator framework with the other arm64 real device framework to a final combined one, which then has two folders inside:
• ios-arm64
• ios-arm64_x86_64-simulator
So I can confirm that the tooling is definitely there and able to do what we want. Now’s just the question: what do I need to do to run all that from Gradle?