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
  • 314,917
  • 42
  • 532
  • 579
Sujisha Os
  • 1,311
  • 2
  • 11
  • 12

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,911
  • 1
  • 36
  • 54