progrium / darwinkit

Native Mac APIs for Go. Previously known as MacDriver
MIT License
4.42k stars 147 forks source link

APFS (Case-sensitive) filesystem protocols.gen.m:3:9: fatal error:: 'Appkit/Appkit.h' file not found #238

Closed ka1i closed 1 month ago

ka1i commented 6 months ago

When I try to run example largetext with preview package version.

Package Version: github.com/progrium/macdriver v0.5.0-preview

# github.com/progrium/macdriver/macos/appkit
protocols.gen.m:3:9: fatal error: 'Appkit/Appkit.h' file not found

Env:

if change source code, like 'Appkit/Appkit.h' -> 'AppKit/AppKit.h', it can be working.

progrium commented 1 month ago

thanks! should be fixed in main