Skip to content

Commit 62914f6

Browse files
Using project instead of workspace to build manually
1 parent cdca923 commit 62914f6

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
echo "${{ env.TURBO_CACHE_DIR }}"
226226
227227
xcodebuild clean build \
228-
-workspace ReactNativeSdkExample.xcworkspace \ # Replace with your workspace name
228+
-project ReactNativeSdkExample.xcodeproj \ # Replace with your workspace name
229229
-scheme ReactNativeSdkExample \ # Replace with your app's scheme name
230230
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ # Adjust simulator as needed
231231
-sdk iphonesimulator \

0 commit comments

Comments
 (0)