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

Fails on iOS #17

Open
jcollum opened this issue Apr 25, 2017 · 3 comments
Open

Fails on iOS #17

jcollum opened this issue Apr 25, 2017 · 3 comments

Comments

@jcollum
Copy link

jcollum commented Apr 25, 2017

Followed instructions in readme:

  414  git clone https://github.com/xotahal/react-native-material-ui-demo-app.git
  415  cd react-native-material-ui-demo-app/
  416  yarn install 
  417  git submodule init
  418  git submodule update
  419  npm start

In another window:

react-native run-ios

Result:

Installing build/Build/Products/Debug-iphonesimulator/example.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/example.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

@manodupont
Copy link

samething for me too

@fvicente
Copy link

fvicente commented Jun 1, 2017

I was able to run on iOS, by upgrading everything to the latest version:

npm i -g npm-check-updates
npm-check-updates -u
npm install
react-native upgrade

Then I got "Unrecognized font family 'Roboto'", so I proceeded with this tutorial as recommended on react-native-material-ui's main README, which is basically:

  • create assets/fonts directory and copy Roboto fonts inside it
  • add the following on package.json:
    "rnpm": { "assets": ["./assets/fonts"] }
  • link
    react-native link
  • run
    react-native run-ios

@shrupa
Copy link

shrupa commented Jun 19, 2017

Still getting the error after following instructions given by @fvicente. . . Any help please. . .

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