Yes, an arm64 slice is there. To see it, you need to use lipo
from the iOS toolchain, not from the host system (which doesn’t know about arm64):
xcrun -sdk iphoneos lipo -info $(FILENAME)
Yes, an arm64 slice is there. To see it, you need to use lipo
from the iOS toolchain, not from the host system (which doesn’t know about arm64):
xcrun -sdk iphoneos lipo -info $(FILENAME)