I wrote a small private structure that I want to share between several iOS applications.
Here is the workflow that I imagine:
- Extract SimpleApp from the source control.
- Pull BobFramework from source control.
- Somehow embed BobFramework in SimpleApp using Xcode.
- Build a project.
- Done!
The problem is how to complete the "Embed with Xcode" step?
I cannot find step-by-step instructions on how to do this. Apple docs are an outdated lie.
All the stack overflow questions that I have found suggest that readers know the general procedure, and I cannot collect enough contextual prompts to complete the implied steps. In fact, I would say that many questions are related to the fact that Apple does not have a modern published procedure, and therefore many people follow the proposed or guessed steps.
The simplest, simplest, most complete, and most updated set of steps I've found applies mainly to Swift. The procedure for Swift is reasonable, and I would like to use it, but I use Objective-C.
I tried several experiments based on the assumption that this is a procedure, but there are so many possibilities of what may be the right procedure, that I donβt think that publishing one of my specific problems is the right approach at this time, In the end, everything I did leading to my problem may be wrong.
source share