I have a a small swift App that works fine, i needed to add it and use it in my Objective-C new application, the integration part was ok and the App works fine, but one of the view controllers takes too much time when loaded and i can't figure out why, i tried using the following:
- Build Time Analyzer for Xcode(but it didn't work since my project was an objective-C project.
- tried referring to this
Nothing seems to work, any help?