Thursday 25 December 2014

How to Remove CocoaPods completely

Steps to Remove all CocoaPods integration completely from your project
  1. Delete the generated xcworkspace 
  2. Delete the standalone files (Podfile Podfile.lock and your Pods directory)
  3. Open your xcodeproj file, under Frameworks group delete the references to Pods.xcconfig and libPods.a
  4. Under your Build Phases delete the Copy Pods Resources and Check Pods Manifest.lock phases.
  5. Last, you'll need to integrate the 3rd party libraries some other way or remove references to them from your code.
After those steps you can use xcodeproj file

#ios #xcode #cocoapod #ios8 

Contact Me on twitter @iamgirijesh

No comments: