Xcode 7 workspace file could not be opened after installing cocoapods

608 Views Asked by At

I'm working on a project where i need cocoapods . I have installed pods . But the new workspace file doesn't open , with the error '... workspace could not be opened' . I tried closing Xcode before installing pods . It doesn't help either .

Thanks in advance !!!

1

There are 1 best solutions below

0
On BEST ANSWER

May be there is an error in installing cocoapods. You can try following commands.

pod repo remove master
pod setup
pod install --verbose

This will remove your pod first from your directory. Then start it again by command pod setup and pod install --verbose -- verbose will show you what exactly happening in backend.