saket
11/16/2021, 6:06 AM* What went wrong:
A problem occurred configuring project ':common'.
> kotlin.native.cocoapods.target property was dropped in favor of kotlin.native.cocoapods.platform and kotlin.native.cocoapods.archs.
Podspec file might be outdated. Sync project with Gradle files or run the 'podspec' task manually to regenerate it.
Am I understanding the message correctly that compilation is failing because my podspec file is outdated? Running podspec
task doesn't seem to change anything.Viacheslav Kormushkin
11/16/2021, 6:08 AMsaket
11/16/2021, 6:10 AMsaket
11/16/2021, 6:10 AMkotlin.native.cocoapods.platform
and kotlin.native.cocoapods.archs
so the deprecation warning is strange.Viacheslav Kormushkin
11/16/2021, 6:14 AMsaket
11/16/2021, 6:22 AMShalom Halbert
11/16/2021, 8:49 AMnpm install
. There is no perfectly clear error that tells you "Please run `npm install`" when that's what you need to do.