iam building a project in Xcode from Unity, and this libiconv.2.dylib is in red, how can i fix this?
libiconv.2.dylib is in RED help
xCode 7 uses tdb libraries instead of dylib libraries. So you should remove the "libiconv.2.dylib" dependency and add "libiconv.2.tdb".