I have a workspace with my main project. I have some other projects that create static libraries. Converting them to frameworks.
Question:
If I "Link to a Framework" do I have to "Embed Framework?" This is my own framework, which I have the source code to. Do I have to specficially embed the binary, or is that handled?
The embed framework doesn't seem to work in my case. Is this only for thrid party applications?
Question 2:
If I make my framework headers "public," but only use the framework in my own applications, are the headers private and encrypted or are they public? Seems obvious, but I feel like I should double check.
Thanks