Skip to content

Commit

Permalink
Merge pull request retyui#17 from HammzaHM/fix_circleci_ios_job
Browse files Browse the repository at this point in the history
fix(CircleCI IOS): Fix working_directory path and update Xcode version
  • Loading branch information
retyui authored Sep 21, 2022
2 parents e135490 + 97181ec commit 18baf9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ jobs:
- node_modules

ios-build:
working_directory: ~/app/android
working_directory: ~/app/ios
macos:
xcode: 11.3.0
xcode: 13.4.1

steps:
- checkout:
path: ~/app
- attach_workspace:
at: ~/app
- run: yarn install --frozen-lockfile
- restore_cache:
key: pods-v1-{{ checksum "ios/Podfile.lock" }}-{{ arch }}
- run:
Expand Down

0 comments on commit 18baf9d

Please sign in to comment.