bitrise-steplib / bitrise-step-flutter-build

MIT License
7 stars 14 forks source link

TOOL-390 add --no-codesign by defult to the `ios_additional_params` input. #10

Closed BirmacherAkos closed 5 years ago

BirmacherAkos commented 5 years ago

ios_additional_params input has --no-codesign option set by default. This will solve most codesigning issues.

The actual codesigning will be done by the Xcode Archive step after the flutter-build, so codesigning is not necessary in this phase.

Example log, when the code signing is disabled:

Screenshot 2019-08-12 at 12 27 04
BirmacherAkos commented 5 years ago

@trapacska Please merge the PR.