Xcode does not restore dependencies

I have several xcodeprojects that generate libraries. If I made changes to any of the files in the libraries, it does not compile into the changes.

I set the target dependencies so that the root project depends on other projects. But making changes does not force the compiler to rebuild them.

Can someone point me in the right direction?

thanks

+4
source share

Source: https://habr.com/ru/post/1413142/


All Articles