Normally we integrate a pod into the xcodeproj file and after integration .xcworkspace is created. But I already have projectName.xcworkspace in my project. How can I integrate the pod file into the projectName.xcworkspace file in my project?
This is the structure of my project:
porjectName:
-projectName
-projectName.xcodeproj
projectName.xcworkspace
projectNameApi:
-projectNameApi
-projectNameApi.xcodeproj