skip to Main Content

I have a problem when building in xcode – library not found for -liconv

Please help me solve this problem

enter image description here

2

Answers


  1. You should type the following commands in the terminal.app.

    #brew search iconv
    #brew install libiconv
    
    Login or Signup to reply.
  2. It occurs few times due to iOS version mismatch with main project exists. Just navigate to your :Build Settings > Deployment > iOS Deployment target and check if it is the same as main project, if not, make it the same.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search