Forced to implement all complication templates

I have an iOS app that includes a Watch app. So far, I have only had to implement the complications I needed on the Watch app, but with XCode 12 it seems I have to implement all complications all of a sudden. If I do not the Watch app crashes almost immidiately in the simulator.

How come this changed? Can I somehow avoid implementing all types of complications?
Answered by Chiburi in 635148022
Seems like I found the reason why. I returned an object that, in some cases, was not initialized yet.
Accepted Answer
Seems like I found the reason why. I returned an object that, in some cases, was not initialized yet.
Forced to implement all complication templates
 
 
Q