Reputation: 85
Hi I want to make my build size to be reduced. When I make a build the size increases to more than 700MB due to some heavy sdks. Can any one guide me how to reduce the sdk size to less the 100 MB?
Upvotes: 0
Views: 2861
Reputation: 12719
You should not use the SDKs
directly in the app rather you should use it via creating Reference and add them from Build Phases as Library..
You should do it the way Google SDK is added to the iOS app see here, the SDK is around 150 MB but adding the way defined in the link doesn't increase the IPA size..
Hope it helps..
Edit:
I think your problem is related to this TTS: Ivona SDK for iOS - impelentation in Project increases the app to 200MB+
Upvotes: 1