Skip to content

Commit 896e8e8

Browse files
changed from workspace to project
1 parent be12b84 commit 896e8e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ jobs:
222222
cd example/ios
223223
xcodebuild -list
224224
225-
xcodebuild clean build \
226-
-workspace ReactNativeSdkExample.xcworkspace \ # Replace with your workspace name
227-
-scheme Iterable-iOS-SDK \ # Replace with your app's scheme name
225+
xcodebuild build \
226+
-project ReactNativeSdkExample.xcproject \ # Replace with your workspace name
227+
-scheme ReactNativeSdkExample \ # Replace with your app's scheme name
228228
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ # Adjust simulator as needed
229229
-sdk iphonesimulator \
230230
CODE_SIGN_IDENTITY="" \

0 commit comments

Comments
 (0)