0

I am using KMM (Android, IOS) this is a working fine, the kmm generates the podspec, and Xcode consumes it from the pod profile

#pod 'shared', :path => '../app-android/shared

however, I want such a way to share the kmm module on the git repo so the IOS team can use it without cloning the android project,KMM if possible (just shared binary)

I saw "com.chromaticnoise.multiplatform-swiftpackage" , but this is an old library and not update for 16 month

is there any way to access the shared pod on git repo and costume from Xcode?

ASA
  • 371
  • 1
  • 3
  • 11
  • search for "kmm fat framework", there are a couple of articles describing how to setup gradle task, which will create a file that you can push – Phil Dukhov May 11 '22 at 07:36
  • This β€œFat” framework method no longer works with XCode 12+. Use an XCFramework instead. – ASA May 11 '22 at 08:03

0 Answers0