fastlane-old / sigh

Because you would rather spend your time building stuff than fighting provisioning
https://fastlane.tools
958 stars 86 forks source link

Crashing when I try to do a repair on a Developer Provision Profile #276

Closed sfransen closed 8 years ago

sfransen commented 8 years ago

Crashing when I try to do a repair on a Developer Provision Profile Since I only have one provision profile has needs to be repair I can't see if it is on all

/Library/Ruby/Gems/2.0.0/gems/spaceship-0.22.0/lib/spaceship/client.rb:300:in `parse_response': [!] {"responseId"=>"5d3df709-4843-42db-9b51-7979c8f277ec", "resultCode"=>35, "resultString"=>"There were errors in the data supplied. Please correct and re-submit.", "userString"=>"Invalid deviceClass for profile type.", "creationTimestamp"=>"2016-03-04T21:54:28Z", "protocolVersion"=>"QH65B2", "userLocale"=>"en_US", "requestUrl"=>"https://developer.apple.com/services-account/QH65B2/account/ios/profile/regenProvisioningProfile.action", "httpCode"=>200, "validationMessages"=>[{"validationKey"=>"provision.device.deviceclass.error", "validationUserMessage"=>"Invalid deviceClass for profile type."}]} (Spaceship::Client::UnexpectedResponse)

from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.22.0/lib/spaceship/portal/portal_client.rb:389:in `repair_provisioning_profile!'
from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.22.0/lib/spaceship/portal/provisioning_profile.rb:345:in `block in update!'
from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.22.0/lib/spaceship/client.rb:195:in `with_retry'
from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.22.0/lib/spaceship/portal/provisioning_profile.rb:344:in `update!'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/lib/sigh/download_all.rb:29:in `download_profile'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/lib/sigh/download_all.rb:13:in `block in download_all'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/lib/sigh/download_all.rb:10:in `each'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/lib/sigh/download_all.rb:10:in `download_all'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/lib/sigh/manager.rb:34:in `download_all'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/bin/sigh:45:in `block (2 levels) in run'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in `run'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in `run_active_command'
from /Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.37.0/lib/fastlane_core/ui/fastlane_runner.rb:23:in `run!'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in `run!'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/bin/sigh:91:in `run'
from /Library/Ruby/Gems/2.0.0/gems/sigh-1.4.0/bin/sigh:109:in `<top (required)>'
from /usr/bin/sigh:23:in `load'
from /usr/bin/sigh:23:in `<main>'
fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1757. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: