ios - AFNetworking does not appear to be compatible with WatchKit -


i have existing ios app uses framework uses cocoapods. added watchkit app target added framework "embedded binaries". @ point, still compiles , runs. import framework watchkit extension though, error says

could not build module 'frameworkname'.

when build, error comes inside 1 of framework files:

'afnetworking/afnetworking.h' file not found.

versions of afnetworking prior v2.6 not support watchos without modification—see afnetworking requirements. v2.6 released after question posted, seems cause of issues experiencing.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -