-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Description
New Issue Checklist
- Updated fastlane to the latest versionI read the Contribution GuidelinesI read docs.fastlane.toolsI searched for existing GitHub issues
Issue Description
The following issue is occuring:
The provided entity includes an unknown attribute - 'templateName' is not an attribute on the resource 'profiles' - /data/attributes/templateName
Command executed
fastlane sigh
Complete output when running fastlane, including the stack trace and command used
[22:38:36]: Creating authorization token for App Store Connect API
[22:38:36]: Fetching profiles...
[22:38:37]: Verifying certificates...
[22:38:37]: No existing profiles found, that match the certificates you have installed locally! Creating a new provisioning profile for you
Looking for related GitHub issues on fastlane/fastlane...
Found no similar issues. To create a new issue, please visit:
https://github.com/fastlane/fastlane/issues/new
Run fastlane env
to append the fastlane environment to your issue
/opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/api_client.rb:223:in 'Spaceship::ConnectAPI::APIClient#handle_response': [!] A parameter has an invalid value - 'eyJvZmZzZXQiOiIyMCJ9' is not a valid cursor for this request (Spaceship::UnexpectedResponse)
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/api_client.rb:114:in 'Spaceship::ConnectAPI::APIClient#get'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/provisioning/client.rb:31:in 'Spaceship::ConnectAPI::Provisioning::Client#get'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:31:in 'Spaceship::ConnectAPI::Response#next_page'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:45:in 'block in Spaceship::ConnectAPI::Response#next_pages'
from internal:kernel:168:in 'Kernel#loop'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:44:in 'Spaceship::ConnectAPI::Response#next_pages'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:57:in 'Spaceship::ConnectAPI::Response#all_pages'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/models/bundle_id.rb:44:in 'Spaceship::ConnectAPI::BundleId.all'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/models/bundle_id.rb:50:in 'Spaceship::ConnectAPI::BundleId.find'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/runner.rb:317:in 'Sigh::Runner#ensure_app_exists!'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/runner.rb:53:in 'Sigh::Runner#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/manager.rb:8:in 'Sigh::Manager.start'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/commands_generator.rb:62:in 'block (2 levels) in Sigh::CommandsGenerator#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in 'Commander::Command#call'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in 'Commander::Command#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in 'Commander::Runner#run_active_command'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in 'Commander::Runner#run!'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in 'Commander::Delegates#run!'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/commands_generator.rb:140:in 'Sigh::CommandsGenerator#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/commands_generator.rb:17:in 'Sigh::CommandsGenerator.start'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/fastlane/lib/fastlane/cli_tools_distributor.rb:115:in 'Fastlane::CLIToolsDistributor.take_off'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/bin/fastlane:23:in '<top (required)>'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in 'Kernel#load'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in '
Environment
| -- | -- | | | | | | | | | | | | | |
New Issue Checklist
Updated fastlane to the latest version
I read the Contribution Guidelines
I read docs.fastlane.tools
I searched for existing GitHub issues
Issue Description
The following issue is occuring:
The provided entity includes an unknown attribute - 'templateName' is not an attribute on the resource 'profiles' - /data/attributes/templateName
Command executed
fastlane sigh
Complete output when running fastlane, including the stack trace and command used
[22:38:36]: Creating authorization token for App Store Connect API
[22:38:36]: Fetching profiles...
[22:38:37]: Verifying certificates...
[22:38:37]: No existing profiles found, that match the certificates you have installed locally! Creating a new provisioning profile for you
Looking for related GitHub issues on fastlane/fastlane...
Found no similar issues. To create a new issue, please visit:
https://github.com/fastlane/fastlane/issues/new
Run fastlane env to append the fastlane environment to your issue
/opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/api_client.rb:223:in 'Spaceship::ConnectAPI::APIClient#handle_response': [!] A parameter has an invalid value - 'eyJvZmZzZXQiOiIyMCJ9' is not a valid cursor for this request (Spaceship::UnexpectedResponse)
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/api_client.rb:114:in 'Spaceship::ConnectAPI::APIClient#get'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/provisioning/client.rb:31:in 'Spaceship::ConnectAPI::Provisioning::Client#get'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:31:in 'Spaceship::ConnectAPI::Response#next_page'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:45:in 'block in Spaceship::ConnectAPI::Response#next_pages'
from internal:kernel:168:in 'Kernel#loop'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:44:in 'Spaceship::ConnectAPI::Response#next_pages'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/response.rb:57:in 'Spaceship::ConnectAPI::Response#all_pages'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/models/bundle_id.rb:44:in 'Spaceship::ConnectAPI::BundleId.all'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/spaceship/lib/spaceship/connect_api/models/bundle_id.rb:50:in 'Spaceship::ConnectAPI::BundleId.find'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/runner.rb:317:in 'Sigh::Runner#ensure_app_exists!'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/runner.rb:53:in 'Sigh::Runner#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/manager.rb:8:in 'Sigh::Manager.start'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/commands_generator.rb:62:in 'block (2 levels) in Sigh::CommandsGenerator#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in 'Commander::Command#call'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in 'Commander::Command#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in 'Commander::Runner#run_active_command'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in 'Commander::Runner#run!'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in 'Commander::Delegates#run!'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/commands_generator.rb:140:in 'Sigh::CommandsGenerator#run'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/sigh/lib/sigh/commands_generator.rb:17:in 'Sigh::CommandsGenerator.start'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/fastlane/lib/fastlane/cli_tools_distributor.rb:115:in 'Fastlane::CLIToolsDistributor.take_off'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/gems/fastlane-2.227.0/bin/fastlane:23:in '<top (required)>'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in 'Kernel#load'
from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in '
'
Details
Environment
Details