Skip to content

Expo Managed Workflow - [!] The following Swift pods cannot yet be integrated as static libraries #6639

Discussion options

You must be logged in to vote

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

export default (config): ExpoConfig => ({ ...config, ...otherConfigs })

Instead of

export default ({ config }): ExpoConfig => ({ ...config, ...otherConfigs })

So the config was not set properly and caused the build to fail

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by etiennelacoursiere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant