You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/20 11:25:59 UTC

[GitHub] [cordova-ios] ctfrancia opened a new issue #576: Cordova Build successful, phone launched, app not launched

ctfrancia opened a new issue #576: Cordova Build successful, phone launched, app not launched 
URL: https://github.com/apache/cordova-ios/issues/576
 
 
   # Bug Report
   
   ## Problem
   When running `$ sudo ionic cordova run ios -- --buildFlag="-UseModernBuildSystem=0"` the emulator is launched but the app is not showing. This is just the TODO app... following the let's get started tutorial.
   
   ### What is expected to happen?
   The TODO app to show on the iOS emulator
   
   
   ### What does actually happen?
   the iPhone XR 12.1 is shown on the homescreen, but, that's all
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   `$ sudo ionic cordova platform add ios`
   `$ sudo ionic cordova build ios -- --buildFlag="-UseModernBuildSystem=0"` as per #407 
   >** BUILD SUCCEEDED **
   
   `$ sudo ionic cordova run ios -- --buildFlag="-UseModernBuildSystem=0"` as per #407 
   
   __note I have also replaced `run` with `emulate` as the ionicframework docs say__ 
   
   > ** BUILD SUCCEEDED **
   > 
   > No target specified for emulator. Deploying to iPhone-X, 12.1 simulator
   > logPath: /Users/c.francia/Desktop/path/to/todo/platforms/ios/cordova/console.log
   
   the phone is launched, however, neither the app is launched nor is there a possibility for the app to be clicked on to open. 
   I've checked the logs that it says are produced to but they are empty so there is nothing more to go on.
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   I'm experience this issue while on my laptop
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   OSX: macOS Mojave 10.14
   Ionic: ionic 4.12.0
   Cordova: cordova 8.1.2
   Xcode: 10.1
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org