react-native-community / react-native-circleci-orb

A CircleCI Orb to Simplify Testing your React Native App
MIT License
176 stars 80 forks source link

Getting Exit code 65 in the build ios step #163

Closed jim-at-jibba closed 14 hours ago

jim-at-jibba commented 1 year ago

Orb version

7.1.1

What happened

Build iOS step fails with exit code 65

Expected behavior

Builds successfully

I have read that adding - sleep 15 to the start simulator command xcrun simctl boot "<<parameters.device>>" || true - sleep 15 can help. Is this your experience?