[TIMOB-19992] Apple Watch: Add support for launching paired Simulator even when app has no extension for it
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | cb-tooling, ioslib |
Reporter | Fokke Zandbergen |
Assignee | Chris Barber |
Created | 2015-11-16T14:51:27.000+0000 |
Updated | 2020-03-06T21:40:32.000+0000 |
Description
I have no idea if this is possible, but it would be nice if
--launch-watch-app
would always launch a paired Apple Watch, regardless of whether the app has an iOS extension containing a watch app. That way you could (hopefully) test (local) interactive notifications scheduled by the app since they should show on the Apple Watch if the iPhone is locked, even without a watch app.
Right now the CLI self-disables the flag without an extension:
[WARN] --launch-watch-app flag was set, however there are no iOS extensions containing a watch app.
[WARN] Disabling launch watch app flag
No comments