Closed mark-watson closed 5 years ago
same error
same here
Hitting this issue as well - any way around it?
Possibly related?
If you want to upload builds to TestFlight/iTunes Connect from your CI machine, you need to generate an application specific password:
Visit appleid.apple.com/account/manage Generate a new application specific password Provide the application specific password using the environment variable FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
@amirrajan I tried that but I'm still facing the error reported by @mark-watson.
This should be fixed now in version 1.0.0.
I get an SMS message to OK login, but before I can respond, the rake task errors out (I changed my email to dummy value MYACCOUNT before pasting the following):
$ rake Couldn't verify that spaceship is up to date Info Logging into the Developer Portal with email 'MYACCOUNT@mac.com'. rake aborted! Invalid 2 step response {"trustedPhoneNumbers"=>[{ ... STUFF DELETED HERE ...}} /usr/local/lib/ruby/gems/2.4.0/gems/spaceship-0.39.0/lib/spaceship/two_step_client.rb:41:in
handle_two_step' /usr/local/lib/ruby/gems/2.4.0/gems/spaceship-0.39.0/lib/spaceship/client.rb:316:in
send_shared_login_request' /usr/local/lib/ruby/gems/2.4.0/gems/spaceship-0.39.0/lib/spaceship/portal/portal_client.rb:13:insend_login_request' /usr/local/lib/ruby/gems/2.4.0/gems/spaceship-0.39.0/lib/spaceship/client.rb:430:in
do_login' /usr/local/lib/ruby/gems/2.4.0/gems/motion-provisioning-0.0.7/lib/motion-provisioning.rb:69:inclient' /usr/local/lib/ruby/gems/2.4.0/gems/motion-provisioning-0.0.7/lib/motion-provisioning/certificate.rb:6:in
client' /usr/local/lib/ruby/gems/2.4.0/gems/motion-provisioning-0.0.7/lib/motion-provisioning/certificate.rb:39:incertificate_name' /usr/local/lib/ruby/gems/2.4.0/gems/motion-provisioning-0.0.7/lib/motion-provisioning.rb:206:in
certificate' /Users/markw/BITBUCKET/ios_cookingspace/Rakefile:23:inblock (2 levels) in <top (required)>' /Library/RubyMotion/lib/motion/project/config.rb:202:in
development' /Users/markw/BITBUCKET/ios_cookingspace/Rakefile:21:inblock in <top (required)>' /Library/RubyMotion/lib/motion/project/config.rb:121:in
block in setup' /Library/RubyMotion/lib/motion/project/config.rb:121:ineach' /Library/RubyMotion/lib/motion/project/config.rb:121:in
setup' /Library/RubyMotion/lib/motion/project/app.rb:66:inconfig' /Library/RubyMotion/lib/motion/project/template/ios.rb:156:in
block in <top (required)>' /usr/local/lib/ruby/gems/2.4.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>' Tasks: TOP => default => simulator