Skip to content

Commit 219fc64

Browse files
trying to build with another scheme
1 parent 3f8edca commit 219fc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
226226
xcodebuild clean build \
227227
-workspace ReactNativeSdkExample.xcworkspace \ # Replace with your workspace name
228-
-scheme ReactNativeSdkExample \ # Replace with your app's scheme name
228+
-scheme Pods-ReactNativeSdkExample \ # Replace with your app's scheme name
229229
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ # Adjust simulator as needed
230230
-sdk iphonesimulator \
231231
CODE_SIGN_IDENTITY="" \

0 commit comments

Comments
 (0)