https://kotlinlang.org logo
#kotlin-native
Title
# kotlin-native
l

Landry Norris

12/23/2021, 5:59 PM
[Fixed] I’m trying to use the mobile-ffmpeg-full pod in a Kotlin/Native project, but it always says that it can’t find the mobile_ffmpeg_full module. I saw the YouTrak ticket saying that K/N replaces dashes with underscores, but looking at the podspec for this library, the author didn’t override the name with one using underscores.
Is there something else I can try to get the cocoapods plugin to recognize this library?
Setting the moduleName to “” seemed to fix the problem.
30 Views