capacitor
capacitor copied to clipboard
Fix `update` failing because of "Could not delete [...]/ios/App/build" xcodebuild error
This PR fixes xcodebuild failing with Could not delete [...]/ios/App/build because it was not created by the build system..
To solve this we append the scheme to the clean command.
This also fixes #6232