Standalone app now 80mb instead of 20mb after upgrading

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
GSA_DC
Posts: 35
Joined: Thu Nov 27, 2014 2:07 pm

Standalone app now 80mb instead of 20mb after upgrading

Post by GSA_DC » Thu May 14, 2015 9:23 pm

Hi.

I have a couple of questions: I'll post the other in a separate thread. I hope someone can help.

Firstly, can anyone explain why, after upgrading to 7.0.4 the standalone app is now 4 times the size it used to be (now 80mb)? When I last published (using 6.6.2 i think) it was around 20mb. Nothing significant has changed. Any insight really appreciated.

Kind regards, Paul

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Standalone app now 80mb instead of 20mb after upgrading

Post by FourthWorld » Thu May 14, 2015 10:54 pm

I believe this has been addressed in v7.0.5.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Standalone app now 80mb instead of 20mb after upgrading

Post by Simon » Thu May 14, 2015 10:58 pm

Hi Paul,
You should try 6.7.5 rc 3 (a stable release will come out tomorrow).
With 7 you get all the unicode stuff which adds a lot to a standalone, if you don't need unicode then use a 6.x version.
Now from 20 to 80 mb seems like way more then I've heard of before, so not exactly sure what else is going on.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

GSA_DC
Posts: 35
Joined: Thu Nov 27, 2014 2:07 pm

Re: Standalone app now 80mb instead of 20mb after upgrading

Post by GSA_DC » Wed May 20, 2015 1:07 am

Thanks for your advice. I updated to 7.0.5 and it has now effectively halved the size to around 40mb. I understand that as Livecode develops builds will get larger. I am under pressure to get this app out so don't have time to roll back to 6.x to remove unicode etc. I'd need to download and install and link a previous Xcode build and dammit this thing needs to go to Apple.

Thanks again!

LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1232
Joined: Thu Apr 11, 2013 11:27 am

Re: Standalone app now 80mb instead of 20mb after upgrading

Post by LCMark » Wed May 20, 2015 12:20 pm

@GSA_DC: Since 6.6.2 Apple has required that iOS apps are universal binaries for both ARMv7 and ARM64 builds - at 6.6.2, I believe it would have just been an ARMv6 build. Thus, you'd expect the size of your app to at least double when moving between 6.6.2 and 6.7.5 / 7.0.5.

Post Reply