You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Downloaded MacOSX.10.14.sdk in that directory and it does not work.
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!
The text was updated successfully, but these errors were encountered:
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.
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:
Do you have some idea to solve it?
Thanks a lot!
The text was updated successfully, but these errors were encountered: