[TIMOB-28544] iOS: simulator detection is ran when performing a macos build
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-10-21T09:48:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.2.0 |
Components | n/a |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2021-10-01T14:04:04.000+0000 |
Updated | 2021-10-21T09:48:28.000+0000 |
Description
Description
When performing a macos build, we run simulator detection which is unnecessary to run. The check just needs updating to be aware of the macos target.
Steps to reproduce
1. Build an app with -T macos
2. Check the logs
Actual
You will see logs like No iOS Simulator UDID specified, searching for best match
at the start
Expected
No sim detection
Comments
JSON Source
https://github.com/appcelerator/titanium_mobile/pull/13099