I have created a Cocoa Touch Framework and I am testing it with another sample app. Since I am using simulator so I am using framework build which is inside Debug-iphonesimulator folder. Sample App and Framework are in different workspaces. I want to debug the framework but I can't. I could debug it sometimes, breakpoints were getting hit but now its not working. What can I do to debug the framework? Something I am missing?
I am using XCode 6.1 and both framework and sample app are written in Objective-C.
I don't want to include framework project inside my sample app project.