Skip to content

About Half of my classes show「Can’t parse file path:...」 #1

@gthr2000

Description

@gthr2000

After run .build/debug/SwiftDiagramGenerator . ….., some of my swift class will show「Can’t parse file path:XXXXX」and the diagram is not created.

Here is my NG sample class:

class TestUML: NSObject {
@IBOutlet weak private var button: UIButton!
var testVar: String?;
func function1() -> Bool {
return true;
}
}

BUT、if I remove the third line and excute the command line again、diagram will be created without error.
// OK Sample class
class TestUML: NSObject {
@IBOutlet weak private var button: UIButton!

func function1() -> Bool {
return true;
}
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions