WrathChaos/react-native-typescript-boilerplate

Error while Pod Install

premdasvm opened this issue · 7 comments

Hi, I just cloned the project, then did

  1. npm I
  2. npm run clean-up
  3. npm i && npx pod-install

On the 3rd step I'm getting an error.

Screenshot 2022-01-17 at 12 14 30 PM

When I disable flipper by commenting out this line on the pod file, it works.

use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1')

Hello @premdasvm
Thank you so much for the reporting the issue.
I'm on it now!

Hello again @premdasvm
I fixed the issues. Can you please delete your project and re-clone it?

I'm waiting your feedback :)

Hey @WrathChaos

Pod-Install is working fine now. although now when I'm trying to run the app it's shows some errors.

Screenshot 2022-01-17 at 2 01 06 PM

I'm not sure if it's related to my Dev Environment, I'm Using a M1 Air.

Hey @WrathChaos ,

Hey @WrathChaos ,

So regarding the issue I just mentioned above, I followed this

facebook/react-native#30836 (comment)

Now that I tweaked around a lil bit, I think I got M1 Mac issue....not sure tho.

can you help me out here.?

Screenshot 2022-01-17 at 5 29 11 PM

Hey @premdasvm

I tried it on my Intel Chip Mac. It works without any problem.

I guess you have error code 65, I will research it but I could not reproduce it in my environment.

Did you try this one @premdasvm ?

facebook/react-native#30836 (comment)

Remove the whole Flipper on PodFile.

@premdasvm Any update?