iphone - Xcode 4.1 with more than 400 compiling errors -
probably stupid thing i'm quite new xcode... today i've updated os x lion , xcode 4.1 when try compile iphone app more 400 compiling errors appear, of them sqlite3.h, cllocation.h , other original libraries apple. errors seem originated problem #import ...
yesterday working os x snow leopard xcode 4.0 , fine. i'm using gcc 4.2 compiler in xcode , haven't change configuration on xcode or app.
here errors: http://img10.imageshack.us/img10/7585/screenshotyum.png
help please!
update: ok, solved problem. not related compiler version or base sdk, error xcode 4.1 doesn't accept #import "/usr/include/sqlite3.h"
, has change #import <sqlite3.h>
more info here (only apple developers)
hope other people.
this caused me serious headaches posting! clarify, after updating lion , xcode 4.1 had 400 errors because of: #import "/usr/include/sqlite3.h"
changing #import <sqlite3.h>
solved it! took me ages figure out!!!
Comments
Post a Comment