Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to manage code signing.... failed to unmarshal response: parsing time #288

Closed
1 task done
mthompson-spectra opened this issue Mar 23, 2022 · 2 comments · Fixed by #290 or bitrise-steplib/steps-export-xcarchive#42

Comments

@mthompson-spectra
Copy link

Troubleshooting

  • I've searched discuss.bitrise.io for possible solutions.
  • Which version of the step is effected? 4.3.1
  • Is the issue reproducible with the latest version? YES
  • Does the issue happen sporadically, or every time? EVERY TIME
  • Is the issue reproducible locally by following our local debug guide? UNKNOWN

Useful information

Issue description

On trying to setup automatic code signing (apple-id), I am getting the attached parse error. It appears that the request to get profile info from my apple account is working but the xcode-archive step is failing to parse the (expiry?) timestamp because of a formatting mismatch.

Bitrise info

Checking development provisioning profiles
Using certificate for development distribution: Apple Development: XXXXXXXXXXXXX
  Checking bundle id: xxx.yyy.zzz
  capabilities:
Exporting outputs...
failed to manage code signing: failed to ensure profiles: failed to find profile: failed to unmarshal response: parsing time ""2023-03-23 20:22:41 UTC"" as ""2006-01-02T15:04:05Z07:00"": cannot parse " 20:22:41 UTC"" as "T"
  

Steps to reproduce

  1. Enable xcode-archive with code signing (apple-id).
  2. Set env variable SPACESHIP_AVOID_XCODE_API=true to workaround Please update to Xcode 7.3 or later to continue developing with your Apple ID. #287
@lpusok
Copy link
Contributor

lpusok commented Mar 24, 2022

Looking into it, can confirm that the Step fails with (SPACESHIP_AVOID_XCODE_API=true), will release a fix for it. Could not reproduce the original issue tough (#287).

@mthompson-spectra
Copy link
Author

Thanks @lpusok! What do you think the timeline is for having the fix available in Bitrise? This is a blocker for us.

Looking into it, can confirm that the Step fails with (SPACESHIP_AVOID_XCODE_API=true), will release a fix for it. Could not reproduce the original issue tough (#287).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants