How to use multi Configuration, multi target project? #110
-
Thank you for your great project 👍 I want to apply Rugby for team project. But My Project have Multi Target : 'A', 'B' I tried default rugby but build failed. fail reason is same as #109. So I use custom plans file. But When build Xcode, Could you provide multi cofiguration, multi target example? Could you help this problem? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@seubseub Hey!
|
Beta Was this translation helpful? Give feedback.
@seubseub Hey!
If you want to build several configs, you can read this discussion #88 (reply in thread)
And also, subscribe to this feature https://github.com/swiftyfinch/Rugby/issues/93
I didn't see any specific error in your screens. You can try to use
rugby doctor
and send more info here.Or prepare a project in which I can reproduce your error. And then I try to understand and help you.
I've already written something similar in #109
You can start with simpler command. Like:
rugby cache --config Debug Beta
.And if it's OK, you can try to prepare more complex
.rugby/plans
Rugby 🏈 excludes XCFrameworks, so I'm not sure why you still need to do it manually.
Maybe there is some pro…