iOS 64bit (SOLVED)

I notice that ios bundle is armv7, how to make an arm64 ios bundle?

Well, it’s only called armv7-darwin for legacy reasons.
If you unzip the bundle, and run file on the executable, you’ll see that it contains both architectures.

4 Likes