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 url https://github.com/cocoapods/specs.git named master. can try adding manually in ~/.cocoapods/repos or via pod 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:in block in sources' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:615:inmap' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:615:in sources' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:211:inupdate_repositories' /library/ruby/gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:129:in block 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:in resolve_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:in run_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:in run' /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:inload' /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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -