no such module 'shared'
# touchlab-tools
f
no such module 'shared'
I have deleted the pod folder and did
pod install
When compiling
ViewController
it complains about no finding the
shared
module
k
It does that. You king of need to run
pod install
again, do a clean build in Xcode, and see if that works. There’s some issue with the way the cocoapods plugin and the build work, but only when you first set it up.
We’re not sure yet if this is something in Cocoapods, or how the kotlin plugin interacts, etc. We had a ticket in our internal trello, but not finding it. Anyway, this only pops up if you change from static to dynamic, or drop and recreate the Pods folder, and it goes away, so we haven’t done too much digging.
f
Thanks for your quick reply. Trying pod install
again
Thanks that worked!
Maybe you can add that to the trouble shoot doc