ios - Restkit has suddenly stopped compiling today -
i using restkit in project since long time, using cocoapods.
podfile:pod 'restkit', '~> 0.26.0'
today, unknown reasons, project doesn't compile anymore. best of knowledge, have not changed project settings or anything.
i error in rkobjectmanager.h:
/projects/iphone/pods/headers/public/restkit/network/rkobjectmanager.h:892:49: unknown type name 'afnetworkreachabilitystatus'; did mean 'scnetworkreachabilityflags'?
if go h.file , click on reachabilitystatusenum, can see it, seems there although says 'unknown type'.
i @ loss how fix this. followed restkit cocoapods instructions when set long time ago. because upgraded xcode recently?
very thankful pointers...
this seems issue restkit , cocoapods 1.0.1 (maybe 1.0). did install version 0.39 had used before.
sudo gem install cocoapods -v 0.39.0
and use version install
pod _0.39.0_ install
solved problem me @ least time being.
Comments
Post a Comment