Jane1234567 / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

SQLiteInstanceManager compile warning on iPhone OS 2.2, patch #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The iPhone 2.2 SDK NSFileManager class uses removeItemAtPath:error:, not 
removeFileAtPath:handler:, patch for r52 attached.

Original issue reported on code.google.com by paule...@gmail.com on 19 Jan 2009 at 5:59

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch, paulegli.  

The patch has been applied, which eliminated the warning.  Note that this 
warning only appears when building 
while targeting an actual iPhone device; this warning does not appear when 
targeting the iPhone Simulator, which 
is why this probably slipped by in the first place.

Original comment by kennethr...@gmail.com on 23 Jan 2009 at 4:08