Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Fl_cocoa.mm:4080:5: error: unknown type name 'NSOperatingSystemVersion'
  2. NSOperatingSystemVersion version = [[NSProcessInfo processInfo] operatingSystemVersion];
  3. ^
  4. Fl_cocoa.mm:4080:69: warning: instance method '-operatingSystemVersion' not found (return type defaults to 'id') [-Wobjc-method-access]
  5. NSOperatingSystemVersion version = [[NSProcessInfo processInfo] operatingSystemVersion];
  6. ^~~~~~~~~~~~~~~~~~~~~~
  7. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:20:12: note:
  8. receiver is instance of class declared here
  9. @interface NSProcessInfo : NSObject {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement