https://kotlinlang.org logo
Title
u

user

07/01/2022, 11:51 AM
Kotlin Multiplatform library via Cocoapods in Xcode - Podfile not found Im working on a kmm library, for which I first created an own project to test out different things. Building it as a pod and installing via pod install using :path => "/AndroidStudioProjects/kmm/shared/" worked fine. Now im working in a team and the same project is now tracked with git. Now using the same technique doesn't work at all. I get the error podspec not found. I explicitly don't want to use :git, because I want to iterate faster instead of publishing and tagging etc. etc. Does...