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
This is from work on cordova-paramedic, where the process usually selects a simulator that is available automatically and then executes the run command with that device as --target param. Since upgrading to Cordova iOS x, CLI 8 and Xcode 9 (from 7.x), this doesn't work any more.
So first it selects a simulator, landing on iPhone-X, 11.0. It uses that for the run --emulator command via --target iPhone-X, but that then somehow outputs "Building for iPhone SE Simulator".
Later it seems to not be able to start the app on the emulator:
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /private/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/tmp-19131wQv8TfMsaj2/platforms/ios/build/emulator/HelloCordova.app
** BUILD SUCCEEDED **
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated
Environment, Platform, Device
Travis CI
Version information
CLI 8, Cordova iOS 5
Checklist
I searched for existing GitHub issues
I updated all Cordova tooling to most recent version
I included all the necessary information above
The text was updated successfully, but these errors were encountered:
Bug Report
Problem
What is expected to happen?
Correct simulator is selected and started.
What does actually happen?
It selects the wrong simulator.
Information
This is from work on cordova-paramedic, where the process usually selects a simulator that is available automatically and then executes the
run
command with that device as--target
param. Since upgrading to Cordova iOS x, CLI 8 and Xcode 9 (from 7.x), this doesn't work any more.Command or Code
https://travis-ci.org/janpio/cordova-paramedic/jobs/512186335
Relevant snippet:
So first it selects a simulator, landing on
iPhone-X, 11.0
. It uses that for therun --emulator
command via--target iPhone-X
, but that then somehow outputs "Building for iPhone SE Simulator".Later it seems to not be able to start the app on the emulator:
Environment, Platform, Device
Travis CI
Version information
CLI 8, Cordova iOS 5
Checklist
The text was updated successfully, but these errors were encountered: