ios - Carthage does not build main framework -


lets 2 frameworks & b created. inside framework a, using cartthage framework b included. when include framework in project using carthage, checks out both of them builds b.

what should framework built ?

cartfile framework a:

git "http://location/to/fwk/b" "branch" 

cartfile project:

git "http://location/to/fwk/a" "branch" 

once run carthage update project location, can see logs both frameworks checked out in build location can see framework b.

also tried adding framework b cartfile.private didnt help

open project framework , select shared scheme manage scheme. run command carthage update.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -