Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 788fd9a

Browse files
committed
Fix circleci iOS build error
1 parent afff138 commit 788fd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: cd ../hello-react-native && npm install
4747
- run: sudo npm install -g react-native-cli
4848
- run: cp -r ../project/ ../hello-react-native/node_modules/launchdarkly-react-native-client-sdk/
49-
- run: cd ../hello-react-native && react-native run-ios --configuration Release
49+
- run: cd ../hello-react-native && react-native run-ios --configuration Release --simulator rn-ios
5050

5151
workflows:
5252
version: 2

0 commit comments

Comments
 (0)