Skip to content

emit-module fails: 'Value' is not a member type of enum 'ProjectDescription.InfoPlist' #1

@garvankeeley

Description

@garvankeeley
% tuist generate
Loading and constructing the graph
It might take a while if the cache is empty
error: emit-module command failed with exit code 1 (use -v to see invocation)
/Users/garvankeeley/.cache/tuist/Plugins/62010328548566d98aee9b7247e778fc/Repository/ProjectDescriptionHelpers/ModuleDefinition/Module.swift:66:83: error: 'Value' is not a member type of enum 'ProjectDescription.InfoPlist'
        var additionalInfoPlistProperties: [String : ProjectDescription.InfoPlist.Value] = [:]
                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
ProjectDescription.InfoPlist:1:13: note: 'InfoPlist' declared here
public enum InfoPlist : Codable, Equatable {
            ^
/Users/garvankeeley/.cache/tuist/Plugins/62010328548566d98aee9b7247e778fc/Repository/ProjectDescriptionHelpers/ModuleDefinition/Module.swift:71:72: error: 'Value' is not a member type of enum 'ProjectDescription.InfoPlist'
                    additionalInfoPlistProperties: [String : InfoPlist.Value] = [:]
                                                             ~~~~~~~~~ ^
ProjectDescription.InfoPlist:1:13: note: 'InfoPlist' declared here
public enum InfoPlist : Codable, Equatable {
            ^
The 'swiftc' command exited with error code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions