From 400804757c784a649ebd7cec1ef423e0918bbd97 Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Fri, 9 Aug 2024 16:45:06 -0700 Subject: [PATCH] Fix XCode signing issue in sample test (#767) --- .github/workflows/sample_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample_test.yml b/.github/workflows/sample_test.yml index ed52d53a..d52709ab 100644 --- a/.github/workflows/sample_test.yml +++ b/.github/workflows/sample_test.yml @@ -48,7 +48,7 @@ jobs: pod update opentok-react-native pod install cat Podfile.lock - xcodebuild clean build -quiet -workspace ${{ matrix.project }}.xcworkspace -scheme ${{ matrix.project }} -destination 'platform=iOS Simulator,name=iPhone 11,OS=15.0' + xcodebuild clean build -quiet -workspace ${{ matrix.project }}.xcworkspace -scheme ${{ matrix.project }} -destination 'platform=iOS Simulator,name=iPhone 11,OS=15.0' -- CODE_SIGNING_ALLOWED=NO else ./gradlew -Dorg.gradle.jvmargs=-Xmx4g app:assembleRelease fi