touchlab-lab / KotlinCocoapods

Apache License 2.0
75 stars 6 forks source link

How to configure external libraries? #17

Closed ln-12 closed 3 years ago

ln-12 commented 3 years ago

I already contacted the Kotlin team here and here about the problem and they told me to ask here.

I am using the KaMPKit template to add SQLCipher to my project which already uses moko-resources. Before adding your custom cocoapods plugin, everything worked fine and I could get the resources under iOS. Now KaMPKit uses your cocoapods plugin fork. With these changes, I can't make it work again. Either the project does not build at all because it can't find the SQLCiper headers or it crahes at runtime as the bundle is not found.

Could you please have a look at my example project so see if I miss any configuration step? Thanks in advance!