Thomas
04/28/2019, 6:19 PMsvyatoslav.scherbina
04/29/2019, 9:16 AMPodfile
for your Xcode project?Thomas
04/29/2019, 9:27 AMThomas
04/29/2019, 9:29 AMsvyatoslav.scherbina
04/29/2019, 9:37 AMif I add the pod to the Xcode project, will that allow me to use them from my Kotlin/Native module?If you also add the parent pod to Gradle build, then it will likely work.
The Kotlin documentation on CocoaPods says that subspecs are not supported. So I was wondering if there was another way to get it working.Exactly, that’s why I’m trying to provide you a workaround for this.
Thomas
04/30/2019, 10:52 AMThomas
04/30/2019, 11:52 AMoleksandr.stepanov
04/30/2019, 1:08 PM/
by there non-/
counterparts. How to detect them: run pod install
in your iOS project, and look into Podfile.lock. It will show you what are the subpods for Firebase/Core
. It’s FirebaseCore
and FirebaseAnalytics
effectively.Thomas
04/30/2019, 1:50 PM