Glitter icon indicating copy to clipboard operation
Glitter copied to clipboard

New bugs after updating latest MacOSX.10.15.sdk

Open SaySilently opened this issue 5 years ago • 1 comments

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!

SaySilently avatar Sep 26 '19 11:09 SaySilently

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.

Polytonic avatar Oct 04 '19 04:10 Polytonic