Working fine on android but ios giving Warn: Native: tried accessing the SQLite plugin but it's not installed

App run perfect on android emulator but when build (using ionic cordova build ios ) and run in xcode emulator its not working. giving following warnings in safari console.

Native: tried accessing the SQLite plugin but it's not installed. Install the SQLite plugin: 'ionic plugin add cordova-sqlite-storage

Move my code to ionViewDidLoad() , platform.ready , Reinstall everything, Recreate app, install plugins and move code there but still no success.