--target ignored

Hello, my actual configuration:

Cordova CLI: 5.4.0
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.0
Ionic Version: 1.1.1
Ionic CLI Version: 1.7.8
Ionic App Lib Version: 0.6.4
ios-deploy version: 1.8.2
ios-sim version: 5.0.3
OS: Mac OS X El Capitan
Node Version: v4.2.1
Xcode version: Xcode 7.1 Build version 7B91b

After the last cordova update my run command ignore at all the “–target” param and go always with iPhone-6, i need test on iPad-2 or iPad-Air size.

I tried with:

ionic run ios -l -c --target=“iPad-2” --address localhost
ionic run ios -l -c --target=“iPad-Air” --address localhost
ionic run ios -l -c --target=“iPad-2, 9.1” --address localhost

Any suggestion?