문제

I have two projects that use shared source files. How can I organize the building process so that when I run one of the projects, Xcode builds both of them, making sure that both projects can still compile with the changes in the shared files?

도움이 되었습니까?

해결책

The answer is to change Schemes for both projects, going to Build section there and adding projects, so that Build section for each project's Scheme has both projects.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top