Steps to Remove all CocoaPods integration completely from your project
- Delete the generated xcworkspace
- Delete the standalone files (Podfile Podfile.lock and your Pods directory)
- Open your xcodeproj file, under Frameworks group delete the references to Pods.xcconfig and libPods.a
- Under your Build Phases delete the Copy Pods Resources and Check Pods Manifest.lock phases.
- 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:
Post a Comment