Error in import statement "expected" FILENAME "or <FILENAME>"
I am having problems integrating Appirater into my application. I correctly added all the necessary files and have the correct code (I think), but I get an error when I try to implement it in the AppDelegate.m file. When I do #import "Appirater.h", I get an error message:
Expected value is "FILENAME" or <FILENAME>
+3
user1277610
source
share