I encountered the \"This app could not be installed at this time\" error. I have tried several methods such as reloading the simulator, deleting the app in the simulator and
I have faced same issue. After long research find below solution. Please follow it, I am sure it will work for you.
Solution: 1
Erase All content and settings.
Clean your project
Solution: 2
Changing the CFBundleShortVersionString in InfoPlist.strings to match the one in info.plist fixed this for me. I had to use the simulator's "Erase All Content and Settings" after making this change.
Solution: 3
I deleted pods from project and installed it again and it surprisingly works fine.
For remove pod file:
pod deintegrate
For install pod:
pod install
Then run again your project.