File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -220,16 +220,18 @@ jobs:
220220
221221 - name : Build example for iOS
222222 run : |
223- xcodebuild -list -workspace ReactNativeSdkExample.xcworkspace
224-
225- xcodebuild clean build \
226- -workspace ReactNativeSdkExample.xcworkspace \ # Replace with your workspace name
227- -scheme ReactNativeSdkExample \ # Replace with your app's scheme name
228- -destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ # Adjust simulator as needed
229- -sdk iphonesimulator \
230- CODE_SIGN_IDENTITY="" \
231- CODE_SIGNING_REQUIRED=NO \
232- CODE_SIGNING_ALLOWED=NO
223+ cd example/ios
224+ xcodebuild -list -workspace ReactNativeSdkExample.xcworkspace
225+
226+ xcodebuild clean build \
227+ -workspace ReactNativeSdkExample.xcworkspace \ # Replace with your workspace name
228+ -scheme ReactNativeSdkExample \ # Replace with your app's scheme name
229+ -destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ # Adjust simulator as needed
230+ -sdk iphonesimulator \
231+ CODE_SIGN_IDENTITY="" \
232+ CODE_SIGNING_REQUIRED=NO \
233+ CODE_SIGNING_ALLOWED=NO
234+
233235 # yarn add @iterable/react-native-sdk
234236 # yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
235237 # echo "${{ env.TURBO_CACHE_DIR }}"
You can’t perform that action at this time.
0 commit comments