kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 474 forks source link

Too many arguments to function call, expected 0 have 5 'objc_msgsend' declared here #200

Closed sgup77 closed 9 years ago

sgup77 commented 9 years ago

I am trying to run my code on Xcode6. It is giving me this error "Too many arguments to function call, expected 0 have 5 ' objc_msgsend' declared here" in SDWebImageManager class. Any help would be appreciated.

haifengkao commented 9 years ago

This issue has nothing to do with iOS-Universal-Framework. You should ask the author of SDWebImage.