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