From 411ea9151f9de16667be1963ef064db81a0d3236 Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Tue, 6 Aug 2024 12:48:59 -0700 Subject: [PATCH] Fix XCode signing issue in sample test --- .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