Page 1 of 1

Android/iOS 32 or 64 bit?

Posted: Sun Feb 07, 2016 7:01 pm
by Trevor
For releasing on iOS and Android, does it matter if I use the 32 or 64 bit build of LOVE?

Re: Android/iOS 32 or 64 bit?

Posted: Sun Feb 07, 2016 8:05 pm
by bobbyjones
Um for releasing to Android or iOS use their own instructions. They will explain it all. Android just compiles for arm. I'm assuming 32 bit. I'm assuming iOS is 32 bit as well. But it doesn't matter as long as you follow the instructions.

Re: Android/iOS 32 or 64 bit?

Posted: Sun Feb 07, 2016 8:23 pm
by slime
For iOS you will compile LÖVE as a single "fat" binary which supports both 32 bit and 64 bit ARM.

(The Xcode project is set up to do that by default.)

Re: Android/iOS 32 or 64 bit?

Posted: Sun Feb 07, 2016 9:02 pm
by Trevor
Thanks.