GithubHelp home page GithubHelp logo

Comments (6)

younata avatar younata commented on June 14, 2024

Weird. Carthage should just support this. But it doesn't. I am using carthage build --archive --use-xcframeworks in the release script. Looking into what Carthage is doing, it's generating Carthage/Build/Quick.xcframework, but the Quick.framework.zip file that it creates doesn't contain that. That feels like a bug in Carthage they should look at. Quick 7.3.0 will use a different script to generate Quick.framework.zip, which will include Carthage/Build/Quick.xcframework.

from quick.

younata avatar younata commented on June 14, 2024

This is fixed in the now-current Quick 7.3.0 and Nimble 12.3.0, which include both xcframework and legacy framework binaries.

from quick.

CraigSiemens avatar CraigSiemens commented on June 14, 2024

Thanks! I'll give it a shot.

from quick.

CraigSiemens avatar CraigSiemens commented on June 14, 2024

Carthage was able to download the XCFramework, but Xcode now fails to to build with the following error.

failed to build module 'Quick'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)', while this compiler is 'Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)'). Please select a toolchain which matches the SDK.

It feels like there's a couple things going on.

  • Our project is still using Swift 5.7 but the XCFramework is now built with 5.8.
  • I believe the swift version used to build a framework must be <= the swift version adding it to a project.
  • Carthage isn't catching that the swift version that built the framework is newer than the swift version, so it completes successfully, but Xcode fails later.
    • I've filed an issue with Carthage for it.
      Carthage/Carthage#3353
    • Nimble seems to be accidentally caught by Carthge because it has a watchOS part of the xcframework that doesnt contain a .swiftinterface file.

Was it intentional to raise the minimum supported swift version to 5.8? The last related change I can see in the release notes was in https://github.com/Quick/Quick/releases/tag/v6.1.0 dropping support for 5.6.

from quick.

younata avatar younata commented on June 14, 2024

Was it intentional to raise the minimum supported swift version to 5.8?

No, but I did build this using the swift included with Xcode 14.3.1, which is 5.8.

I'm very strongly considering not including prebuilt frameworks because of all these gotchas. For Quick 7.3.0 and Nimble 12.3.0, I'll remove the prebuilt frameworks.

from quick.

CraigSiemens avatar CraigSiemens commented on June 14, 2024

Removing them would resolve the issue for now. We've also updated our project to not use the binary from Quick.

carthage build --platform iOS --cache-builds --use-xcframeworks --no-use-binaries Quick

Future Improvement Idea

Instead of manually building the frameworks, there could be a GitHub workflow that does it. It could automatically be run when a new release is created on Github. The workflow could be set to use a fixed version of Xcode that contains the minimum supported swift version. Then it's not dependant on the Xcode version installed locally when the release is made, so it wont change based on who is making the release.

from quick.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.