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
Post a Comment