Skip to content
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

Error when compiling for arm64 #9

Open
Namouk opened this issue Apr 5, 2018 · 2 comments
Open

Error when compiling for arm64 #9

Namouk opened this issue Apr 5, 2018 · 2 comments

Comments

@Namouk
Copy link

Namouk commented Apr 5, 2018

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>

@niknah
Copy link
Owner

niknah commented Apr 5, 2018

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

@Namouk
Copy link
Author

Namouk commented Apr 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants