Reputation: 15669
I have this awkward problem. I am using ASIHTTP framework in my other projects without any problem. I upgraded my XCode to 4.4 and started a new project with ASIHTTP. Imported the files, added -fno-objc-arc
as usual, but I keep getting these strange messages even though, everything is set up properly. I even tried to copy-paste the whole project to a new one, but no help. I deleted any calls of those classes in my project, no imports, no includes etc. It gives me these errors simply because it is there...
I am targetting on iOS5(iPhone).
Anybody experiencing same thing?
Upvotes: 1
Views: 137
Reputation: 69027
Make sure that CFNetwork
and SystemConfiguration
frameworks are linked to your app.
Upvotes: 1