Removing pods setup from XCode Project
Sometimes we need to remove the whole CocoaPod from XCode / iOS Project. Due to some limitations
If you really want to remove all CocoaPods integration you need to do the following 5 steps:
- Delete the standalone files (Podfile Podfile
lock and your Pods directory). - Delete the generated
xcworkspace - Open your
file, delete the references to Podsxcodeproj xcconfig and. libPods a (in the Frameworks group). - Under your Build Phases delete the Copy Pods Resources, Embed Pods Frameworks and Check Pods Manifest
. phases.lock - This may seem
you'll need to integrate the 3rd party libraries some other way or remove references to them from your code.obvious but
After those steps you should be set with a single xcodeproj that existed before you integrated CocoaPods .
Removing Cocoapods from our System
If you want to Remove Cocoapods from your system,
Also Checkout Bellow link :
If I missed anything let me know and I will edit this.
No comments:
Post a Comment