Closed BirmacherAkos closed 5 years ago
ios_additional_params input has --no-codesign option set by default. This will solve most codesigning issues.
ios_additional_params
--no-codesign
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:
@trapacska Please merge the PR.
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: