You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
ionic serve and ionic cordova run android --device work without problems.
ionic package info 15 --verbose
[DEBUG] Loading global plugin @ionic/cli-plugin-proxy
[DEBUG] Throwing PLUGIN_NOT_INSTALLED for global @ionic/cli-plugin-proxy
[DEBUG] Loading local plugin @ionic/cli-plugin-cordova
[DEBUG] Loading local plugin @ionic/cli-plugin-ionic-angular
✔ Retrieving information about build 15 - done!
id | 15
status | FAILED
platform | iOS
mode | debug
profile | dev
started | 2017-06-27T17:47:17.050Z
finished |
output:
Failure while building the project environment
I'm guessing the problem could be this line?
[DEBUG] Throwing PLUGIN_NOT_INSTALLED for global @ionic/cli-plugin-proxy
@royibernthal I found the error in my case, we have different id for android and iOS, so we use this: android-packageName="xxx" ios-CFBundleIdentifier="yyy" instead of the default id.
Packaging for IOS used to work fine for me until yesterday, which reminds me a bit of https://github.com/ionic-team/ionic-cloud/issues/32.
ionic serve
andionic cordova run android --device
work without problems.ionic package info 15 --verbose
I'm guessing the problem could be this line?
ionic info
The text was updated successfully, but these errors were encountered: