pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.17k stars 52 forks source link

Getting error message 'No matching processes belonging to you were found' #63

Closed fiznool closed 2 years ago

fiznool commented 3 years ago

The wipe iOS build artifacts task is producing an error message on my machine:

Error running 'wipe iOS build artifacts': No matching processes belonging to you were found

It seems the culprit is the following command:

killall Xcode || true

When I run this from the terminal, I get the same error message.

It's worth noting that the task still continues, but its a little strange to see an error message.

pmadruga commented 2 years ago

This seems that the package is working as expected, since you get the same message when running in the terminal. Can you try again using the 4-alpha version? I've removed some unnecessary logging.

npm install react-native-clean-project@alpha