Hi,
From reading the forums I understand that the plugins are a big part of a project to get apps working on ios / arm.
Any chance to get an openssl built for arm? (It’s blocking my mac builds for apple emulator.
just fyi, i added this to get the app to build, and commented out openssl temporarily:
Inside iphonesimulator_26.4-angle.tar.bz → libtemplate/Defaults.lua, modernSlices():
options.archSlices = {
iphonesimulator = { “x86_64” }, – arm64 absent
iphoneos = { “arm64” },
}
Every binary in the template is already fat x86_64 + arm64 — template.app/template, libtemplate.a, even MetalANGLE.framework. Solar2D just never asks the linker for the arm64 slice on simulator builds.