Reputation: 2689
I am creating single view application with five screen and there is very less images but when I am creating ipa file its size is very large 64mb.I tried some answer (ans1, ans2) but nothing worked. I don't have any idea how to reduce ipa file size.
Upvotes: 0
Views: 761
Reputation: 2186
The reason could be in thrird-party libraries if you has them inside your project as a dynamic frameworks. I has a similiar situation when I integrated CocoaReactive & Alamofire & Reachability via Carthage.
Hope it helps :)
Upvotes: 2