简体   繁体   中英

ionic Cordova apple platform export .IPA file size huge

We are developing the IBM mobilefirst platform based Ionic v3 hybrid application and it is working fine. if we going to export the IOS platform (.IPA) file the file size get huge ( 96MB ) and we followed production build as per IONIC guidelines but the build size not reduced. please help us.

just prepare with ionic cordova prepare ios --prod

This behavior is expected because MobileFirst 8.0 iOS Frameworks are Bitcode enabled Dynamic Frameworks.

Even though the IPA Size is huge but the final app download size will be actually very less while installing it on the device from the AppStore because of Dynamic frameworks. You can read more about the advantages of Dynamic Frameworks here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM