I'm using ReactiveCocoa 3.0 compiled framework in my Xcode projects. Sometimes I want to see what code lays inside the function.
Is there any way to connect source code with compiled xcode framework to be able to dig inside the code in Xcode?
UPDATE: I'm using Carthage dependency manager and build tool for building frameworks
From my understanding, since Carthage builds the existing xcproject supplied by the framework's author, there are then two ways to achieve what you are looking for:
This latter choice (#2) is what I have done for early development when I am actively interacting with a library and need to debug things. Later, you can use the pre-compiled framework built by carthage.