NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

I cannot see my ios14 device when running tns devices #1277

Closed RilRil closed 4 years ago

RilRil commented 4 years ago

Environment

Describe the bug I don't see my iOS 14 simulator when running tns devices or tns debug ios

To Reproduce install xcode beta 3, launch iOS 14 simulator (iPhone SE 2nd gen) then run tns devices in your console Expected behavior to see my iOS 14 simulator and be able to launch my app on it

thank you in advance

mbektchiev commented 4 years ago

Hi, Cyril. You need to make sure that Xcode 14 beta is the selected version when running xcodebuild from the command line. You can check the current setting with xcode-select -p and change it with sudo xcode-select -s <path>.

RilRil commented 4 years ago

Hi, Cyril. You need to make sure that Xcode 14 beta is the selected version when running xcodebuild from the command line. You can check the current setting with xcode-select -p and change it with sudo xcode-select -s <path>.

ah didn't know that. Thanks, I'll try and update this thread

RilRil commented 4 years ago

@mbektchiev it works ! thanks a lot