I am trying to compile my project in iOS 9. I am using XCode7. Here is how it looks like: error:
/Applications/Xcode.app/Contents/Developer/Toolchains/Xcode
I resolved it by:
Go to Your Target --> Build phases --> Link Binary With Libraries --> Add libiconv.dylib
That's All!