Skip to content

Xcode 16.4 build error #945

@jb522185660

Description

@jb522185660

When I add R.swift in my spm like this

dependencies: [
.package(url: "https://github.com/mac-cain13/R.swift", exact: "7.8.0"),
],

.target(
.....
plugins: [
.plugin(name: "RswiftGenerateResourcesCommand", package: "R.swift")
]
),

may show the error like this

Plug-in invocation failed: internalError("invalid plugin capability command(intent: PackageModel.PluginCommandIntent.custom(verb: "rswift-generate-resources", description: "Rswift generate resources"), permissions: [PackageModel.PluginPermission.writeToPackageDirectory(reason: "Rswift generates a file with statically typed, autocompleted resources")])")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions