progrium / darwinkit

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

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

Closed ka1i closed 5 months ago

ka1i commented 11 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 5 months ago

thanks! should be fixed in main