Skip to content

Commit

Permalink
Fix tmp path for iOS template project
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Aug 5, 2022
1 parent 923b65e commit c5e4197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ jobs:
name: Build template project
command: |
xcodebuild build \
-workspace ~/tmp/$PROJECT_NAME/ios/$PROJECT_NAME.xcworkspace \
-workspace /tmp/$PROJECT_NAME/ios/$PROJECT_NAME.xcworkspace \
-scheme $PROJECT_NAME \
-sdk iphonesimulator
Expand Down

0 comments on commit c5e4197

Please sign in to comment.