i am working on different projects. where all projects need facebook and google SDK integration.
The are two way's which i can adopt:
- integrate fb and google sdk's in all projects
OR
- create a common project (cocoa framework) and just add that framework in all projects. common logic
I want to use 2nd approach and now i have a framework project with pod file. How can i add this framework into my App because there is .xcworkspace file which does not add like framework.