Here is the error I get when I try to run a blank project. I am using xcode. Thanks!
The project could not be compiled. Would you like to open it in Xcode?
Running Mono…
Setting up Mono
/Users/Shared/UnrealEngine/4.13/Engine /Users/Shared/UnrealEngine/4.13/Engine/Binaries/Mac
Compiling with non-standard Xcode (xcode-select): /Applications/Xcode-beta.app/Contents/Developer/
Compiling with MacOSX SDK 10.12
@progress push 5%
Parsing headers for MyProjectEditor
Running UnrealHeaderTool “/Users/Christian/Documents/Unreal Projects/MyProject/MyProject.uproject” “/Users/Christian/Documents/Unreal Projects/MyProject/Intermediate/Build/Mac/MyProjectEditor/Development/MyProjectEditor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for MyProjectEditor in 6.0804265 seconds
@progress pop
Performing 5 actions (2 in parallel)
[1/5] Compile MyProject.h
In file included from /Users/Christian/Documents/Unreal Projects/MyProject/Intermediate/Build/Mac/UE4Editor/Development/MyProject/MyProject.h:4:
In file included from /Users/Christian/Documents/Unreal Projects/MyProject/Source/MyProject/MyProject.h:5:
In file included from Runtime/Engine/Public/Engine.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:8:
In file included from Runtime/Core/Public/HAL/PlatformString.h:13:
In file included from Runtime/Core/Public/Apple/ApplePlatformString.h:9:
In file included from Runtime/Core/Public/GenericPlatform/StandardPlatformString.h:4:
In file included from Runtime/Core/Public/GenericPlatform/GenericPlatformStricmp.h:8:
In file included from Runtime/Core/Public/Templates/UnrealTypeTraits.h:23:
In file included from Runtime/Core/Public/Misc/AssertionMacros.h:6:
In file included from Runtime/Core/Public/HAL/PlatformMisc.h:12:
In file included from Runtime/Core/Public/Mac/MacPlatformMisc.h:9:
In file included from Runtime/Core/Public/Mac/MacSystemIncludes.h:9:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:8:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:128:21: error: cannot find interface declaration for ‘NSResponder’, superclass of ‘NSView’
@interface NSView : NSResponder
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:280:21: error: expected a type
- (BOOL)autoscroll:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:289:31: error: expected a type
- (BOOL)performKeyEquivalent:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:290:37: error: expected ')'
- (BOOL)acceptsFirstMouse:(nullable NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:290:27: note: to match this '('
- (BOOL)acceptsFirstMouse:(nullable NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:291:44: error: expected a type
- (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:367:13: error: expected ')'
- (nullable NSMenu *)menuForEvent:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:367:3: note: to match this '('
- (nullable NSMenu *)menuForEvent:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:367:36: error: expected a type
- (nullable NSMenu *)menuForEvent:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:368:13: error: expected ')'
+ (nullable NSMenu *)defaultMenu;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:368:3: note: to match this '('
+ (nullable NSMenu *)defaultMenu;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:376:23: error: expected a type
- (void)willOpenMenu:(NSMenu *)menu withEvent:(NSEvent *)event NS_AVAILABLE_MAC(10_11);
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:376:48: error: expected a type
- (void)willOpenMenu:(NSMenu *)menu withEvent:(NSEvent *)event NS_AVAILABLE_MAC(10_11);
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:384:23: error: expected a type
- (void)didCloseMenu:(NSMenu *)menu withEvent:(nullable NSEvent *)event NS_AVAILABLE_MAC(10_11);
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:384:57: error: expected ')'
- (void)didCloseMenu:(NSMenu *)menu withEvent:(nullable NSEvent *)event NS_AVAILABLE_MAC(10_11);
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:384:47: note: to match this '('
- (void)didCloseMenu:(NSMenu *)menu withEvent:(nullable NSEvent *)event NS_AVAILABLE_MAC(10_11);
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:429:11: error: unknown type name 'NSUserInterfaceLayoutDirection'
@property NSUserInterfaceLayoutDirection userInterfaceLayoutDirection NS_AVAILABLE_MAC(10_8);
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:526:96: error: expected a type
- (NSDraggingSession *)beginDraggingSessionWithItems:(NSArray *)items event:(NSEvent *)event source:(id)source NS_AVAILABLE_MAC(10_7);
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:532:89: error: expected a type
- (BOOL)dragFile:(NSString *)filename fromRect:(NSRect)rect slideBack:(BOOL)flag event:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:533:141: error: expected a type
- (BOOL)dragPromisedFilesOfTypes:(NSArray *)typeArray fromRect:(NSRect)rect source:(id)sourceObject slideBack:(BOOL)flag event:(NSEvent *)event;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:596:97: error: expected a type
- (void)dragImage:(NSImage *)image at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag NS_DEPRECATED_MAC(10_0, 10_7, "Use -beginDraggingSessionWithItems:event:source: instead");
^
In file included from /Users/Christian/Documents/Unreal Projects/MyProject/Intermediate/Build/Mac/UE4Editor/Development/MyProject/MyProject.h:4:
In file included from /Users/Christian/Documents/Unreal Projects/MyProject/Source/MyProject/MyProject.h:5:
In file included from Runtime/Engine/Public/Engine.h:9:
In file included from Runtime/Core/Public/Core.h:16:
In file included from Runtime/Core/Public/HAL/PlatformIncludes.h:8:
In file included from Runtime/Core/Public/HAL/PlatformString.h:13:
In file included from Runtime/Core/Public/Apple/ApplePlatformString.h:9:
In file included from Runtime/Core/Public/GenericPlatform/StandardPlatformString.h:4:
In file included from Runtime/Core/Public/GenericPlatform/GenericPlatformStricmp.h:8:
In file included from Runtime/Core/Public/Templates/UnrealTypeTraits.h:23:
In file included from Runtime/Core/Public/Misc/AssertionMacros.h:6:
In file included from Runtime/Core/Public/HAL/PlatformMisc.h:12:
In file included from Runtime/Core/Public/Mac/MacPlatformMisc.h:9:
In file included from Runtime/Core/Public/Mac/MacSystemIncludes.h:9:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
In file included from /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:191:28: error: expected a type
- (NSInteger)sendActionOn:(NSEventMask)mask;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:269:11: error: unknown type name 'NSUserInterfaceLayoutDirection'
@property NSUserInterfaceLayoutDirection userInterfaceLayoutDirection NS_AVAILABLE_MAC(10_6);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ERROR: UBT ERROR: Failed to produce item: /Users/Christian/Documents/Unreal Projects/MyProject/Binaries/Mac/UE4Editor-MyProject.dylib
Total build time: 32.11 seconds