Skip to content

Conversation

redreceipt
Copy link
Contributor

@redreceipt redreceipt commented Mar 18, 2025

Checklist

  • I've run bundle exec rspec from the root directory to see all new and existing tests pass
  • I've followed the fastlane code style and run bundle exec rubocop -a to ensure the code style is valid
  • I see several green ci/circleci builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.
  • I've added or updated relevant unit tests.

Motivation and Context

Closes #29498

Description

templateName is no longer a valid parameter

https://developer.apple.com/documentation/appstoreconnectapi/profilecreaterequest/data-data.dictionary/attributes-data.dictionary

Screenshot 2025-03-18 at 6 05 08 PM

Testing Steps

@lpusok
Copy link

lpusok commented Mar 20, 2025

This is an undocumented parameter, I think failure is due to Apple API failures, not this parameter specifically.

dragomir-ivanov-212 added a commit to Trading212Dev/fastlane that referenced this pull request Mar 20, 2025
@mleppanen-sorenson
Copy link

This fix worked for me.

@bleeptools
Copy link

Please merge this.

@the-white-cat
Copy link

Can someone please merge this?

@mschroeder-betcloud
Copy link

Please merge this. Thank you.

@Kirvlawc
Copy link

Are there any plans to merge this ?

@dakshatsuraasa
Copy link

please merge, the error is breaking fastlane deployment.

@jonaswaigel
Copy link

jonaswaigel commented May 23, 2025

This is basically not working if you add entitlements to the provisioning profile creation during the fastlane sigh command.
Any plans when this will be fixed for fastlane sigh?

@dakshatsuraasa
Copy link

Any update on this being merged or the error being fixed ?

@ansh-les
Copy link

ansh-les commented Jun 3, 2025

Hi, any update on merging this fix?

@ToddZeil
Copy link

ToddZeil commented Jun 8, 2025

@heitor598 @redreceipt I'm running into this issue, are we happy to merge this change?

@dakshatsuraasa
Copy link

This is issue makes iOS deployment capability nullified please merge this asap! @redreceipt

@hunnamab hunnamab mentioned this pull request Jun 9, 2025
templateName: template_name
# Unsupported
# https://developer.apple.com/documentation/appstoreconnectapi/profilecreaterequest/data-data.dictionary/attributes-data.dictionary
# templateName: template_name
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Thanks a lot for this change!

I don't think we need this comment. The git history and this pr should be enough to understand why we deleted it.

We also should clean up the callers and Sigh options, for example:

Spaceship::ConnectAPI::Profile.create(..., template_name: Sigh.config[:template_name]) 

@mollyIV
Copy link
Member

mollyIV commented Jun 9, 2025

It seems we have a duplicated pr: #29591

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The provided entity includes an unknown attribute - 'templateName' is not an attribute on the resource 'profiles' - /data/attributes/templateName