Changes between Initial Version and Version 1 of Ticket #66380, comment 10


Ignore:
Timestamp:
Dec 3, 2022, 1:13:03 PM (17 months ago)
Author:
MarcKaufmann (Marc Kaufmann)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66380, comment 10

    initial v1  
    1 OK, thanks a lot Ken. Just saw your message after posting. How do I install it (since I do not see that line in my output)? I did read that I needed the Xcode CLI tools, but not the full SDK. So if I understand correctly, for R to work I should need the full SDK? I think the R-app port did warn me about this, but R did not. (I didn't install R-app for that reason yet.)
     1OK, thanks a lot Ken. Just saw your message after posting. ~~How do I install it (since I do not see that line in my output)? I did read that I needed the Xcode CLI tools, but not the full SDK.~~ So if I understand correctly, for R to work I should need the full SDK? I think the R-app port did warn me about this, but R did not. (I didn't install R-app for that reason yet.)
     2
     3Edit: I checked, and I do have Xcode in the path that you wrote:
     4
     5{{{
     6% cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
     7% ls
     8Entitlements.plist      SDKSettings.json        SDKSettings.plist       System                  usr
     9}}}
     10
     11So if I have the SDK, why is it not picked up? I downloaded it from the AppStore I think (in case it matters how I installed it).