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.
Asked
Active
Viewed 72 times
-1

Piyush
- 1,534
- 12
- 32

PS Testing
- 1
- 5
1 Answers
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?