加入Appirater到我的iOS項目後,當我編譯,我得到的錯誤:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_Appirater", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
搜索和互聯網上搜索後,沒有一個解決方案的發現幫助。
我的兩個項目,目標是設置爲:
我應該嘗試更多?
你是什麼意思「添加Appirater到我的iOS項目」? – Krizz
我已經按照以下所有步驟操作:https://github.com/arashpayan/appirater – CristiC