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