Created a framework with NSObject class , build successfully.But after importing the framework , I am not able to access the class inside the framework.
public class DetectMotion:NSObject,CLLocationManagerDelegate{
}
Steps for creating framework
1.Create a new project "cocoa touch framework"
2.Import class "DetectMotion" in my case
3.Edit scheme set to "build" & build the project.
4.Import the framework from finder in main project.