Linking Error in Xcode

前端 未结 12 1142
予麋鹿
予麋鹿 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:39

    Make sure you import with correct extension.

    I got the error when I by mistake wrote #import "AClass.m" instead of #import "AClass.h" :-)

提交回复
热议问题