Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Odd ld warning from rstudio

while i tried to install packages on Rstudio,I kept encountering the ld warning like this:

ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.

Does someone know how to fix this?

like image 463
a972ck Avatar asked Aug 08 '26 14:08

a972ck


1 Answers

Reinstalling CommandLineTools doesn't work for me.

These warnings were caused by the frameworks in /System/Library/Frameworks/.

The solution

Links the recent frameworks from MacOSX.sdk to /Library/Frameworks/.

sudo ln -s  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework /Library/Frameworks/
sudo ln -s  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework /Library/Frameworks/
like image 52
jiyongdong Avatar answered Aug 10 '26 05:08

jiyongdong



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!