Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNotificationCenter.h:19:69: error: expected expression
  2. typedef CFStringRef CFNotificationName __attribute__((swift_wrapper(struct)));
  3. ^
  4. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:21:69: error: expected expression
  5. typedef CFStringRef CFLocaleIdentifier __attribute__((swift_wrapper(struct)));
  6. ^
  7. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:22:62: error: expected expression
  8. typedef CFStringRef CFLocaleKey __attribute__((swift_wrapper(enum)));
  9. ^
  10. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:184:71: error: expected expression
  11. typedef CFStringRef CFCalendarIdentifier __attribute__((swift_wrapper(enum)));
  12. ^
  13. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDateFormatter.h:20:69: error: expected expression
  14. typedef CFStringRef CFDateFormatterKey __attribute__((swift_wrapper(enum)));
  15. ^
  16. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFError.h:44:64: error: expected expression
  17. typedef CFStringRef CFErrorDomain __attribute__((swift_wrapper(struct)));
  18. ^
  19. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFNumberFormatter.h:20:71: error: expected expression
  20. typedef CFStringRef CFNumberFormatterKey __attribute__((swift_wrapper(enum)));
  21. ^
  22. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:24:64: error: expected expression
  23. typedef CFStringRef CFRunLoopMode __attribute__((swift_wrapper(struct)));
  24. ^
  25. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:30:70: error: expected expression
  26. typedef CFStringRef CFStreamPropertyKey __attribute__((swift_wrapper(struct)));
  27. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement