fatal|fatal error: 'libxml/parser.h' file not found
解决办法:
s.pod_target_xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11',
'CLANG_CXX_LIBRARY' => 'libc++',
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'
}
【fatal|fatal error: 'libxml/parser.h' file not found】参考:https://github.com/SVGKit/SVGKit/blob/3.x/SVGKit.podspec
推荐阅读
- gitlab|gitlab 通过备份还原 admin/runner 500 Internal Server Error
- 解决SyntaxError:|解决SyntaxError: invalid syntax
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- 打开Anaconda|打开Anaconda Navigator 时报错 error 5 拒绝访问
- mac升级之(xcrun:|mac升级之:xcrun: error: invalid active developer path, missing xcrun)
- Python|Python TypeError: 'module' object is not callable 原因分析
- 关于|关于 java.lang.NoClassDefFoundError: com.umeng.analytics.d的问题
- Java|Java 面试题
- App|App Store connect Operation Error
- Go语言学习笔记-测试