pmairoldi / framework-generate

Simple tool to help generate Xcode framework projects for all targets at once

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix carthage search paths added when no dependencies are present.

pmairoldi opened this issue · comments

Right now if you don't specify any dependencies that are carthage, the tool still adds the search paths. This causes a build issues at least in Xcode 9

commented

@petester42 I'm not sure if this one is fixed yet. Search paths are still added when creating new platform - even though there are no dependencies.

Doh. Yes of course.

Should be fixed in 1.3.2

commented

I checked it and it works perfectly, both phase and build paths are not added, thanks again @petester42!