-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Description
I'm getting strange errors when compiling on macOS:
/Users/vmark/dev/Bonzomatic/external/glfw/src/cocoa_init.m:77:5: error: use of undeclared identifier 'NSString'; did you mean 'cString'?
NSString* appName = nil;
^~~~~~~~
cString
Not sure what can cause this, so I leave the full build.log here.
System info:
- macOS Catalina 10.15.7
- Xcode 12.2, build version 12B45b
- AppleClang 12.0.0.12000032
Reactions are currently unavailable