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
The library does not appear to be published to Cocoapods any more:
$ pod install
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin18/rbconfig.rb:215: warning: Insecure world writable dir /usr/local in PATH, mode 040777
Analyzing dependencies
[!] Unable to find a specification for `IOCipher`
Podfile:
target 'Example' do
pod 'IOCipher'
end
At the moment this can be fixed by adding the git source: pod 'IOCipher' , :git => 'https://github.com/ChatSecure/IOCipher-ObjC.git'
The text was updated successfully, but these errors were encountered:
The library does not appear to be published to Cocoapods any more:
Podfile:
At the moment this can be fixed by adding the git source:
pod 'IOCipher' , :git => 'https://github.com/ChatSecure/IOCipher-ObjC.git'
The text was updated successfully, but these errors were encountered: