I have been having some issues with my app taking longer than expected to launch, typically between 1.0 - 1.2 seconds. Particularly, the rebase/binding section of the pre-main app launch is taking up 66% of the launch time (around 790 milliseconds). I have tried looking at other threads such as iOS slow startup time and How to debug slow app launch. I am only using one library through CocoaPods which is called "JT Apple Calendar." How do I decrease my pre-main app launch time to be within Apple's standards (400 milliseconds)?
*Note: I am using Swift if it makes any difference