Michal
Michal

Reputation: 15669

Apple Mach-O Linker (Id) Error with ASIHttp framework

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?

Screenshot

Upvotes: 1

Views: 137

Answers (1)

sergio
sergio

Reputation: 69027

Make sure that CFNetwork and SystemConfiguration frameworks are linked to your app.

Upvotes: 1

Related Questions