You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined symbols for architecture x86_64:
"_clogan_debug", referenced from:
-[XXX setEnableDebug:] in libXXX.a(XXX.o)
"_clogan_write", referenced from:
___41-[XXX writeLog:type:level:modul:]_block_invoke in libXXX.a(XXX.o)
"_clogan_init", referenced from:
-[XXX startWithKey:iv:] in libXXX.a(XXX.o)
"_clogan_open", referenced from:
-[XXX startWithKey:iv:] in libXXX.a(XXX.o)
___41-[XXX writeLog:type:level:modul:]_block_invoke in libXXX.a(XXX.o)
"_clogan_flush", referenced from:
-[XXX _flashInQueue] in libXXX.a(XXX.o)
___41-[XXX writeLog:type:level:modul:]_block_invoke in libXXX.a(XXX.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
报错信息:
Podfile文件配置:
依赖关系:
boss(主项目)->B(模块项目)
B项目中包含 Logan 库的源代码。
环境:
工程项目使用cocoapods管理开源库,内含objc和swift。现引入logan库,内含c代码库。
各位大神,
请问有遇到这样问题的吗?可否劳烦大神指点迷津?
谢谢
The text was updated successfully, but these errors were encountered: