Code Monkey home page Code Monkey logo

Comments (6)

yonaskolb avatar yonaskolb commented on May 26, 2024 1

@pepibumur is it ok with you if we roll back the package to Swift 3 anyway, until Swift 4 comes out?

from xcodeproj.

yonaskolb avatar yonaskolb commented on May 26, 2024

Here's an example Package manifest

// swift-tools-version:4.0

import PackageDescription

let package = Package(
    name: "xcodepro_tester",
    dependencies: [
        .package(url: "https://github.com/carambalabs/xcodeproj.git", .exact("0.0.6")),
    ],
    targets: [
        .target(name: "xcodepro_tester", dependencies: ["xcodeproj"]),
    ],
    swiftLanguageVersions: [3]
)

Note that pulling in xcodeproj before the package changed to Swift 4 worked correctly

from xcodeproj.

yonaskolb avatar yonaskolb commented on May 26, 2024

This still happens with Xcode 9 beta 4. No idea what the problem is. Any thoughts @pepibumur?

from xcodeproj.

pepicrft avatar pepicrft commented on May 26, 2024

I tried the same the other day @yonaskolb and I got a similar issue, I'll try to figure out where the issue might be.

from xcodeproj.

Saik0s avatar Saik0s commented on May 26, 2024

Hi, I think that I found a solution, adding this line products: [ .library(name: "xcodeproj", targets: ["xcodeproj"]) ], to Package.swift after name: "xcodeproj", will fix this issue. I tested it, and now I can use xcodeproj as a dependency in my package.

from xcodeproj.

pepicrft avatar pepicrft commented on May 26, 2024

Thanks @Saik0s. @yonaskolb solved it by downgrading the version of the definition that we were using (we went from 4 to 3). We'll try out again once Swift 4 comes out officially.

from xcodeproj.

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.