pod installieren keine Quelle hinzufügen

Will ich tun, pod installieren, aber ich bekam diese Fehlermeldung.

Fehler:

Analyzing dependencies
Cloning spec repo `wackadoo` from `gitATgithub.com:Repo/Repo.git`
[!] Unable to add a source with url `gitATgithub.com:Repo/Repo.git` named `Repo`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.

Ich denke, es könnte mein git config.
Wenn ich ein git clone, ich musst geben Sie Benutzername und Passwort.
Ist das richtig?

Meine Podfile

source '[email protected]:sample/sample.git'
source 'https://github.com/CocoaPods/Specs.git'

pod 'RestKit', '~>  0.20.0'
pod 'TestLibrary', :git => 'https://github.com/sample/sample2'
pod 'libARClientIOS', :path => '~/Developer/Test/iPhone/libARClientIOS/'

post_install do |installer|
  installer.project.targets.each do |target|
    target.build_configurations.each do |configuration|
      target.build_settings(configuration.name)['ARCHS'] = '$(ARCHS_STANDARD_32_BIT)'
    end
  end
end
InformationsquelleAutor n00dle | 2015-07-01
Schreibe einen Kommentar