You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task "wipe iOS build artifacts"
Error: No matching processes belonging to you were found
** CLEAN FAILED **
.
Exit code: 65
at executeTask (/Users/me/repos/Mobile-App/node_modules/react-native-clean-project/source/internals/executor.js:40:11)
at async main (/Users/me/repos/Mobile-App/node_modules/react-native-clean-project/source/index.js:23:5)
Node.js v19.3.0`
Under the hood the wipe iOS build artifacts command is running:
Could not delete /Users/me/repos/Mobile-App/ios/buildbecause it was not created by the build system. note: To mark this directory as deletable by the build system, runxattr -w com.apple.xcode.CreatedByBuildSystem true /Users/me/repos/Mobile-App/ios/buildwhen it is created. error: Could not delete/Users/me/repos/Mobile-App/ios/buildbecause it was not created by the build system. note: To mark this directory as deletable by the build system, runxattr -w com.apple.xcode.CreatedByBuildSystem true /Users/me/repos/Mobile-App/ios/build when it is created.
The text was updated successfully, but these errors were encountered:
`
ℹ️ STARTED: "watchman cache clear (if watchman is installed)"
✅ FINISHED: "watchman cache clear (if watchman is installed)" task has finished running in 102ms.
ℹ️ STARTED: "wipe temporary caches"
✅ FINISHED: "wipe temporary caches" task has finished running in 21ms.
ℹ️ STARTED: "wipe iOS build artifacts"
/Users/me/repos/MobileApp/node_modules/react-native-clean-project/source/internals/executor.js:40
throw new Error(
^
Error:
Task "wipe iOS build artifacts"
Error: No matching processes belonging to you were found
** CLEAN FAILED **
.
Exit code: 65
Node.js v19.3.0`
Under the hood the wipe iOS build artifacts command is running:
'rm -rf ios/build && (killall Xcode || true) && xcrun -k && cd ios && xcodebuild -alltargets clean && cd .. && rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache" && rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang.$(whoami)/ModuleCache" && rm -fr ~/Library/Developer/Xcode/DerivedData/ && rm -fr ~/Library/Caches/com.apple.dt.Xcode/',
and output when running this command error:
Could not delete /Users/me/repos/Mobile-App/ios/buildbecause it was not created by the build system. note: To mark this directory as deletable by the build system, runxattr -w com.apple.xcode.CreatedByBuildSystem true /Users/me/repos/Mobile-App/ios/buildwhen it is created. error: Could not delete/Users/me/repos/Mobile-App/ios/buildbecause it was not created by the build system. note: To mark this directory as deletable by the build system, runxattr -w com.apple.xcode.CreatedByBuildSystem true /Users/me/repos/Mobile-App/ios/build when it is created.
The text was updated successfully, but these errors were encountered: