How to add a permanent iPhone application (class .h) and third-party frames to the extension of the watch set?

I am trying to implement the apple watch.Here extension I am trying to call the iPhone method to send a web service request.

For example, in my project there are classes MyController.m and Constant.h. In the MyController.m class, I added a goal to expand the clock set, but I can not add for Constant.h. In this case, I get errors for where everyone uses constants in the MyController.m class. How to add all classes, constants and third-party frameworks to view a set extension? Every little help is appreciated.

+4
source share
1 answer

Constant.h " " .

" " " " .

enter image description here

+1

All Articles