As i understand the big change from ios dynamic framework and static is that static is linked statically to the code at link time (prior to launch) and dynamic is linked at laun
If you are using multiple framework's, you can try Cocoa Pods the dependency manager which will help you to access multiple framework. This will also allow you to keep breakpoint which will help you to debug even inside the framework and also you can do changes.