We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你给的Demo跑了下 能生成代码,但是编译报错了 "OBJC_CLASS$_STC8D66EE30C77FC994D030F531F686D1CD", referenced from: objc-class-ref in AppDelegate.o
是由于 混淆后 #ifndef AFHTTPSessionManager #define AFHTTPSessionManager STC8D66EE30C77FC994D030F531F686D1CD #endif 找不到对应的类,这种问是要把类名也要搞成“_STC8D66......” 吗?
The text was updated successfully, but these errors were encountered:
@JesseZhu 没报错啊,你是不是哪里没配置好,有详细教程!
Sorry, something went wrong.
谢谢,找到原因了,原来是pod里面的三方库的PCH文件也做了相应修改。
怎么解决的啊?
@Wuou 按照博客的流程操作,pod的pch也会加入混淆头文件。
No branches or pull requests
你给的Demo跑了下 能生成代码,但是编译报错了
"OBJC_CLASS$_STC8D66EE30C77FC994D030F531F686D1CD", referenced from:
objc-class-ref in AppDelegate.o
是由于 混淆后
#ifndef AFHTTPSessionManager
#define AFHTTPSessionManager STC8D66EE30C77FC994D030F531F686D1CD
#endif
找不到对应的类,这种问是要把类名也要搞成“_STC8D66......” 吗?
The text was updated successfully, but these errors were encountered: