-
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
create a new react App with react-native init tool makes impossible to run App in iOS Simulator #15768
Comments
Hi, Also fixed in this PR GH-15755. |
I just ran into this also. Usakc's response fixed it. Thanks for the quick response! |
I have the same problem, and I still do not know the solution. |
|
what usakc said won't do for me, yet i went to RCTMultipartStreamReader.m and replace unsignedIntValue with intValue then it worked! Don't know why changes in package.json didn't work, though. |
@usakc It works for me, thanks. |
This issue has been fixed in version 0.48.1 |
Can confirm to @dabit3, upgrade to 0.48.1 is fixing this issue now. |
I had this problem since yesterday, upgrading to 0.48.1 fixed for me |
Same problem on:
|
It's a real bug. Try the new version 0.48.1. |
already tried, no luck |
i have tested with 0.48.1, seems fixed now |
@dabit3 maybe it fixed in some of master commits or 0.49.0-rc.*... I still got errors from 0.48.1 release These errors: #15768 (comment) |
I still cannot launch my app since 0.45.1 on android #15621 |
@fanwise it works for me, thank U |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
downgrading to 0.48.1 worked for me |
|
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
:react-native-cli: 2.0.1
react-native: 0.48.0
node -v
:v8.4.0
npm -v
:5.3.0
yarn --version
:0.27.5
Then, specify:
Steps to Reproduce
(Write your steps here:)
Expected Behavior
runs react native Application in iOS simulator. with the default code generated by react-native-cli
(Write what you thought would happen.)
Actual Behavior
it build fine, and installs the App into the iOS simulator but when tries to run the app the app exists without any visible message or error and refuses to run.
in stderr screen running react-native log-ios this appears:
Reproducible Demo
Theres is not a reproducible demo, due to the that the problem is into iOS Simulator
Detected work around
creating an app with create-react-native-app tool and executing yarn eject or npm eject, creates a app structure that has no problems into the iOS emulator
The text was updated successfully, but these errors were encountered: