onmyway133 / Arcane

:trident: CommonCrypto in Swift, and more
https://onmyway133.github.io/
Other
284 stars 22 forks source link

error #2

Closed SebastienGracia closed 8 years ago

SebastienGracia commented 8 years ago

hello

when i try to install via CocoaPods

[!] Error installing CommonCryptoSwift
[!] /usr/bin/git clone https://github.com/AlexLittlejohn/CommonCryptoSwift.git /var/folders/8v/hf4f88fs4n5f9v98vx80xplr0000gn/T/d20160629-2022-1i88eeg --template= --single-branch --depth 1 --branch 1.0.1

Cloning into '/var/folders/8v/hf4f88fs4n5f9v98vx80xplr0000gn/T/d20160629-2022-1i88eeg'...
remote: Repository not found.
fatal: repository 'https://github.com/AlexLittlejohn/CommonCryptoSwift.git/' not found

regards

onmyway133 commented 8 years ago

@SebastienGracia Hi, you're trying to clone from someone else AlexLittlejohn repo, not mine. Can you check that again

SebastienGracia commented 8 years ago

really ????

i just do this in pod file

  use_frameworks!
  pod 'CommonCryptoSwift'
end

and pod install

onmyway133 commented 8 years ago

@SebastienGracia sorry for the confusion

That name is taken in Cocoapods, so you can use mine by specifying this in the Podfile

pod 'CommonCryptoSwift', git: 'https://github.com/onmyway133/CommonCrypto.swift'
onmyway133 commented 8 years ago

@SebastienGracia I will close this for now, feel free to reopen it if you have any problems