Tidak dapat menginstal podfile

Saya telah menginstal Cocoapods, menjalankan pengaturan pod, membuat file pod dan kemudian ketika saya mencoba menginstalnya, dapatkan kesalahan berikut.

    fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.35.0/lib/cocoapods/user_interface/error_report.rb:13:in `report': incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityError)
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.35.0/lib/cocoapods/command.rb:58:in `report_error'
    from /Library/Ruby/Gems/2.0.0/gems/claide-0.7.0/lib/claide/command.rb:300:in `handle_exception'
    from /Library/Ruby/Gems/2.0.0/gems/claide-0.7.0/lib/claide/command.rb:274:in `rescue in run'
    from /Library/Ruby/Gems/2.0.0/gems/claide-0.7.0/lib/claide/command.rb:264:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.35.0/lib/cocoapods/command.rb:45:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.35.0/bin/pod:43:in `<top (required)>'
    from /usr/bin/pod:23:in `load'
    from /usr/bin/pod:23:in `<main>'

Ini yang ada di podfile saya

platform :ios, '7.0'
pod ‘pop’, ‘~> 1.0′

Saya telah mencopot pemasangan kakao dan memasangnya kembali tetapi tidak berhasil. Bahkan mencoba solusi berikut yang berhasil untuk orang lain yang mengalami masalah dengan pemasangan pod tetapi tidak berhasil.

$ sudo rm -fr ~/.cocoapods/repos/master
$ pod setup 

Ada ide?

Terima kasih


person user1923975    schedule 12.02.2015    source sumber


Jawaban (2)


Ini terjadi pada saya ketika saya mengedit Podfile saya dengan Textedit, dan alih-alih menggunakan tanda kutip tunggal biasa, ada tanda centang mundur yaitu:

Saya mendapatkan ini: 'Daripada ini:'

person Saltymule    schedule 27.03.2015

Sepertinya ini hanya masalah sementara, mungkin pada buah kakao. Mencoba kembali 'pod install' hari ini dan berhasil tanpa masalah.

person user1923975    schedule 15.02.2015