Replies: 1 comment
-
you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
XCODE: Version 15.3 (15E204a)
MACOS:SONAMA 14.5
make ios-arm64
../../../src/renderer_vk.cpp:14:10: fatal error: 'Cocoa/Cocoa.h' file not found
import <Cocoa/Cocoa.h>
eg:
#import <Cocoa/Cocoa.h> is for macos app develop.
for this ios, is that should #import <UIKit/UIKit.h>
Beta Was this translation helpful? Give feedback.
All reactions