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

Signed/Unsiged Build Failure on Xcode 11 beta 1 #43

Closed
erikkerber opened this issue Jun 4, 2019 · 1 comment
Closed

Signed/Unsiged Build Failure on Xcode 11 beta 1 #43

erikkerber opened this issue Jun 4, 2019 · 1 comment

Comments

@erikkerber
Copy link

Likely due to a "fix" in Clang in the newest beta released today, building TIP in Xcode 11b1 results in the following build error:

Comparison of integers of different signs: 'TIPImageLoadSource' (aka 'enum TIPImageLoadSource') and 'const size_t' (aka 'const unsigned long')

I will admit I have only used TIP and not familiarized myself with the codebase, but a potential solution is changing TIPImageLoadSource to be an NSUInteger.

@NSProgrammer
Copy link
Collaborator

Will be fixed with #45

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