-1

I am creating a watchApp using my existing iOS App.In my iOS App i have a class (.h and .m) and ,i am setting the target membership of .m to WatchApp Extension. I'm getting is SystemConfiguration/SystemConfiguration.h file not found error for some AFNetworking classes(Reachability.h). and i know the SystemConfiguration.framework no longer support in watchos2.

Piyush
  • 1,534
  • 12
  • 32

1 Answers1

0

The SystemConfiguration framework is not supported in WatchOS, please check: Can I build my own networking framework (which is dependent on AFNetworking) as a watchOS2 framework?

Community
  • 1
  • 1
David V
  • 2,134
  • 1
  • 16
  • 22