I'm trying to get FMDB setup and working for an app using xcode 3.2.6. I was getting an error for:
@property (nonatomic, strong) NSString *databaseName;
But I appear to have fixed that issue. Now I'm getting and error "expected specifier-qualifier-list before '__unsafe_unretained'" for this line:
__unsafe_unretained id _delegate;
Any insight would be great. Another option that's better and/or more compatible than FMDB is also welcome.
thanks.