I’m using cocos2d-js 3.6
I created a project and commented all of extensions in AppDelegate.cpp
and just archived project
The app size is so big.
As you know, we can’t know the real app size until we upload the app to itunesconnect.
But I know how to estimate the size.
This is the way.
xcarchive file => show package
=> Products/Applications/AppName.app => show package
=> AppName
We can estimate the real app size from this “AppName” file size.
I saw this info from somewhere but it’s exactly same in my several apps.
Anyway, the file size of hello world project is so big. 11.9mb
Can I reduce the file size?