Certificate generation without key chain

I am trying to validate my app (first one I have done). It is asking me to create a certificate buying Key chain. However, my MAC OS 15 and my phone iOS 18 use the new passwords app not key chain. So how do I get one? This is eh error I get

Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '' for key 'com.apple.developer.icloud-container-environment' in 'Payload/StopWatch.app/StopWatch' is not supported. This value should be a string value of 'Production' (ID: c50d0cec-b221-4621-bc72-fa3c5b07200e)

Keychain Access is still available in macOS 15 (currently in beta). Find it in /System/Library/CoreServices/Applications/.

However, in most cases you don’t need to use Keychain Access to submit an app to the App Store. Xcode’s automatic signing support takes care of that detail.

Are you using Xcode to build your app?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Certificate generation without key chain
 
 
Q