Acknowledged

SDK 4.2.4 Simulator crash when calories complication is opened by watch face

The SDK simulator crashes (on MAC) when the calories complication is opened within a watch face that supports complications.

This line of code lead to crash in the WatchFaceDelegate class in onPress():

Complications.exitTo(new Complications.Id(3));

Other system build-in complication types work, e.g. steps, floors etc.

Thanks for the fix,

The Magician