libiconv.2.dylib is in RED help

iam building a project in Xcode from Unity, and this libiconv.2.dylib is in red, how can i fix this?

xCode 7 uses tdb libraries instead of dylib libraries. So you should remove the "libiconv.2.dylib" dependency and add "libiconv.2.tdb".

libiconv.2.dylib is in RED help
 
 
Q