-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Description
Orb version
5.6.0
What happened
using this yaml code
- rn/ios_build:
build_configuration: Release
device: iPhone X
name: build_ios_release
project_path: ios/Example.xcodeproj
requires:
- analyse_js
scheme: Example
I get this error
Found a cache from build 287 at brew-cache-arch1-darwin-amd64-6_58-4
Size: 988 MiB
Cached paths:
- /usr/local/Homebrew
- /Users/distiller/Library/Caches/Homebrew
Downloading cache archive...
Unarchiving cache...
Failed to unarchive cache
Error untarring cache: Error extracting tarball /var/folders/6y/gy9gggt14379c_k39vwb50lc0000gn/T/cache2953294140 : usr/local/Homebrew/Library/Homebrew/shims/scm: Can't replace existing directory with non-directory tar: Error exit delayed from previous errors. : exit status 1
Expected behavior
A build for ios should be created
lukebrandonfarrell and StoyanD