Create a wireframe with Carthage in Xcode

My infrastructure depends on several frameworks that I tried to implement in my infrastructure, after linking the binary files to the libraries and adding the "Copy files with destination" files to the "Structures" in the build phases with all the dependencies. These circuits are also set to General.

In the kathaga assembly --no-skip-current

My framework builds nicely, but the dependencies that are now in the Frameworks folder contain all the dependencies without the corresponding folder / header files, so they cannot be found when using them.

Please let me know if I am missing any steps, since it is very important that I can access these header files.

Note. I am extremely new to creating frameworks and using carthage.

Thank.

+4
source share

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


All Articles