[TIMOB-27360] Watch app does not get installed on the watch with watch OS 6.0 & IOS 13
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2019-09-09T21:06:41.000+0000 |
| Affected Version/s | Release 8.2.0 |
| Fix Version/s | Release 8.2.0 |
| Components | iOS |
| Labels | engSchedule |
| Reporter | Lokesh Choudhary |
| Assignee | Chris Barber |
| Created | 2019-08-27T17:50:09.000+0000 |
| Updated | 2019-09-09T21:06:41.000+0000 |
PR: https://github.com/appcelerator/ioslib/pull/96 There were 2 issues: 1.
findSimulators()would return unavailable simulators. 2. Installing an iOS app to the iOS Simulator using Xcode 11'ssimctlno longer installs the watch apps and thus they must be explicitly installed. To test, I usedDEBUG="*,-babel" appc run -p ios --log-level trace --launch-watch-app.[~cbarber], I see an IOS lib log:
The thing works but this log is consistent.Ti SDK master PR: https://github.com/appcelerator/titanium_mobile/pull/11196
[~lchoudhary] Correct. That error is present even if you manually launch the app using simctl. It seems like a Xcode 11 bug that may get fixed in RC/GA.
FR Passed. Apart from the log above, watch apps gets installed on watch OS 6.0. Studio Ver: 5.1.3.201909051441 SDK Ver: 8.2.0 local build OS Ver: 10.14.5 Xcode Ver: Xcode 11.0 Appc NPM: 4.2.15-1 Appc CLI: 7.1.1-master.6 Daemon Ver: 1.1.3 Ti CLI Ver: 5.2.1 Alloy Ver: 1.14.1 Node Ver: 10.16.1 NPM Ver: 6.9.0 Java Ver: 10.0.2 Simulator: Iphone XS with ios 13 & with apple watch 6.0
Verified the fix with SDK 8.2.0.v20190909083304. Closing.