0

How do I add a module and manage their dependency in Xcode using swift?

Is there a way like I could done it by a few clicks in Android Studio?

What exactly is the keyword I should search for?

Or should I even need to do this in iOS development?

ming chen
  • 550
  • 4
  • 13

1 Answers1

1

Key words "embedded framework".
Here you can find instruction.
In couple words: File->New Target (Or Project)-> iOS Framework -> Select parentTarget.

Andrew Romanov
  • 4,774
  • 3
  • 25
  • 40