Skip to content

Commit 9846df0

Browse files
committed
chore: update rm to rm -rf to remove directory
1 parent e0b2d0c commit 9846df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If your compile info is outdated and something is not working properly, just bui
4848

4949
> PS: xcodebuild can generate same build log as xcode if you don't overwrite build dir and specify a -resultBundlePath. This way you don't have to open xcode to build. eg:
5050
```bash
51-
rm .bundle; xcodebuild -workspace *.xcworkspace -scheme <XXX> -destination 'generic/platform=iOS Simulator' -resultBundlePath .bundle build
51+
rm -rf .bundle; xcodebuild -workspace *.xcworkspace -scheme <XXX> -destination 'generic/platform=iOS Simulator' -resultBundlePath .bundle build
5252
```
5353

5454
### Manual Parse Xcodebuild log

0 commit comments

Comments
 (0)