While developing a Swift framework I found that I only can use my framework after adding .xcodeproj
file to my new project.
Here are some references I followed: Ref:1 , Ref:2 , Ref:3
They all have did good job, but the problem is they all added their .xcodeproj
file to their new projects which uses that framework.
My question is does it make sense?,
I mean anyone who wants to use my framework will need to use my .xcodeproj
file?
If yes,then there is no code privacy. :-(
Or I am doing something wrong?