Giter Club home page Giter Club logo

Comments (4)

MarkVillacampa avatar MarkVillacampa commented on September 25, 2024

Are you using any kind of proxy or firewall that could cause a connection error when trying to log into iTunes Connect?

from motion-provisioning.

eliduke avatar eliduke commented on September 25, 2024

I wasn't, as far as I knew, but it's hard to say now. I haven't tried using it again since then, but I will see what happens next time.

from motion-provisioning.

Neoncreek avatar Neoncreek commented on September 25, 2024

I'm having the same issue. Running with VERBOSE=1 shows this:

[17:10:52]: >> POST: https://developerservices2.apple.com/services/QH65B2/listT\
eams.action 
[17:10:52]: Timeout received: 'Connection reset by peer - SSL_connect'.  Retryi\
ng after 3 seconds (remaining: 4)...
[17:10:55]: Timeout received: 'Connection reset by peer - SSL_connect'.  Retryi\
ng after 3 seconds (remaining: 3)...
[17:10:58]: Timeout received: 'Connection reset by peer - SSL_connect'.  Retryi\
ng after 3 seconds (remaining: 2)...
[17:11:01]: Timeout received: 'Connection reset by peer - SSL_connect'.  Retryi\
ng after 3 seconds (remaining: 1)...
rake aborted!
Faraday::ConnectionFailed: Connection reset by peer - SSL_connect

Here's my Rakefile:

# -*- coding: utf-8 -*-                                                         
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'

begin
  require 'bundler'
  Bundler.require
rescue LoadError
end

Motion::Project::App.setup do |app|
  app.name = 'Hello'
  app.identifier = 'com.example.hello'

  app.development do
    app.codesign_certificate = MotionProvisioning.certificate(
      type: :development,
      platform: :ios,
      free: true)

    app.provisioning_profile = MotionProvisioning.profile(
      bundle_identifier: app.identifier,
      app_name: app.name,
      platform: :ios,
      type: :development,
      free: true)
  end
end

I don't have an Apple Developer account. I'm running OS X Sierra, and a fresh install of RubyMotion and motion-provisioning. I'm not using any kind of proxy or firewall (except the built-in firewall for OS X, with no special configuration or anything).

Thanks for any help!

EDIT: I read the instructions again and noticed the "rake archive:distribution" command in the animated gif. No idea what it means but I tried it, with this result:

Couldn't verify that spaceship is up to date
     Build ./build/iPhoneOS-10.2-Release
    Create ./build/iPhoneOS-10.2-Release/Hello.app/Info.plist
    Create ./build/iPhoneOS-10.2-Release/Hello.app/embedded.mobileprovision
  Codesign ./build/iPhoneOS-10.2-Release/Hello.app
    ERROR! Cannot find any iOS/iPhone Distribution certificate in the keychain.

I have a developer certificate, but with a free account is it possible to have a Distribution certificate?

from motion-provisioning.

andrewhavens avatar andrewhavens commented on September 25, 2024

Try again with version 1.0.0.

from motion-provisioning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.