Build fails while creating archive by giving error exit status 65
It seems to be an issue with the wildcard provisioning profile. Builds locally just fine and with a clean clone.
We are not using automatic signing in the Workflow.
Last lines of the Xcodeâs build log:
Check dependencies
Code Signing Error: No profiles for â***â were found: Xcode couldnât find any iOS App Development provisioning profiles matching ***â. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.
Code Signing Error: Code signing is required for product type âApp Extensionâ in SDK âiOS 11.4â
** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
(1 failure)
##Environment:
Where did the issue happen?
Stack: Xcode 9.4.x, on macOS 10.13 (High Sierra)
Which build Step causes the issue and which version of the step?
Xcode-archive@2.4.6
##Reproducibility:
-
Does a âRebuildâ help? (You can trigger a rebuild from the Buildâs page, by clicking the âRebuildâ button in the top right corner of a finished build) : NO
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO -
_Does the issue happen sporadically, or every time?
Every time -
_Does upgrading the build Step to the latest version help?
No -
_When did the issue start?
Our last successful build was November 20th. We rebuilt that commit but it still fails.
Local reproduction
Can it be reproduced on your own Mac/PC by following our local debug guide? Please follow at least the first section (âTesting with a full clean git cloneâ) to make sure to test the state of the code what bitrise.io will get when it does a git clone in the clean environment! If possible please note which sections you tried.
Local build works and so does building the clean clone.
Local reproduction: iOS
Can it be reproduced by running the build locally, after doing a new git clone of the repository into the /tmp
directory and running the build from there with the Bitrise CLI ( Bitrise CLI )? If no, can it be reproduced with Docker (using the same docker images / environment we use on bitrise.io)? Related guide: Redirecting⌠.
Failed at a different step in the CLI: Build to Xcode Project
Build log
Please copy paste the buildâs bitrise.io URL here (or if the issue happens somewhere else then the full logs), or if you canât share the url / log here then send the url or full log through a private channel (e.g. email - Contact us ), with a link to the related Discuss issue.
URL sent via email