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
Possible issue being :
In the newer versions of MacOS the headers files have been moved from/usr/include to Xcode bundle under /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk.
So fsevents is failing to build since its possibly trying to find the files in the original location.
This changed has been applied for new Mac and Xcode versions 10 and above.
Check release notes.
If you are the maintainer of such software, we encourage you to update your project to work with the SDK or file a bug report for issues that are preventing you from doing so
I have even tried setting appropriate CGO_CFLAGS and CGO_LDFLAGS before running :
I'm trying to run testcontainers on sonoma 14.6.1 but fsevents which is listed as one of the dependencies, fails to build with the below error:
Below is my machine info:
I have tried updating/installing XCode and CLTs but still it fails to build.
Possible issue being :
In the newer versions of MacOS the headers files have been moved from
/usr/include
to Xcode bundle under/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk
.So fsevents is failing to build since its possibly trying to find the files in the original location.
This changed has been applied for new Mac and Xcode versions 10 and above.
Check release notes.
I have even tried setting appropriate
CGO_CFLAGS
andCGO_LDFLAGS
before running :for cgo to find the header files under the Xcode.app location but the issue remains the same.
Please advice. Thank you!
The text was updated successfully, but these errors were encountered: