VictorKabata / Notflix

Kotlin Multiplatform playground
589 stars 82 forks source link

Fix Podfile dir in shared build.gradle.kts #83

Closed gabi-alv closed 1 year ago

gabi-alv commented 1 year ago

I found the following error when building this project in my local environment which I think should be an issue for other fresh installs as well:

  problem was found with the configuration of task ':shared:podInstall' (type 'PodInstallTask').

I realized the cause was a mismatch in the Podfile directory (which is currently under app-iOS) and, after changing this , I was able to build the app successfully,