Nihal Agazade

Results 7 comments of Nihal Agazade

Hi, you can find more information about status badges here: https://docs.codemagic.io/yaml-publishing/status-badges/ Besides, please share your questions to our community slack channel or [email protected]

@Ismoh I guess I did not catch the root of the question :)) So, you would like to customise style of a badge status. Correct ? Seems like it is...

As Firebase docs still mention --token in their docs for authentication, I'll leave it as is.

If it is not ready @himesh-cm, you can convert it to draft

You can define arbitrary xcargs to xcodebuild archive by using [--archive-xcargs](https://github.com/codemagic-ci-cd/cli-tools/blob/master/docs/xcode-project/build-ipa.md#--archive-xcargsarchive_xcargs) and pass CODE_SIGN_STYLE in order to solve this error. As I cannot reproduce this issue, can you make a...

@cosmicvarion If you are still struggling with this issue, you can get it fixed by adding `--archive-flags` to `xcode-project build ipa`: `--archive-flags "-destination 'generic/platform=iOS' CODE_SIGNING_REQUIRED=YES CODE_SIGNING_ALLOWED=NO"` Please keep me updated...

it is resolved @priitlatt @cosmicvarion The optional flag is not necessary, you can get rid of it or at least the `CODE_SIGNING_REQUIRED=YES CODE_SIGNING_ALLOWED=NO` part.