Skip to content

Commit

Permalink
Wild shot – Use Xcode 14.3
Browse files Browse the repository at this point in the history
See CI failure:

```
▸ Linking WordPress
⚠️  ld: Could not find or use auto-linked library 'swiftCompatibility56'

❌  ld: symbol(s) not found for architecture x86_64
```

https://buildkite.com/automattic/wordpress-ios/builds/14356#01885545-c05a-43a8-b475-d0d683857672
  • Loading branch information
mokagio committed May 26, 2023
1 parent ce6842d commit f312f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ common_params:
# Common environment values to use with the `env` key.
- &common_env
# Be sure to also update the `.xcode-version` file when updating the Xcode image/version here
IMAGE_ID: xcode-14.2
IMAGE_ID: xcode-14.3
BUILDKITE_PLUGINS_ALWAYS_CLONE_FRESH: true

# This is the default pipeline – it will build and test the app
Expand Down

0 comments on commit f312f9e

Please sign in to comment.