2

react-native-code-pushを使用する。CodePush - iOSバンドルをリリースするとAndroidが破損する

iOSバージョン(code-push release-react ... iosを使用)をリリースするたびに、Androidコードプッシュが壊れます。私はAndroidのバージョンをリリースした場合、それはこのエラーを取得し、私のiOSを壊し、その後

You attempted to set the key isPending with the value true on an object that is meant to be immutable and has been frozen.

::次の時間は、私は次のエラーを取得するアップデートを取得しようと

Update is invalid - A JS bundle file named "main.jsbundle" could not be found within the downloaded contents. Please ensure that your app is syncing with the correct deployment and that you are releasing your CodePush updates using the exact same JS bundle file name that was shipped with your app's binary.

それは非常に奇妙だとドキュメンテーションは2つのプラットフォーム間の衝突について何も言わない。あなたはセットアップに私はcode-push release-react [app-name] [platform] ...プラットフォーム引数だけ何エントリファイルを使用するには(index.ios反応-ネイティブバンドラを告げると思う各プラットフォーム

code-push app add [name]-ios

code-push app add [name]-android

のためのアプリが必要

答えて

2

.jsまたはindex.android.js)は、「iosでのみインストールする」として機能しません。

関連する問題