Chunks are successfully created, but .app or .ipa has too much size

I’m exporting a IOS project to upload on App Store via Project Package and Project Launcher.

I recognized that .apk from Project Launcher not worked as it expected, so I usually get .apk exported from ‘Package Project’ and chunks exported from ‘Project Launcher’.

So I did same thing in IOS but all of them export .app with too massive size, that is suspected to have chunks in it.

Did I miss any formal method to package an IOS project? I couldn’t figure it out for months.

Okay, I’ve struggled to solve to this problem and think I found an alternative one,
getting rid of chunk file from the packaged file.

  1. After exporting via Package Project, there will be .app in your destination folder.
  2. Do Show Package Contents with right-click the file.
  3. Inside of it, there will be a folder including name like ‘cooked data’
  4. There will be unnecessary chunks on your need in the stage of .ipa
  5. Just delete them
  6. Go to Xcode Organizer and build it into .ipa
  7. There you go, .ipa size reduced at last.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.