@vadimswe wrote:
First of all, before iOS (12.4 -> 13) and xCode (10.2 -> 11) update all worked excellent in all cases.
Also if i run via xCode app runs fine.Problem related only cli run, also with -l flag.
If I run ionic cordova run ios --device (via native-run) just nothing happends.
**** ARCHIVE SUCCEEDED ****
** EXPORT SUCCEEDED **
native-run ios --app “platforms/ios/build/device/somename.ipa” --deviceNothing happends next.
But If I run ionic cordova run ios --device --no-native-run (via cordova run) I get error.
**** ARCHIVE SUCCEEDED ****
** EXPORT SUCCEEDED **
ios-deploy[16866:562144] [ !! ] Error 0xe800007f: Device doesn’t support wireless sync. AMDeviceStartService(device, CFSTR(“com.apple.debugserver”), &gdbfd, NULL)ios-deploy: Command failed with exit code 253
Ionic:
Ionic CLI : 5.4.1 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.9.1
@angular-devkit/build-angular : 0.803.5
@angular-devkit/schematics : 8.3.5
@angular/cli : 8.3.5
@ionic/angular-toolkit : 2.0.0Cordova:
Cordova CLI : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : browser 5.0.4, ios 5.0.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.1, (and 11 other plugins)Utility:
cordova-res : 0.6.0
native-run : 0.2.8System:
Android SDK Tools : 25.2.5 (/usr/local/opt/android-sdk)
ios-deploy : 1.9.4
ios-sim : 8.0.2
NodeJS : v11.10.0 (/usr/local/bin/node)
npm : 6.10.2
OS : macOS Mojave
Xcode : Xcode 11.0 Build version 11A420aAnyone have any ideas?
Posts: 2
Participants: 2