i'm building an app with sqlite db using FMDB,
on simulator everything works fine,on jailbroken iPhone everything works fine, But on idevice with developer account i get this error
error opening!: 14
i create the db like this
NSString *bundelpath = [[NSBundle mainBundle]bundlePath];
[FMDatabase databaseWithPath:[bundelpath stringByAppendingFormat:@"/database.db"]];