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.
我想用cocoapods安装ZXing,但是有些.hh文件不能下载,我写的是这样的:
s.source_files = 'cpp/core/src/zxing/**/*.hh', 'cpp/core/src/zxing/**/*.h', 'cpp/core/src/zxing/**/*.cpp', 'objc/src/ZXing/*.{m,mm}'
原来是我的网络问题导致一些文件没有被下载,所以我的 sources_file 模式的语法是正确的。