Не удается подключиться к серверу разработки в реакции-нативной навигации на Mac

Описание проблемы

Я клонировал React-native-navigation и обратился к примеру для запуска приложения после использования команды npm install.

URL-адрес клона: https://github.com/wix/react-native-navigation

снимок экрана 2017-10-26 в 8 56 29 утра

Среда

  • Npm: 5.5.1
  • response-native-cli: 2.0.1
  • реактивный: 0.45.1
  • React Native Navigation версия: последняя
  • Платформа (ы) (iOS, Android или оба?): (MacOS Sierra:10.12.6 (16G29, оба)
  • Информация об устройстве (Simulator/Device? Версия ОС? Debug/Release?): Версия 10.0 (SimulatorApp-829.6 CoreSimulator-494.22.3) / Debug

AppDelegate.m:

#import "AppDelegate.h"
#import <React/RCTBundleURLProvider.h>

// **********************************************
// *** DON'T MISS: THE NEXT LINE IS IMPORTANT ***
// **********************************************
#import "RCCManager.h"

// IMPORTANT: if you're getting an Xcode error that RCCManager.h isn't found, you've probably ran "npm install"
// with npm ver 2. You'll need to "npm install" with npm 3 (see https://github.com/wix/react-native-navigation/issues/1)

#import <React/RCTRootView.h>

@implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
  NSURL *jsCodeLocation;
#ifdef DEBUG
  //jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];
  jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
#else
   jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
#endif


  // **********************************************
  // *** DON'T MISS: THIS IS HOW WE BOOTSTRAP *****
  // **********************************************
  self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
  self.window.backgroundColor = [UIColor whiteColor];
  [[RCCManager sharedInstance] initBridgeWithBundleURL:jsCodeLocation launchOptions:launchOptions];
  //self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
  /*
  // original RN bootstrap - remove this part
  RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
                                                      moduleName:@"example"
                                               initialProperties:nil
                                                   launchOptions:launchOptions];
  self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
  UIViewController *rootViewController = [UIViewController new];
  rootViewController.view = rootView;
  self.window.rootViewController = rootViewController;
  [self.window makeKeyAndVisible];
  */

  return YES;
}

@end

Журнал ошибок

Loading dependency graph...2017-10-26 11:15 node[1963] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-10-26 11:15 node[1963] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-10-26 11:15 node[1963] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
 ERROR  Error watching file for changes: EMFILE
{"code":"EMFILE","errno":"EMFILE","syscall":"Error watching file for changes:","filename":null}
Error: Error watching file for changes: EMFILE
    at exports._errnoException (util.js:1018:11)
    at FSEvent.FSWatcher._handle.onchange (fs.js:1420:11)
Loading dependency graph...~

2 ответа

Решение

Первый шаг

  • Заваривать обновление
  • варево установить сторож

Если первый шаг не удался, попробуйте второй шаг

  • Заваривать узел установки
  • варево установить сторож
  • варево ссылка autoke pcre
  • npm установить -g реагировать-родной-Cli
  • экспорт ANDROID_HOME=~/ Библиотека /Android/ SDK
  • экспорт PATH=${PATH}:${ANDROID_HOME}
  • реагировать-родной запуск андроид

Обычно, как говорится в сообщении об ошибке, не работает сервер реагирования. по умолчанию он должен открыть еще один терминал с сервером разработчика для реагирования на нативный. иногда он может зависнуть там, вы можете просто перезапустить реакцию-родной run-ios с другим терминалом, пока тот, который у вас есть, открыт, если он не пытается запустить rm -rf ~/.rncache и удалить сборку ios

Другие вопросы по тегам