I'm taking over some project of a colleague that is on holidays now.
Other projects have gone fine, but in this particular one, I have found a project inside a project, like using a framework I guess.
So what is the name of this technique?
How to insert and interact with it? just import?
drag and drop xcode file to another xcode file from finder. It will ask you for copy the file then check the check box and it will copy to your project. Save this answer.
To add a package dependency to your Xcode project, select File > Swift Packages > Add Package Dependency and enter its repository URL.
They are called cross project references. From the link below:
Cross-project references are a convenient way to create relationships between two separate Xcode projects.
One method of creating shared frameworks is using sub-projects. You can also do it with single projects. More here:
http://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html
Other links:
XCode 4 Adding a Sub Project
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With