onmyway133 / Arcane

:trident: CommonCrypto in Swift, and more

Home Page:https://onmyway133.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to lint this pod?

TienVu-PW opened this issue · comments

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?

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?

commented

@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.