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

-[NSCalendarDate descriptionWithCalendarFormat:] not found #2

Open
mulle-nat opened this issue Feb 26, 2019 · 0 comments
Open

-[NSCalendarDate descriptionWithCalendarFormat:] not found #2

mulle-nat opened this issue Feb 26, 2019 · 0 comments

Comments

@mulle-nat
Copy link
Member

Used by MulleEOAppleCompatibility

../../src/NSCalendarDate+CompatibilityHacks.m:48:18: warning: instance method '-descriptionWithCalendarFormat:' not found (return type defaults to 'id') [-Wobjc-method-access]
   return( [self descriptionWithCalendarFormat:@"%Y-%m-%d %H:%M:%S"]); // oracle compatible... yay
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../dependency/include/MulleObjCStandardFoundation/NSCalendarDate.h:57:12: note: receiver is instance of class declared here
@interface NSCalendarDate : NSObject < NSDateFactory>
           ^
1 warning generated.

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

No branches or pull requests

1 participant