0

Before anything else, I have been searching for a similar question with an appropriate answer but failed.

  1. How to build an iOS Framework with a dependency on another without creating an Umbrella Framework --> Answer was from the original poster but not really detailed.

  2. How to add a framework inside another framework (Umbrella Framework) ---> Question is about developing an Umbrella framework which is not recommended.

So I have a main project called TimeIn and I have dragged into that project a framework project called GPKit (my own), however, there is a class in the GPKit project that is dependent to Alamofire framework used by the main project TimeIn. Question again is: is it possible to share the TimeIn's Alamofire framework (pod) to the GPKit framework?

Whole Project Structure

enter image description here

GPKit's Project Settings

enter image description here

Glenn Posadas
  • 12,555
  • 6
  • 54
  • 95

0 Answers0