Quote:
Originally Posted by pazos
Some versions of the sdk are broken. Please have a look at which version is used on github automated builds and try to use the same.
|
Hi, thanks for the tip. I've followed online instructions in updating xcode previously.
Code:
raylam@vurtPro ~ % xcode-select --version
xcode-select version 2408.
Following your suggestion, I found this:
https://github.com/koreader/koreader...lows/build.yml
Code:
macos:
strategy:
fail-fast: false
matrix:
include:
- image: '13'
platform: 'x86-64'
xcode_version: '15.2'
deployment_target: '10.15'
- image: '14'
platform: 'ARM64'
xcode_version: '15.4'
deployment_target: '11.0'
Is that the version number? I have no ides what I'm actually doing, just googling.