I\'m doing an iOS app project in Swift 1.2, using Cocoapods 0.37.2, Xcode 6.3.2. After adding around 8 pods in my project, app launch time greatly increases (around 10 secon
After some research i found that issue actually not in cocoapods, but in embedded libraries (I was able to reproduce the same issue with carthage).
It's not reproducible on all devices (possibly only on 32bit). And this issue doesn't affect app store builds. And while it makes development slightly slower, it not so harmful.
https://forums.developer.apple.com/message/64556#64556 https://forums.developer.apple.com/message/82399#82399