Used the MyGizmoClass example in a iPhone app where I have an object that sets and maintain db info.
How do I eliminate the 'MyGizmoClass' may not respond to '+sharedManager'
Warning
The offending line of code is: NSString *databasePath = [[MyGizmoClass sharedManager]databasePath];