Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcodebuild fails for 0.13.0 #434

Closed
metalurgical opened this issue Sep 20, 2023 · 1 comment
Closed

xcodebuild fails for 0.13.0 #434

metalurgical opened this issue Sep 20, 2023 · 1 comment
Labels
🤔 question Further information is requested

Comments

@metalurgical
Copy link

xcodebuild fails after updating package from 0.12.2 to 0.13.0.

Screenshot 2023-09-20 at 11 30 24

Should be reproducible with the following github workflow snippet:

jobs:
  build:
    runs-on: macOS-latest
    strategy:
      matrix:
        platform:
          - iOS
    steps:
      - uses: actions/[email protected]
      - uses: mxcl/xcodebuild@v1
        with:
          platform: ${{ matrix.platform }}
          action: test
          scheme: <INSERT SCHEME NAME HERE>
          code-coverage: true
          upload-logs: always
@csjones
Copy link
Contributor

csjones commented Sep 21, 2023

Hey @metalurgical 👋

Thank you for calling this out! I've updated the 0.13.0 release to reflect that the minimum supported Swift version is 5.8 and by extension Xcode 14.3, I'm assuming this is why xcodebuild fails for you.

The easiest solution is to version lock to the previous release.

.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift.git", exact: "0.12.2")

@csjones csjones added the 🤔 question Further information is requested label Sep 21, 2023
@csjones csjones closed this as completed Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤔 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants