Recently i learning swift, so I used bridging concept in existing project. After successfully bridging my app .app file increased double the time. Is any one can guide me to reduce the size with swift file? Or want i remove bridging from my Project to reduce the ipa file?
Thanks in advance.
Swift libraries are included in your build for compatibility reasons in future. The only way to avoid it is not to use Swift.