diff --git a/ios/StatusIm/AppDelegate.m b/ios/StatusIm/AppDelegate.m index 046211fb9a..8b7d8aea71 100644 --- a/ios/StatusIm/AppDelegate.m +++ b/ios/StatusIm/AppDelegate.m @@ -18,6 +18,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + signal(SIGPIPE, SIG_IGN); NSURL *jsCodeLocation; jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];