Hello,
When I create a new app with expo init myAppName
and then try to run it with yarn ios
I am getting errors:
The following build commands failed:
CopySwiftLibs /Users/username/Library/Developer/Xcode/DerivedData/...etc
I’ve tried deleting the entire Xcode directory with rm -rfv ~/Library/Developer/Xcode
but I still get the same error when I run the app with yarn ios
.
Any ideas what I can do to resolve this issue?