You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% 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