Expo Managed Workflow - [!] The following Swift pods cannot yet be integrated as static libraries #6639
-
Hi, My project was previously on the Bare Workflow with expo but i am trying to come back to the Managed Workflow with custom development client. React-Native-Firebase is the last piece of the puzzle but my EAS build is failing with this error.
The packages i use is /app, /messaging and /analytics. I'm not sure but I believe /messaging and /analytics don't need a config plugins. My
If someone could point me in the right direction that would be greatly appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok i found the issue and it was not related to React-Native-Firebase. Sorry about that! I simply forgot to destructure the object we receive as argument in I was doing
Instead of
So the config was not set properly and caused the build to fail |
Beta Was this translation helpful? Give feedback.
Ok i found the issue and it was not related to React-Native-Firebase. Sorry about that!
I simply forgot to destructure the object we receive as argument in
app.config.ts
I was doing
Instead of
So the config was not set properly and caused the build to fail