Undefined symbols for architecture i386 “_OBJC_CLASS_$_Appirater”

前端 未结 4 1071
我寻月下人不归
我寻月下人不归 2020-12-30 09:30

After adding Appirater to my iOS project, when I compile, I get the error:

Undefined symbols for architecture i386:
  \"_OBJC_CLASS_$_Appirater\", referenced         


        
4条回答
  •  温柔的废话
    2020-12-30 09:34

    It seems that you haven't properly added the Appirater code to your project. Both Appirater.h and Appirater.m must be part of your project, and Appirater.m must be compiled like all your other files.

提交回复
热议问题