-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI: Ti CLI does not find the iPod touch simulator #13242
Comments
Issue moved to Ti CLI: tidev/titanium-cli#538 |
Probably the ipod family is not recognized and then skipped // from Simulator.js |
@alexlarocca I think you're on the right track there, I think editing this regex and ensuring the iPod family gets assigned to the right simType here should have the iPod sims show up in |
@ewanharris I made what you suggested and now "ti info" returns the ipod touch. Unfortunately "ti build" still does not work. ti info iPod Touch (iPod touch (7th generation)) (ipod) /usr/local/bin/node /usr/local/bin/ti build --project-dir /Users/alessandro/Documents/Appcelerator_Studio_Workspace/NikiTalk --log-level info --platform ios --color --no-prompt --target simulator --device-id A858B428-0FF1-434A-B8ED-FB640F9E6FC1 --sdk 10.1.1.GA [LiveView] TypeError: Cannot read property '1' of null |
I have searched and made sure there are no existing issues for the issue I am filing
Description
I have the iPod touch (7th generation) simulator with iOS 15.2 installed. This is available from XCode simulators and properly returned by "xcrun simctl list devices". If I run "ti info" the iPod touch simulator is not on the list and I cannot run the app on it.
Expected Behavior
iPod touch simulator available through the Ti CLI
Actual behavior
Ti CLI does not find iPod touch simulator
Reproducible sample
NA
Steps to reproduce
run "ti info" and "xcrun simctl list devices"
Platform
CLI
SDK version you are using
10.1.1.GA
The text was updated successfully, but these errors were encountered: