bmo
02/15/2021, 3:26 PM> Task :module:podGenIOS SKIPPED
> Task :module:podSetupBuildPodDependencyIphonesimulator SKIPPED
I suspend this is linked to me not being able to see the dependencies.
Is there a way for me to force Kotlin to generate the bridge (or at least let IntelliJ know about it) so that I can develop for iOS in Kotlin MPP without actually buying a Mac ?Artyom Degtyarev [JB]
02/16/2021, 6:28 AMbmo
02/16/2021, 7:01 AMsudo apt install ruby2.7-dev
sudo gem install cocoapods
does the trick. It appears that I have cocoapods manager installed on my machine and I can execute pod
commands on my Linux machine.
Is there a way I can force the task podInstall
to execute and not skip ?Artyom Degtyarev [JB]
02/17/2021, 11:26 AMbmo
02/17/2021, 1:36 PMpod gen
on linux to generate the synthetics that is there on Mac OS and it works. Therefore, I don't know why this is a skipped step on Linux. Also, it appears that I cannot get (even on Mac OS) the import cocoapods.***
to work no matter what I try