I’m running a script to generate an ipa file from Xcode. While invoking the xcodebuild a prompt is displayed saying
macOS wants to make changes. Enter an administrator’s name and password to allow this.
If the credentials are entered the ipa file will be generated. If not the ipa will not be generated.
I figured out that the prompts are displayed because of the “Apple Worldwide Developer relations Intermediate Certificate which expires on Feb 7 2023”. Is there any way we can bypass this and the build and automatically generate the ipa without having to enter the keychain credentials?