I am dealing with error whereas producing Crashlytics iOS construct utilizing Azure Pipeline.
Azure Pipeline Under
set off:
- NONE
pool:
vmImage: macOS-14
steps:
- script: sudo xcode-select -s /Purposes/Xcode_15.3.app/Contents/Developer
displayName: Set Xcode 15.3 because the default model
- activity: InstallAppleCertificate@2
inputs:
certSecureFile: 'ClientA-Distribution-Certificates.p12'
certPwd: 'xxxx'
keychain: 'temp'
- activity: InstallAppleProvisioningProfile@1
inputs:
provisioningProfileLocation: 'secureFiles'
provProfileSecureFile: 'ClientAAdhocProvisioning.mobileprovision'
- activity: Xcode@5
inputs:
actions: 'construct'
configuration: 'AdHoc'
sdk: 'iphoneos'
xcWorkspacePath: '**/XYZ.xcodeproj'
scheme: 'ClientA (dev)'
packageApp: true
signingOption: 'guide'
signingIdentity: '$(APPLE_CERTIFICATE_SIGNING_IDENTITY)'
provisioningProfileUuid: '$(APPLE_PROV_PROFILE_UUID)'
Error in pipeline under
Error: /usr/bin/xcodebuild failed with return code: 65
Has anybody confronted related situation?
I’ve tried the next strategies; nevertheless, nonetheless encountering varied errors:
- Enabled verbose logging
- Enabled debug logging on the pipeline stage
- Up to date the runner to the newest model
- Added a number of parameters as arguments in Xcode
- Up to date the Xcode model