I've got an error when I tried run application in Appcelerator on Mac.
Before I installed XCode 9.2+iOS 11.2
Appcelerator successfully found xcode and available lists of simulators:
Result of execution:
[ERROR] : Invalid "--device-id" value "15E7FD44-6368-43A3-BB93-075D4145B652"
Available iOS Simulators:
For help, run: titanium.js help build
Also command "info -t IOS" gives contradictory result about the empty list of the available iOS Simulator.
$ appc ti info -t iOS
Appcelerator Command-Line Interface, version 7.0.2
Xcode
9.2 (build 9C40b)
Install Location = /Applications/Xcode.app/Contents/Developer
iOS SDKs = 11.2
iOS Simulators = 11.2
Watch SDKs = 4.2
Watch Simulators = 4.2
Supported by TiSDK 7.0.2.GA = yes
EULA Accepted = yes
Teams = none
iOS Development Certificates
/Users/desktopadmin/Library/Keychains/login.keychain-db
[email protected] (xxxxx)
Not valid before = 4/5/2018 4:30 PM
Not valid after = 4/5/2019 4:30 PM
pple WWDR Certificate
Apple WWDR = installed
Development iOS Provisioning Profiles
application
...
Date Created = 4/5/2018 4:27 PM
Date Expired = 4/5/2019 4:27 PM
Managed = No
iOS Simulators None <--------this line is seemed strange
Problem not just in simulator - I've tried to connect a real device, but problem the same.
- Axway Appcelerator Studio 5.0.0.201712081732
- Titanium SDK 7.0.2
- iOS 11.2 (also tried 11.3, 11.0)
- XCode 9.2 (also tried 9.3 from AppStore)
Any idea?

sudo xcode-select --switch /Applications/Xcode.app/and then try running theappc infoagain, it should start listing simulators - Rene Pot