I recently upgraded to Cordova 2.9.0 from 2.3.0. After following all the upgrade instructions, I was able to get the app to launch in the simulator. However, in Xcode I see
I had the very same problem with the SQLitePlugin. I tried some of the proposed solutions in this post but none of them exactly worked for me. Then I tried to remove the platform/ios dir (I am developing for an iPhone), added the ios platform again (ionic add platform ios) and rebuilt the project. Suddenly, everything worked like a charm. I didn't had to create a new project nor had to remove the plugins.