I was wondering if there’s any good approach to shorten the ipa
package’s size.
I did setting on Building Settings - Optimization Level
choose Fastest, Smallest[-Os]
and Fastest, Aggressive Optimization [-Ofast]
option for AdHoc
.
The result is the same. The size is not shorten at all.
The app store’s verifying require submited ipa
size less than 100M
, or it will warning the size is too big. However, mine is more than ⚠️ 162M
.
Is there any optimizing strategy, thanks for sharing.