0

I tried to use a Custom Framework but it is not importing in the WatchApp Extension ->interfacecontroller. In the ios App the Import statment work correct.

my question is : how to use same classes in both targets(ios and watchos)

Osman
  • 1,496
  • 18
  • 22

1 Answers1

0

Creating a framework is indeed the recommended way to go. Just make sure your framework supports the arm7k architecture and also is compiled against the watchOS SDK.