Skip to content

Instantly share code, notes, and snippets.

View Skeptick's full-sized avatar
💁‍♂️

Danil Yudov Skeptick

💁‍♂️
  • 22:26 (UTC +05:00)
View GitHub Profile

Simple KMM framework transitive linking

Problem:

  1. Required to share KMM library with linked Xcode Frameworks to other KMM projects
  2. Xcode project is use Cocoapods
  3. KMM project (library consumer) is built by Xcode with :embedAndSignAppleFrameworkForXcode

How to: