Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipa file size is being increased at each deployment #103

Open
guichazan opened this issue Sep 6, 2023 · 1 comment
Open

Ipa file size is being increased at each deployment #103

guichazan opened this issue Sep 6, 2023 · 1 comment

Comments

@guichazan
Copy link

Hi,

Plugin Version: 2.3.20-SNAPSHOT

To reproduce it, create a project for iOS in gdxSetup. I tested with a distribution certificate. Do a first deploy. In my case, with only arm64, the ipa had 14.1MB. Select RoboVM/clean build folders. Create another ipa: it now have 20.2MB. Comparing both files, i see that the symbols file was added twice, the one from the first build, and the new one. The payload folder is the same. Do another clean, the file goes up to 26MB.

The clean is just a way i found to show the problem. Some apps that i have the ipa starts with 50MB and goes to 120MB after a few builds without cleaning.

I'm attaching the project's zip.

SuPMobile_new.zip

@guichazan
Copy link
Author

I just found that if you delete the old .ipa the file goes back to the original size. So the plugin should delete the previous ipa before creating a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant