Andrew Fletcher published: 16 February 2021 1 minute read
I attempted the run command and the response I had was succeeded, but then nothing else happened!
I usually have this problem when a dependency is not updated.
The following steps usually works for me... note in bold are the Terminal commands such as (rm -rf Podfile.lock):
- Delete your Podfile.lock - using Terminal use the command rm -rf Podfile.lock
- Delete your Pods folder - rm -rf Pods
- Delete your .xcworkspace - rm -f .xcworkspace
- Pod install
- Clear your project - shift + command + k or XCode > Product > Clean Build Folder