Hi. Is anyone else facing issues while distributi...
# multiplatform
c
Hi. Is anyone else facing issues while distributing a KMM iOS app on Azure CI? My app presents no errors when I try to distribute it locally, but on CI it always says that the module shared wasn’t found (
no such module 'shared'
). Can it be something related to the env config?
t
Hi Charles, yes we are also having issues on azure. We have integrated shared via Cocoapods and it always fails in the runscript phase, it works local, I'm wondering if it is the workingDirectory thats the problem, we set the workingDirectory and build the shared module using gradle, but when building the iOS project which is in another folder it can't seem to find the shared pod anymore.