You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modified my Podfile to include pod 'SweetHMAC', '~> 1.1' however I still get an error that says
[!] Unable to satisfy the following requirements:
- 'SweetHMAC (~> 1.1)' required by 'Podfile'
When running pod install. It seems SweetHMAC 1.1 is not updated in Cocoapods as if I change it to 1.0, it works (however then I have problems with Common Crypto).
Could you help with this please?
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks to report this issue. Actually I can't figure out how to fix this issue, because the trick behind it is, to map commoncrypto lib properly, since this lib is not accessible by Swift directly.
I not sure if this is a Cocoapods limitation or is about something I should do in my podspecs.
I know this is not ideal world, but you can use SweetHMAC out of dependency manager if you follow the instructions in README file.
Anyway I still looking for make this project full compatible with Cocoapods :)
Many thanks for your reply. I ended up going ahead and adding it as described in the readme with the Framework file and xcodeproj. It's working perfectly, thank you!
It's a pity about Cocoapods. Hopefully you can get it to work eventually! My experience with Cocoapods is limited so unfortunately I can't help.
Hi there,
I have modified my Podfile to include
pod 'SweetHMAC', '~> 1.1'
however I still get an error that saysWhen running
pod install
. It seems SweetHMAC 1.1 is not updated in Cocoapods as if I change it to 1.0, it works (however then I have problems with Common Crypto).Could you help with this please?
Thanks!
The text was updated successfully, but these errors were encountered: