1

iOS8:

I'm trying to create a Database framework (DBKit) that will be used amongst our apps. DBKit requires Couchbase (ObjC) and Alamofire (Swift) frameworks.

I'm trying to avoid using Umbrella framework as it's discouraged by Apple.

Questions:

  1. When creating a framework, how do I tell the framework to use Couchbase and Alamofire within the Demo Project?

  2. Is using Cocoa Pods to manage frameworks inside a framework a good idea?

1
  • I wonder which one did you use and what results did you get. I'm currently in the same situation and thinking about using pods in framework and am really confused. What do you suggest? Commented Apr 13, 2018 at 11:12

1 Answer 1

1

Believe you should be linking to the respective external libraries from within your application and NOT your own framework.

For Couchbase, you can simply drag in the frameworks to the 'Supporting Files' folder within your iOS project.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.