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
# github.com/pwiecz/go-fltk
clang: warning: no such sysroot directory: '/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk' [-Wmissing-sysroot]
../../../../go_path/pkg/mod/github.com/pwiecz/[email protected]/browser.go:4:10: fatal error: 'stdlib.h' file not found
#include <stdlib.h>
^~~~~~~~~~
1 error generated.
I tried to set the environment variable export SDKROOT=$(xcrun --sdk macosx --show-sdk-path) but it didn't work.
Running the command xcrun --sdk macosx --show-sdk-path yielded the following result:
error message with:
I tried to set the environment variable
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
but it didn't work.Running the command
xcrun --sdk macosx --show-sdk-path
yielded the following result:The text was updated successfully, but these errors were encountered: