watchOS won't enter / run ComplicationController

I have got a simple watch complication which displays an image. It uses the graphic rectangular coomplication.

However, watchOS won't call any methods there and the watch is only showing the image asset that I provided in the "Complication" folder of the watch extention asset catalogue.

The watch complication is not showing any images or text that I provide inside the getLocalizableSampleTemplate Method.


What am I doing wrong?



I've set up a breakpoint, but the code does not stop no matter what. I've set up breaktpoints in all methods inside ComplicationController, but the code wont stop.


Any ideas?

Replies

Difficult to say without seeing the project !


Some hints:

- check the targets you have defined for the code of the complication

- for debug, have you selected debug mode for the watch extension target ?