Help needed with embedding pods in a Capacitor plugin #4201
Unanswered
hongfeiyang
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I'm experiencing a very similar issue with a plugin I am developing as well. My Plugin project builds fine after running UpdateI was able to resolve my error by manually adding the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone please help me with this issue:
I am trying to build a capacitor plugin for MobileFFmpeg. I created a plugin by following the instructions, added pod file and tried to compile this plugin project and everything worked fine. I then created a new ionic app and NPM installed my plugin locally, and when I tried to run this ionic app on a iOS simulator it just does not compile and complains about lots of missing symbols errors that are related to MobileFFmpeg.
If I remove all MobileFFmpeg related lines, things work fine. Considering that the MobileFFmpeg pod is written in ObjC and this project is in Swift, am I missing anything to make this thing work? I am so confused and I even tried to learn from other exisiting plugins with external pods but I cannot identify where did I do wrong.
This is the test ionic app: https://github.com/hongfeiyang/testCapacitorApp
This is the plugin I am trying to build: https://github.com/hongfeiyang/CapacitorFFmpeg
Thanks in advance
One of the errors I got
Beta Was this translation helpful? Give feedback.
All reactions