LoginSignup
4
1

More than 5 years have passed since last update.

なぜ React Native で Parallelize Build のチェックを外すのか

Last updated at Posted at 2019-02-20

React Native でビルドに失敗するとき、よくイシューを見ると、下記のように Parallelize Build のチェックを外せ、というアドバイスを見る。

image.png

これは、 AppDelegate.m において、下記を記述しているため

#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>

ビルド時に、このヘッダーファイルが作成されるので、 Parallelize Build をしていると、 上記のヘッダーが参照できなくなり、エラーになる。

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1