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.) |
| 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.) |
| 2 | |
| 3 | Edit: 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 |
| 8 | Entitlements.plist SDKSettings.json SDKSettings.plist System usr |
| 9 | }}} |
| 10 | |
| 11 | So 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). |