Very Confused with iOS installation process
See original GitHub issueOk, so I started my project using Expo so I detatched to ExpoKit. That part is fine, but I am taking a look at the step one installation for iOS and I am so confused. It says to right click libraries in Xcode but I dont see that in my project. Libraries in my project so I am concerned I am importing these files to the wrong place.
Step 4 says I should end up with a certain kind of file structure but my file structure looks nothing like that either. The project I have looks similar to the file structure in step 3, but where am I to find the Xcode file that I am supposed to have open for step one?
In my my_project/ios there is a my_project.xcworkspace that I am told to open in order to run my iOS simulations on the ExpoKit documentation page (see step 3 in following link): https://docs.expo.io/versions/v16.0.0/guides/expokit.html
That is where I tried to do the import of the libraries but I just dont see any Library folder there when the .xcworkspace file is open i just see a my_project folder as well as a Pods folder
This is what my file structure looks like when I follow step one and I’m pretty sure that is wrong
And then lastly, for that script in step 6, where do I copy paste that?
help please
EDIT:
I watched a youtube video and it had step by step instructions. I did not run react-native-link
. After that the Libraries folder showed up. Here is the video I watched to help install:
https://www.youtube.com/watch?v=1Bm6qoYp8qQ
I still don’t understand step 6 though? Where would I paste that script? And would I need to tweak that script at all?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top GitHub Comments
it’s nice to see there is an awesome video.
alright, I have ios document updated. now we have step1 ~ step4 and two appendix
are you referring to appendix B ? please check new document again to see if it solves your problem
https://github.com/oney/react-native-webrtc/blob/master/Documentation/iOSInstallation.md
Thanks!