veency
veency copied to clipboard
Error when compiling for arm64
Hi Niknah, I'm having errors when compiling Veency for iOS 11 (arm64 only).
I know theos is properly installed, because I can successfully compile other projects with the same sdk.
Can you try to compile it for iOS 11 (arm64) and see if you get the same issue?
/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:292:44: error: expected a type - (CIImage *)imageByApplyingCGOrientation:(CGImagePropertyOrientation)orientation NS_AVAILABLE(10_13, 11_0);
/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:295:54: error: expected a type - (CGAffineTransform)imageTransformForCGOrientation:(CGImagePropertyOrientation)orientation NS_AVAILABLE(10_13, 11_0);
/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:9: fatal error: could not build module 'CoreImage' #import <CoreImage/CoreImage.h>
In file included from <built-in>:1: /theos/Prefix.pch:20:12: fatal error: could not build module 'UIKit' #import <UIKit/UIKit.h>
These errors look like they're coming from the SDK. Check that it is installed properly or reinstalll xcode. Here's what I googled up... https://stackoverflow.com/questions/20163812/could-not-build-module-uikit
I've tried several sdks and I still get the same issue. Both on computer and phone.
My xcode is up to date, but I'll give it another try.
Thanks.