Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个我需要使用的应用程序
[PFUser enableRevocableSessionInBackground]
但是,当我将它添加到我的应用程序委托时,它说没有已知的类方法。我忘记导入标题了吗?
这是一个很好的猜测。
尝试做:
#include "Parse/PFUser.h"
或者
#include "PFUser.h"