Undefined symbols for architecture i386 “_OBJC_CLASS_$_Appirater”

前端 未结 4 1075
我寻月下人不归
我寻月下人不归 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条回答
  •  萌比男神i
    2020-12-30 09:48

    You'll also get this error if you've neglected to add the CFNetwork and SystemConfiguration frameworks to your project.

提交回复
热议问题