-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build TestFlight version after upgrading to 0.46.4 #15168
Comments
Looks like your issue is related to the packager - and in particular, the jsbundle isn't being created. Have you tried running |
@kelset Yes, it's working with |
Ok, just tested with my config: I think there have been some issues during your update to One other possible issue is |
@kelset updating to node 8 fixed the problem. Thank you! |
@zakster12 I'm currently on 8.1.2 version node and it's not working. This is only it's solved with 8 version node? Don't make sense! |
Is this a bug report?
Yes
Environment
macOs Sierra
I deleted the node_modules folder and ran npm install. After that I change the package.json to:
react-native -v
:react-native-cli: 2.0.1
react-native: 0.46.4
node -v
: v6.11.1npm -v
: 5.3.0After I upgraded to React Native 0.46.4 I cannot build TestFlight version. I can build version for the simulator and for the device (Debug) but when I tried to make an Archive for TestFlight (Release) I have the following error:
I edited the scheme to be for Release and also have the right signing setup.
The text was updated successfully, but these errors were encountered: