0

I am not using Pods. But accidentally I installed it and deleted all folders from my project repo. After that , when compiling shows this error message. I searched podfile.lock file in my project folder but cannot find. Then why such error Help me to solve it.

rmaddy
  • 307,833
  • 40
  • 508
  • 550
Sujisha Os
  • 1,251
  • 2
  • 9
  • 11

1 Answers1

0

There are probably some CocoaPods related files and rules left over. You can use the pod deintegrate command to remove CocoaPods from your project. See https://guides.cocoapods.org/terminal/commands.html#pod_deintegrate

Make sure you have your project in version control or backed up before doing this, so if something goes wrong you can always roll back.

Rengers
  • 14,293
  • 1
  • 34
  • 53