Replies: 2 comments
-
Hi @tethridge, There is no special integration for xcode or fastlane builtin into Cirrus CLI. Using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Right, I understand. However it seems like a such a common task that I
assume it is a pain point for most to figure out how to configure
certificates for an iOS build, since most developers configure using the UI
and forget about it.
I was hoping for example documentation to configure Xcode certificates to
build. Fastlane has its ”merge” solution, but I don’t know if that is a
best practice with CI.
…On Mon, Mar 3, 2025 at 12:46 AM Fedor Korotkov ***@***.***> wrote:
Hi @tethridge <https://github.com/tethridge>,
There is no special integration for xcode or fastlane builtin into Cirrus
CLI. Using script and other instructions
<https://cirrus-ci.org/guide/writing-tasks/#supported-instructions> you
can run any script and more to configure these tools the same way you do
locally in scripts or in any CI/CD you already have.
—
Reply to this email directly, view it on GitHub
<#843 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUPUXWGJGMRUER4IWSZLND2SPUEDAVCNFSM6AAAAABYAJW4VSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZXGA4TKOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm investigating the use of cirrus-cli with a project that builds an iOS application. I'm not able to find much documentation that explains the best way to configure your signing certificates and run a build. I'm using the latest macos-sonoma-xcode instance, which I see comes with fastlane installed. Is this information documented somewhere?
The big issue that I would like clarity on is the best way to configure certificates that are needed when building using xcode or fastlane.
Beta Was this translation helpful? Give feedback.
All reactions