Artem Novichkov

Results 31 comments of Artem Novichkov

Hi, @dstranz! Thanks for the suggestions! The main point is that Carting is not synced with Carthage. It leads to some problems: wrong paths, missing xcfilelists etc. The simplest way...

On Cartfile of Carting? Honestly I didn't know about `check-ignore` command

Hi, @itsthejb! Thank you so much for the feedback! Honestly, I've never used Cartfile.private. Could you please share any examples with it? Maybe open source projects. As I understand, Carting...

Thanks for the example! I'll try to implement it and send you a PR if you don't mind.

I don't see Carthage build phase in ComponentKit. Did I miss something?

Carting reads linked frameworks in all targets. If it exists in Carthage/Build/iOS folder, Carting adds related paths. Carting don't use Cartfile for dependencies check.

Did you link any of private dependencies to any target? On Mon, 29 Apr 2019 at 16:28, Jonathan Crooke wrote: > Hi, > > So back to the project from...

You should not add Carthage script to test targets as I know.

@dstranz, thanks for the link! I didn't know about this feature. Will try and maybe close the issue. But maybe you know other cases when Carting shouldn't add the paths?

Thank you for the example! And how do you create a new template? To be honest, I know JS a little and don't know Kotlin :)