We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Runs fine on my iPhone4 device, but when trying to build in the simulator there is this error in CA360_Prefix.pch line 59:
Expected function body after function declarator.
This is the line:
CG_EXTERN void CGPDFContextAddDocumentMetadata(CGContextRef context, CFDataRef metadata) CG_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_0);
Not sure what's up, the code looks fine.
The text was updated successfully, but these errors were encountered:
It's a bug with the LLVM compiler in the 4.1 SDK. I just pushed up the fix to the project. It should be fine now.
If it's still not working after you pull, you can change the compiler to GCC 4.2 in the target settings. That will fix it as well.
Sorry, something went wrong.
No branches or pull requests
Runs fine on my iPhone4 device, but when trying to build in the simulator there is this error in CA360_Prefix.pch line 59:
Expected function body after function declarator.
This is the line:
CG_EXTERN void CGPDFContextAddDocumentMetadata(CGContextRef context,
CFDataRef metadata) CG_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_0);
Not sure what's up, the code looks fine.
The text was updated successfully, but these errors were encountered: