[AC-2964] iOS: Ti should include only the used functionality into the app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-12-21T11:16:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | application, big, blank, ios, package, project, size |
Reporter | Mauro Parra-Miranda |
Assignee | Paul Dowsett |
Created | 2011-12-21T11:15:18.000+0000 |
Updated | 2016-03-08T07:47:58.000+0000 |
Description
For iOS, when you create a new mobile project in Titanium Studio and run it on device, the ipa file it generates is well over 4MB.
That's a blank project!
The application size should not be that big. I'm not sure if this is a problem on Android but it might be.
To test it, just create a new project in titanium studio, hit run on device, and then see the size of the ipa file it generates. If you unzip the ipa file and look at the actual executable inside the .app package, the executable is over 5MB.
No comments