[TIMOB-3322] iOS, xCode - Emulator not retaining settings between launches
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-08-19T21:07:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | defect., emulator, ios, reported-1.6.1, retina |
Reporter | Thomas Huelbert |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:42:09.000+0000 |
Updated | 2017-03-14T21:57:47.000+0000 |
Description
Not new to 1.6.1
- Xcode 4 + 1.6.1
- create or have a simple mobile project
- open the emulator tab
- select 4.3 from drop down an launch
- once the emulator is active, go to to IOS simulator menu >
hardware > device > select retina screen
- hit stop button in TiDEv, the relaunch emulator
results: a non retina version is launched.
As per Blain, we should do a quit not Kill on stop to preserve settings
This is no longer an issue. Titanium SDK no longer supports old Xcode versions that do not include the
simctl
command line tool. "Retina" isn't an explicit setting withsimctl
.Closed as invalid.