Skip to content

Commit c61a89d

Browse files
committed
fix: disable automatic code signing
1 parent 9fd09b8 commit c61a89d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ platform :ios do
4141
lane :build do
4242
git_basic_auth = ENV['MATCH_GIT_BASIC_AUTHORIZATION']
4343
match(type: 'appstore', readonly: is_ci, git_basic_authorization: git_basic_auth)
44+
disable_automatic_code_signing(path: "Runner.xcodeproj")
4445

4546
app_id = "fr.isenengineering.flut"
4647
profile_id = "match AppStore fr.isenengineering.flut"

0 commit comments

Comments
 (0)