Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Pre-launches simulator to avoid Error Code 65 failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 22, 2016
1 parent f72b04c commit 215addb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Expand Up @@ -11,6 +11,8 @@ dependencies:
pre:
- bundle install
- bundle exec fastlane oss_keys
# See https://discuss.circleci.com/t/xcode-exit-code-65/4284/13
- xcrun instruments -w "30244F9E-BA58-403B-82B1-ACD9AE948EB6" || echo "(Pre)Launched the simulator."
post:
- set -o pipefail && xcodebuild -destination "id=30244F9E-BA58-403B-82B1-ACD9AE948EB6" -scheme "Kiosk" -workspace "Kiosk.xcworkspace" -derivedDataPath derived_data build | xcpretty --color

Expand Down

0 comments on commit 215addb

Please sign in to comment.