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
Post a Comment