What solved it for me:
- Open a terminal window
cd into YOUR_PROJECT/ios
- Remove the build folder with
rm -r build
- Run
react-native run-ios again
Alternatively, you could open Finder, navigate to YOUR_PROJECT/ios and delete the build folder.
Then run react-native run-ios again.
Source: Andrew Bancroft