Linking Error in Xcode

前端 未结 12 1140
予麋鹿
予麋鹿 2021-01-11 11:40

I am getting this error after adding the libxml2.2.dylib file

 Linking /Users/Biranchi/Desktop/Funmovies TabBarController/build/Debug-iphonesimulator/funmovi         


        
12条回答
  •  再見小時候
    2021-01-11 12:23

    How to add as a compiled source

    Make sure if you have external classes they are added in the compile sources. I had the same error when i was trying to import a certain class. To fix it goto build phases and add it into the compiled sources.

提交回复
热议问题