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
LinkNativeCode task is consuming files from Windows that already exist on the Mac. The files are not being copied because of this task because those are chached after the execution of the InstallNameTool task (see #19603), but this is forcing extra checks to verify if the files need to be copied over to the Mac. Also, fixing #19603 could make this task to start copying the files over.