chabok-io / chabok-client-ios

Chabok Push iOS Client
1 stars 0 forks source link

Missing framework headers in 2.1 when using CocoaPods #1

Closed danteppc closed 4 years ago

danteppc commented 4 years ago

Hey,

Framework headers are missing when poding the last version (2.1), There's no way to import the module, leaving us no choice but to explicitly use the prior version (i.e. 2.0.1) or not use the pod at all. Screen Shot 2019-12-30 at 10 51 33 AM

farbod-s commented 4 years ago
hi @danteppc
please clean your cocoapod local cache and try to install ChabokPush v2.1.0 again.
pod cache clean ChabokPush --all
pod repo update
pod install