-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker Error #21
Comments
probably has something to do with @available only working on macOS (sigh...), there is a possible fix for it here: theos/theos#380 |
I should invest in a Mac lol |
|
make sure you have a 13.0 sdk in $THEOS/sdks or change the sdk used here https://github.com/opa334/AltList/blob/main/Makefile#L3 |
I fixed the compilation issues by doing #import <Foundation/Foundation.h> in some files. now I get a linker error
The text was updated successfully, but these errors were encountered: