.dylib file is missing

前端 未结 6 2054
我寻月下人不归
我寻月下人不归 2021-01-04 02:37

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         


        
6条回答
  •  遥遥无期
    2021-01-04 02:57

    I resolved it by:

    Go to Your Target --> Build phases --> Link Binary With Libraries --> Add libiconv.dylib

    That's All!

提交回复
热议问题