1

I have a React Native (v0.59) project and I'm trying to compile the iOS version on AppCenter and I keep getting this error:

No 'Podfile' found in the project directory.

I'm not using cocoapods on my project, so why am I getting this errors?

I did a pod init on it, because I was trying something. But I already deleted the podfile and did a pod deintegrate and pod clean.

Can someone help me?

1 Answers1

0

Most probably you didn't run react-native link or so. Here's a good explanation.

You can also try integrating without CocoaPods at all, please see these instructions.

annaoomph
  • 552
  • 1
  • 4
  • 22