0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

React Nativeのリリース時にビルドエラーになった際のTips

Posted at

はじめに

iOSリリースしようとしたら色々とエラーになったので、その際の解決方法をまとめておきます。

DoubleConversion関連

ios/buildを削除するといけるようになります。
ダメならPodsとかも全部削除してやり直せばいつか出来ます。

node関連

nodeの管理方法によってはnodeが読み込めなくてエラーという事象が発生します。
下記のコマンドで見える場所でシンボリックリンクを貼ると先に進めます。

ln -s $(which node) /usr/local/bin/node

IPod関連

App -> Build Phase -> Link Binary With Librariesにいらないリンクが残っているせいなので、

終わりに

他にも出てきたら追記していきます。

0
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?