Has anyone had issues when importing pods into the...
# touchlab-tools
d
Has anyone had issues when importing pods into the kmp project? I'm getting some
undefined symbols
errors: I created an issue in the cocoapods plugin repo, but perhaps kampkit is a better place: https://github.com/touchlab/KotlinCocoapods/issues/10
r
How are you building it? If you use pod dependencies you need to run from xcode. See https://kotlinlang.org/docs/reference/native/cocoapods.html#current-limitations
d
yes, it's actually xcode that's returning this issue
message has been deleted
r
Not sure off-hand, then. You can try updating cocoapods since that worked here https://kotlinlang.slack.com/archives/CTJB58X7X/p1590140570078400?thread_ts=1590137654.078200&cid=CTJB58X7X
but that was a different error
We haven't touched the pod handling stuff in the fork but it's possible something around static vs dynamic broke it. Could also try toggling that
d
I'm also on
1.9.1
but i'll see if there's newer versions. I'll also try toggling the static flag.
oh that worked.. looks like it's making the framework dynamic that breaks this.
👍 1
r
Alright, that's good to know.