Suddenly app not installing. Please help i tried lot of things.
here is my error message
Details
This app could not be installed a
After do this steps now working fine.
- In terminal, remove the current cocoapods using:
sudo gem uninstall cocoapods- Install the latest cocoapod version:
sudo gem install cocoapods- Change directory to your project, then
pod deintegratepod install- Clean build (
Shift+Command+K )- Rebuild the project in Xcode.