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?