Skip to content
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

Closed
GioValentin opened this issue Jun 9, 2018 · 10 comments
Closed

CFBundleIdentifier Does Not Exist #10

GioValentin opened this issue Jun 9, 2018 · 10 comments

Comments

@GioValentin
Copy link

"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.

@jraleman
Copy link
Contributor

jraleman commented Jun 10, 2018

Try running the following command, but make sure to repalce ${ ProjectName }with either Signaling or BasicVideoChat

node node_modules/react-native/local-cli/cli.js \
bundle --entry-file='index.js' \
       --bundle-output='./ios/${ ProjectName }/main.jsbundle' \
       --platform='ios' \
       --assets-dest='./ios' \
       --dev=false

Hope this helps you out!

@msach22
Copy link
Contributor

msach22 commented Jun 13, 2018

@GioValentin were you able to get it going?

@jraleman Hmm, isn't that for bundling the js into the main.jsbundle file and having the js load from it rather than the local node server?

@msach22
Copy link
Contributor

msach22 commented Jun 18, 2018

@GioValentin I'm going to go ahead and close this issue, but please feel free to re-open if the issue still persists!

@msach22 msach22 closed this as completed Jun 18, 2018
@CyrusZei
Copy link

CyrusZei commented Mar 6, 2019

if you check the logs you will see that it is missing something

OpenTok/OpenTok.h' file not found

If it does not support react-native please write it on the README.MD file

@msach22
Copy link
Contributor

msach22 commented Mar 6, 2019

@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?

@CyrusZei
Copy link

CyrusZei commented Mar 6, 2019

yup, had been struggling with it all day and now this is my last resort

@CyrusZei
Copy link

CyrusZei commented Mar 6, 2019

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.

@msach22
Copy link
Contributor

msach22 commented Mar 6, 2019

@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/

@CyrusZei
Copy link

CyrusZei commented Mar 6, 2019

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

@CyrusZei
Copy link

CyrusZei commented Mar 6, 2019

1.yarn add opentok-react-native
2.open Podfile and add pod 'OpenTok', '2.15.3'
3.pod install
4.react-native link opentok-react-native

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants