Closed TienVu-PW closed 6 years ago
Hi, I'm trying to integrate CommonCrypto into my Cocoapods project, I found yours and see how you do it, but when i do pod lib lint, it return error no such module 'CCommonCrypto', so how can you lint and upload to pod base?
@TienVu-PW @jinlongyu123 Hi, sorry for late reply. For pods with modulemap, pod lib lint
does not seem to work, but pod spec lint
and simply pod trunk push
works.
Hi, I'm trying to integrate CommonCrypto into my Cocoapods project, I found yours and see how you do it, but when i do
pod lib lint
, it return errorno such module 'CCommonCrypto'
, so how can you lint and upload to pod base?