Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While setting up react native supabase todolist demo getting error [!] Invalid Podfile file: . #365

Open
vaibhavbucchaSureworx opened this issue Oct 28, 2024 · 5 comments

Comments

@vaibhavbucchaSureworx
Copy link

After clone ,
pnpm install is working properly,
Issue came when we move to the next step.

pnpm build:packages

The error we are getting is following

image image
@Chriztiaan
Copy link
Contributor

Hey @vaibhavbucchaSureworx, just to confirm you ran both pnpm install and pnpm build:packages in the root of repo and not in the demo directory?

@vaibhavbucchaSureworx
Copy link
Author

vaibhavbucchaSureworx commented Oct 28, 2024

Yes ran both command in root directory of the cloned project.

Pod version is - 1.15.2
node version - v20.14.0

@Chriztiaan
Copy link
Contributor

Is the error output from pnpm ios? Or from running the build:packages command?
If it's pnpm ios try running pod update in the ios directory.
Might be easier to have a back on forth on our discord if you want.

@vaibhavbucchaSureworx
Copy link
Author

I'va attached both results

sudo pnpm build:packages

image

Then i move to the project directory.

pnpm ios

image image

Hope this will help you.

@stevensJourney
Copy link
Collaborator

It seems like the Pod installation is failing when it tries to reference some of the node_modules folders. It might be related to running certain commands with and without sudo. Could you maybe try deleting your node_modules folders and reinstalling + rebuilding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants