[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.
Landry Norris
12/23/2021, 6:00 PM
Is there something else I can try to get the cocoapods plugin to recognize this library?
Landry Norris
12/23/2021, 6:41 PM
Setting the moduleName to “” seemed to fix the problem.