Creating a container from an existing structure
The SDK that I have to use in my project is very large and I don't want (at least I don't understand why I should) add it directly to the project directory.
I thought it would be great to create a private cocoapod that would make this SDK easier for everyone in this project.
So here's my problem ... I have no clue how to create a cocoapod with a wireframe inside ...
When I get to the repo directory and do something like:, pod lib create SampleSDK
I set everything up, but do I have to add this ready-made structure for everything to work? I guess I should add it to the target Pods
, but where exactly? Because when I decided to drag Frameworks/iOS
and drop it on and choose to copy files if needed, I cannot use this SDK from the sample project associated with this cocoapod.
source to share
No one has answered this question yet
Check out similar questions: