From 1eede56bb0211918be153357794b256b16bfd337 Mon Sep 17 00:00:00 2001 From: Brandon Jenniges Date: Fri, 31 May 2024 11:18:55 -0500 Subject: [PATCH] Remove code signing from xcodebuild --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a24da29..4cef3a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,4 +34,4 @@ jobs: rm Pods && rm Podfile.lock flutter pub get pod install --repo-update - xcodebuild -workspace Runner.xcworkspace -configuration Debug -scheme Runner -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14" \ No newline at end of file + xcodebuild -workspace Runner.xcworkspace -configuration Debug -scheme Runner -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO"