-
Notifications
You must be signed in to change notification settings - Fork 17
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 Start iOS App After Install #34
Comments
Hi Corey, Steps 3 and onwards are relevant. Note: It's important to reset cache and reinstall everything after making the suggested changes. However, The example App included with this repo is running RN 0.62.3 and still compiles fine for me for iOS/Android. Let me know if the above helps. |
Hey gabidi, Thanks for forwarding over the reference link. I ran through the provided steps and unfortunately, still receive the same error. I'm also able to get react-native-tor to build and work as expected on older RN versions such as v062.3, so it must be something about the latest version (0.64.2) that's causing it to install incorrectly. |
Hey Corey, so i just did a fresh step by step react app create and added Rn tor, i got it to compile by using the following steps:
App builds and runs :) System info: |
Test 2 React 0.64.1 and npm:
|
Created separate issue for these instructions for posterity. |
Hey gabidi, thank you for the information and steps you used for installation. I went through the instructions a number of times and still receiving the same error as before, unfortunately. It is possible that it's a config issue on my end, but will continue to try and tweak some of the steps as needed. |
Description
Similar to #33, I'm currently unable to start the iOS version of the app after running
yarn add react-native-tor && cd ios && pod install
React Native Version: 0.64.2
Steps To Reproduce
Expected Behavior
The default RN app launches successfully.
Actual Behavior
I receive the following error:
I also bumped the target version around in the Podfile with no luck.
The text was updated successfully, but these errors were encountered: