I'm getting this error message:
Missing or Invalid Principal Class: (MyAPPExtension.ComplicationController). Please check 'ClockKit Complication - Principal' Class property in WatchKit Extension's Info.plist
I've check the plist entry and I have:
ClockKit Complication - Principal Class $(PRODUCTMODULENAME).ComplicationController
I have included the Complication Controller code with all the required methods.
I've also added the ckcomplication folder generated by the simulator to the project.
I cannot see my complication placeholders in either the complications gallery or by editing the watch face. I suspect that that is related to the error message.
Has anyone else seen this error message?
Missing or Invalid Principal Class: (MyAPPExtension.ComplicationController). Please check 'ClockKit Complication - Principal' Class property in WatchKit Extension's Info.plist
I've check the plist entry and I have:
ClockKit Complication - Principal Class $(PRODUCTMODULENAME).ComplicationController
I have included the Complication Controller code with all the required methods.
I've also added the ckcomplication folder generated by the simulator to the project.
I cannot see my complication placeholders in either the complications gallery or by editing the watch face. I suspect that that is related to the error message.
Has anyone else seen this error message?