hohl / MIHCrypto

OpenSSL wrapper for Objective-C [cryptography]
MIT License
340 stars 66 forks source link

Pod install error #50

Closed maxisme closed 7 years ago

maxisme commented 7 years ago

I am getting the error message when installing the pods:

[!] The 'Pods-...' target has transitive dependencies that include static binaries: (.../OpenSSL-Universal/lib-osx/libcrypto.a and .../OpenSSL-Universal/lib-osx/libssl.a)

My podfile is:

target 'Transfer' do
  pod 'MIHCrypto'
  use_frameworks!
end
maxisme commented 7 years ago

added this to the beginning and it fixed the issue.