breautek commented on issue #1377: URL: https://github.com/apache/cordova-ios/issues/1377#issuecomment-1755318209
Why are you running as `root`? Running things as root puts your development machine at risk. Cordova should run without requiring `root` If Cordova requires root, it might mean you installed it using `root` so that you're normal user doesn't have permission to read or execute files. Running `simctl` under root shows me it has no devices either on my mac machine other than an iPhone 13 /iOS 15.5 and an iPod Touch / iOS 15.5 device (which is kind of odd in itself.) Running simctl under your own user shows all the simulators you'd expect to have. So I this doesn't appear to be a bug with Cordova, but rather with XCode. You can test this yourself using: `xcrun simctl list` > sudo xcrun simctl runtime add "/Users/xxx/Desktop/xxx/iOS_17_Simulator_Runtime.dmg" XCode 15 also ships with iOS 17 runtime + simulators. You don't need to add one yourself. -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org