View Single Post
Old 12-03-2024, 06:37 PM   #5
vurt
Enthusiast
vurt began at the beginning.
 
Posts: 38
Karma: 28
Join Date: Apr 2016
Device: KV
Quote:
Originally Posted by pazos View Post
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.

Last edited by vurt; 12-03-2024 at 06:40 PM.
vurt is offline   Reply With Quote