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

Error creating new project #292

Open
mstudzitsky opened this issue Jan 7, 2020 · 2 comments
Open

Error creating new project #292

mstudzitsky opened this issue Jan 7, 2020 · 2 comments
Assignees

Comments

@mstudzitsky
Copy link

I just installed PA. I tried to create a new Empty Executable Project - not successfully. I did not understand what happened. The assistant can not read the file that it created?
Снимок экрана 2020-01-07 в 19 14 30
Xcode 11.3 (11C29)
Swift 5
Help me please!

My Package.swift:

// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
    name: "first",
    dependencies: [],
    targets: [
        .target(
            name: "first",
            dependencies: []),
        .testTarget(
            name: "firstTests",
            dependencies: ["first"]),
    ]
)
@saroar
Copy link

saroar commented Jan 7, 2020

use swift-tools-version: 4.2 xcode toolchine 10.3

@mstudzitsky
Copy link
Author

use swift-tools-version: 4.2 xcode toolchine 10.3
I think it's a little outdated. Will the project not continue to develop? We'll have to choose something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants