-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use FileCopier for copying files and queue creation of symlinks #8663
Conversation
|
There's another scenario where a symlink points to an empty directory. The actual empty directory probably won't be copied, and then the symlink will throw an error. In this scenario, should we just delete this kind of symlink without any further processing? |
Great callout @beyondkmp , looks like that issue is pre-existing elsewhere in the codebase
The folder tree:
|
Fixes: #8655
Adds HelloWorld.framework test case (along with build script) to test folder structures containing a plethora of symlinks.
Test case tree structure is below: