i am able to distribute and test my app using adhoc, but when i validate it for app store submission in organizer(xcode 4.3.2 - Product > Archive > Validate) i get the following error
- your app contains non public api usage
- the app references non public symbols in payload/appname.app/ libsqlite3.dylib: _dispatch_source_type_vm
my app uses sqlite3 for storing data got from youtube i.e video title and corresponding image url (max 10 records)
i have removed and added lib file, set deployment target to 4.0, please help