Skip to content

Instantly share code, notes, and snippets.

@wawiesel
Created November 8, 2018 00:48
Show Gist options
  • Save wawiesel/eba461de5f5e38f7f0ac93ae3676b484 to your computer and use it in GitHub Desktop.
Save wawiesel/eba461de5f5e38f7f0ac93ae3676b484 to your computer and use it in GitHub Desktop.
@Niek
Copy link

Niek commented Mar 9, 2019

I come from stack overflow.
After I run your shell, it indeed fixes up, but a new error message comes out.
Below is the details of the error message:
In file included from main.m:1:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:87:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:14:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23:
In file included from /Library/Frameworks/AE.framework/Headers/AE.h:29:
/Library/Frameworks/AE.framework/Headers/AppleEvents.h:597:165: error:
expected function body after function declarator
...AEEventID theAEEventID, Boolean askUserIfNeeded ) __OSX_AVAILA...
^
/usr/include/Availability.h:216:50: note: expanded from macro
'__OSX_AVAILABLE_STARTING'
#define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVAILABILIT...
^
:84:1: note: expanded from here
__AVAILABILITY_INTERNAL__MAC_10_14
^
1 error generated.

Hope you can help me.thanks

Same issue here - I have similar errors after making the symlinks. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk is a symlink to MacOSX.sdk.

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