-
Notifications
You must be signed in to change notification settings - Fork 38
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
CFBundleIdentifier Does Not Exist #10
Comments
Try running the following command, but make sure to repalce
Hope this helps you out! |
@GioValentin were you able to get it going? @jraleman Hmm, isn't that for bundling the js into the |
@GioValentin I'm going to go ahead and close this issue, but please feel free to re-open if the issue still persists! |
if you check the logs you will see that it is missing something
If it does not support react-native please write it on the README.MD file |
@CyrusZei We have an open bug: opentok/opentok-react-native#235 where we're seeing an issue with Cocoapods 1.6.0. Are you seeing the same thing? |
yup, had been struggling with it all day and now this is my last resort |
I am trying to avoid pod installation and rather do it manually, but it is somewhat hard to do all the steps since not all the steps are in the README file. |
@CyrusZei Sorry to hear that it's not working - we only support the iOS installation for OpenTok React Native via Cocoapods at this time, but I'll explore a solution without Cocoapods. I've filed an issue on the library repo to find an alternative. opentok/opentok-react-native#246 For reference, you can download the iOS SDK here: https://tokbox.com/developer/sdks/ios/ |
Okej, let me try the pod and see if I can get it working and I will write down all the steps that I am doing |
1. |
"Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/BasicVideoChat.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist"
I am getting this issue at "npm run ios"
I haven't tried Andriod but I have not been able to get this to work once.
The text was updated successfully, but these errors were encountered: