Skip to content
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

New bugs after updating latest MacOSX.10.15.sdk #58

Open
SaySilently opened this issue Sep 26, 2019 · 1 comment
Open

New bugs after updating latest MacOSX.10.15.sdk #58

SaySilently opened this issue Sep 26, 2019 · 1 comment

Comments

@SaySilently
Copy link

Hi, Kevin!
Thanks to your awesome Glitter, I can build my program quickly!
It helps a lot!

But recently I met a bug after updating latest MacOSX.10.15.sdk.
I find I can not run it successfully because it says

error: unable to find sdk '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'

Yes, that is true. Now that directory only has MacOSX.10.15.sdk.

I tried some solutions:

  1. Downloaded MacOSX.10.14.sdk in that directory and it does not work.
  2. Changed the CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk to MacOSX10.15.sdk in the CMakeCache.txt but failed again.

Do you have some idea to solve it?
Thanks a lot!

@Polytonic
Copy link
Owner

Hiya! Sorry for the delayed response. Have you tried (re)generating your CMake project? Delete everything in the Build/ directory and try running cmake again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants