Pete Kasson

Results 25 comments of Pete Kasson

Is it ok if I fix it - given some direction on where to start ?

The latest ... setup just few weeks back.

Hey, for some reason I was not getting updates and have not spent time with Neo clearly in a while, i will revisit and let you know !

Same issue - when using a VC with content, nothing displays. The debug hierarchy shows nothing for the view. I created a simple VC with a single label - "zero"....

It appears that the view lifecycle is not complete by the time the tab bar controller gets the view, so it has nothing to render yet. If the VC bg...

So, this is not something being compiled, but parsed by source kit - it feels like something wrong with the source, something it does not understand, like SwiftUI or something...

How can you catch this error during this parsing process

So, when source kit starts to analyze the source in a project, it encounters a file it did not get passed for compilation. Not sure I fully understand how source...

```swift /* * get stucture for a source file */ func getStructure(filePath :String) -> Structure? { var structure : Structure do { structure = try Structure(file: File(path: filePath)!) return structure...