How to remove CocoaPods from a project?
Removing CocoaPods from a project is possible, but not currently automated by the CLI. First thing, if the only issue you have is not being able to use an xcworkspace you can use CocoaPods with just xcodeprojs by using the –no-integrate flag which will produce the Pods.xcodeproj but not a workspace. Then you can add … Read more