-
Notifications
You must be signed in to change notification settings - Fork 613
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
Unable to build in IOS xCode #32
Comments
What version are you on? Check the package.json file. |
|
Try meeting me in Gitter - see Badge |
I pinpointed the problem down to this specific error.
The cause of this issue is with react-redux, if you downgrade the version to 3.1.0, then run npm install, the build should go through.
The reason for the error is because react-redux 3.1.0 has babel 5 dependency, while react-redux 4.0.6 has babel 6 dependency. The Babel5 vs Babel6 conflict is a known issue, see facebook/react-native#4062 |
Have you been able to upgrade yet? I am getting the error I am using redux 4.4.0 |
There is no redux 4.4.0 see https://github.com/reactjs/redux/blob/master/package.json#L3 -it's at |
Im sorry, meant to put react-redux: 4.4.0. It turned out being a peer dependency issue. Got it resolved after upgrading to react-native 0.21. Thanks! |
Good to hear! How was the upgrade to 0.21? Any issues? Did you upgrade both Android and iOS? |
I upgraded both with no issues. I am still pretty new to react-native. My project only has about 10 components and no tests, but everything appears to be working fine.
|
@alexprice91 thanks for the reply. |
I am unable to build snowflake. I am getting the following error.
I suspect it might have something to do with my redux-redux installation, but I confirmed that it is installed in my ./node_module directory.
Repro(s)
I followed the instructions in setup.md and made the suggested adjustments in xCode in one of your videos.
I loaded the snowflake project in xCode, hit build
ENV
The text was updated successfully, but these errors were encountered: