This is the strange behaviour of Xcode.
FIXED SOLUTION:
0- Simulator: Simulator
> Reset Content & Settings
1- Hold alt
Product
-> Clean
Build Folder
2- Close Xcode
3- Go to project directory using terminal
cd ~/projectDir
4- Run pod install
5- Open project in Xcode
6- Run the project.