DEV Community

Göran Syberg Falguera
Göran Syberg Falguera

Posted on

No signing certificate iOS auto deploy

In the hope of this helping someone. Our CI/CD environment suddenly started spitting out "No signing certificate "iOS Distribution" found when validating our xcarchive before distribution to AppStore.

I could not figure out why it was showing so after a wild goose chase I broke it down piece by piece. One step was running the build manually trough XCode. This is when I got the critical piece of information. There is a new PLA (Program License Agreement) on our Apple Developer account!

Logging into our development account as the owner and accepting the new PLA solved the problem.

Would have been great if the PLA error that caused the certificate error would have appeared first in the xcodebuild-log.

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay