Skip to content

Error creating new project #292

Description

@mstudzitsky

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"]),
    ]
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions