2

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.

4

1 に答える 1

0

FMDB は、ARC サポート用に更新されました。古いバージョンの Xcode を使用しているのはなぜですか?

于 2012-05-10T04:56:56.363 に答える