Skip to content

Commit

Permalink
Fix XCode signing issue in sample test (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz authored Aug 9, 2024
1 parent e4952a4 commit 4008047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4008047

Please sign in to comment.