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/10/20 13:25:37 UTC

[GitHub] [cordova-ios] dylanvdmerwe edited a comment on issue #686: Unable to find a destination matching the provided destination specifier

dylanvdmerwe edited a comment on issue #686: Unable to find a destination matching the provided destination specifier
URL: https://github.com/apache/cordova-ios/issues/686#issuecomment-544251718
 
 
   Same issue here with `cordova-ios` version 5.0.1 when running `cordova build ios` command.
   
   config.xml
   ```
       <preference name="target-device" value="tablet" />
       <preference name="deployment-target" value="11.0.0" />
       <preference name="Orientation" value="landscape" />
   ```
   
   console output:
   ```
   No simulator found for ". Falling back to the default target.
   Building for "iPhone 11 Pro Max" Simulator (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max, iPhone-11-Pro-Max).
   Building project: /Users/eightysix/Desktop/Projects/CochraneApp/platforms/ios/Presentation Dev.xcworkspace
   	Configuration: Debug
   	Platform: emulator
   	Target: iPhone 11 Pro Max
   Running command: xcodebuild -workspace Presentation Dev.xcworkspace -scheme Presentation Dev -configuration Debug -sdk iphonesimulator -destination platform=iOS Simulator,name=iPhone 11 Pro Max build CONFIGURATION_BUILD_DIR=/Users/eightysix/Desktop/Projects/CochraneApp/platforms/ios/build/emulator SHARED_PRECOMPS_DIR=/Users/eightysix/Desktop/Projects/CochraneApp/platforms/ios/build/sharedpch
   Build settings from command line:
       CONFIGURATION_BUILD_DIR = /Users/eightysix/Desktop/Projects/CochraneApp/platforms/ios/build/emulator
       SDKROOT = iphonesimulator13.0
       SHARED_PRECOMPS_DIR = /Users/eightysix/Desktop/Projects/CochraneApp/platforms/ios/build/sharedpch
   
   xcodebuild: error: Unable to find a destination matching the provided destination specifier:
   		{ platform:iOS Simulator, OS:latest, name:iPhone 11 Pro Max }
   
   	Available destinations for the "Presentation Dev" scheme:
   		{ platform:iOS Simulator, id:822F5A42-0B38-40AE-BD08-4E4CE8B791FB, OS:13.0, name:iPad Air (3rd generation) }
   		{ platform:iOS Simulator, id:817D536B-56A9-48E4-A1B2-4CB7C94D54D4, OS:13.0, name:iPad Pro (9.7-inch) }
   		{ platform:iOS Simulator, id:8759C123-201E-4623-9E5B-0AAE927E51D3, OS:13.0, name:iPad Pro (11-inch) }
   		{ platform:iOS Simulator, id:4C26DEC9-0236-40A7-A0E0-4CC83670A600, OS:13.0, name:iPad Pro (12.9-inch) (3rd generation) }
   
   	Ineligible destinations for the "Presentation Dev" scheme:
   		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Generic iOS Device }
   		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Generic iOS Simulator Device }
   xcodebuild: Command failed with exit code 70
   ```
   
   ```
   Ionic:
   
      Ionic CLI                     : 5.4.1 (/usr/local/lib/node_modules/ionic)
      Ionic Framework               : @ionic/angular 4.11.1
      @angular-devkit/build-angular : 0.803.1
      @angular-devkit/schematics    : 8.3.1
      @angular/cli                  : 8.3.1
      @ionic/angular-toolkit        : 2.0.0
   
   Cordova:
   
      Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
      Cordova Platforms : ios 5.0.1
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 2.5.2, (and 20 other plugins)
   
   Utility:
   
      cordova-res : 0.8.0
      native-run  : not installed
   
   System:
   
      ios-deploy : 1.9.4
      ios-sim    : 8.0.2
      NodeJS     : v12.8.1 (/usr/local/bin/node)
      npm        : 6.11.3
      OS         : macOS Mojave
      Xcode      : Xcode 11.0 Build version 11A420a
   ```

----------------------------------------------------------------
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