https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

Daniel Rampelt

09/10/2020, 8:01 PM
Anyone else run into issues with the cocoapods plugin using 1.4.10? No issues with 1.4.0.
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':tasks'.
> Could not create task ':shared:podInstall'.
   > Task with name 'podspec' not found in project ':shared:api'.
Resolved it by adding the cocoapods plugin to all multiplatform modules
👍 1
l

louiscad

09/11/2020, 6:44 AM
Why would you need to apply it to all modules in 1.4.10? Sounds like a bug to me.
d

Daniel Rampelt

09/11/2020, 1:21 PM
Could be because I'm exporting them, but yeah not sure if that's intended or not. I can open a bug and see
l

louiscad

09/11/2020, 1:29 PM
kotl.in/issue is the link to remember for submissions 🙂 Please link the created issue here once reported
d

Daniel Rampelt

09/11/2020, 1:34 PM
2 Views