diff --git a/ui/drivers/cocoa/cocoa_common.m b/ui/drivers/cocoa/cocoa_common.m index 3d81672acc..c4ffdd0617 100644 --- a/ui/drivers/cocoa/cocoa_common.m +++ b/ui/drivers/cocoa/cocoa_common.m @@ -769,8 +769,10 @@ void rarch_stop_draw_observer(void) -(void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; +#if !TARGET_OS_SIMULATOR [[WebServer sharedInstance] startServers]; [WebServer sharedInstance].webUploader.delegate = self; +#endif } #if TARGET_OS_IOS && HAVE_IOS_TOUCHMOUSE