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"