ios - pod install fails with error: error:1006706B:elliptic curve routines -
i have 2 macs both date os x , xcode. on one, can install cocoapods , pods specified in project's podfile. other fails:
pod install --verbose preparing
updating local specs repositories
creating shallow clone of spec repo
master
https://github.com/cocoapods/specs.git
$ /opt/local/bin/git clone https://github.com/cocoapods/specs.git master --depth=1 cloning 'master'... error: error:1006706b:elliptic curve routines:ec_gfp_simple_oct2point:point not on curve while accessing https://github.com/cocoapods/specs.git/info/refs?service=git-upload-pack fatal: http request failed [!] unable add source urlhttps://github.com/cocoapods/specs.git
namedmaster
. can try adding manually in~/.cocoapods/repos
or viapod repo add
./library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/sources_manager.rb:48:in
rescue in find_or_create_source_with_url' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/sources_manager.rb:53:in
find_or_create_source_with_url' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:616:inblock in sources' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:615:in
map' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:615:insources' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:211:in
update_repositories' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:129:inblock in resolve_dependencies' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/user_interface.rb:59:in
section' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:128:inresolve_dependencies' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:104:in
install!' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/command/project.rb:71:inrun_install_with_update' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/command/project.rb:101:in
run' /library/ruby/gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:312:inrun' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/command.rb:48:in
run' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/bin/pod:44:in<top (required)>' /usr/bin/pod:23:in
load' /usr/bin/pod:23:in `'
i've uninstalled , reinstalled cocoapods , tried else remotely relevant on so. me smells encryption/decryption issue or https/ssl issue.
on machine having trouble, did have pre-beta xcode installed, i've since deleted , made sure it's command line tools set correctly.
anyone have suggestion on how remedy or diagnosis further?
i resorted taking drastic action. uninstalled xcode (app, libraries, preferences), uninstalled cocoapods, , uninstalled macports (i have had old port getting in mix). reinstalled xcode , cocoapods , works.
Comments
Post a Comment