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
Podfile文件:
install! 'cocoapods', generate_multiple_pod_projects: true, disable_input_output_paths: true
这种情况下,EocWatchDog.m 文件中,找不到 BSBacktraceLogger.h 头文件; generate_multiple_pod_projects = false 时,是没问题的。等于 true 的情况,该如何解决,还请指教~
The text was updated successfully, but these errors were encountered:
感谢反馈,我修复一下,下个版本tag解决
Sorry, something went wrong.
你好,你先手动修改引用方式为#import <BSBacktraceLogger/BSBacktraceLogger.h>试试
好的。好使了。谢谢~
No branches or pull requests
Podfile文件:
这种情况下,EocWatchDog.m 文件中,找不到 BSBacktraceLogger.h 头文件;
generate_multiple_pod_projects = false 时,是没问题的。等于 true 的情况,该如何解决,还请指教~
The text was updated successfully, but these errors were encountered: