kyounh12

Results 8 comments of kyounh12

In case we have a BaseViewController which subclasses UIViewController, and another ViewController called SomeViewController which subclasses BaseViewController and confirms to StoryboardView, ``` class BaseViewController: UIViewController { override func viewDidLoad() {...

> Is this really the case that the SDK would still need this flag for iOS < 17? Or is only about the v17 of the SDK? > > From...

Any updates on this issue? Our app manages lots of external dependencies with Tuist and it would be really nice if we can build only iphoneos and iphonesimulator framework for...

@fortmarek I agree that `.doccarchive` should be stripped from the generated project and it may feel like too much code for a little utility function. However, I still believe wrong...

* Investigate why this file is being globbed in the first place when it should be considered a regular file returned from the original Sources glob When expanding a globstar,...

* Strip `.doccarchive` from the generated project – it doesn't make sense to include the individual files in the `.doccarchive`. That's actually how vanilla SPM behaves, so we can align...

Looks like vanilla SPM accepts uppercased `.Swift` extension. So now we should check if the path is directory or a file. I'm not sure which place would be the best...

Also facing this issue. It would be nice if tuist could produce an error message in this case.