You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: